Ferreteria/v0.5/layout/event/rendervalue: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | layout‎ | event
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{fmt/title|'''[[../|layout/event]]''' subsystem: <code>RenderValue()</code> method}}
{{fmt/title|'''[[../|layout/event]]''' subsystem: <code>RenderValue()</code> method}}
{| style="border: solid 1px grey; background: #eef;"
|-
| '''F\layout\{{l/ver/class|cElement}}'''
|
&rarr; ''F\layout\{{l/ver/class|caNavElement}}''
&rarr; '''F\layout\{{l/ver/class|caLinkElement}}'''<br>
&rarr; ''F\layout\html\{{l/ver/class|caTag}}''
&rarr; ''F\layout\html\tag\{{l/ver/class|caClosable}}''
&rarr; '''F\layout\html\tag\{{l/ver/class|cTitle}}'''
|}
==Specs==
==Specs==
* Form: <syntaxhighlight lang=php inline>protected function RenderValue()  : string</syntaxhighlight>
* Form: <syntaxhighlight lang=php inline>protected function RenderValue()  : string</syntaxhighlight>
==Definitions==
* {{l/ver/class|cElement}}: <syntaxhighlight lang=php inline>$this->RenderBranch()</syntaxhighlight>
* {{l/ver/class|caLinkElement}}: <syntaxhighlight lang=php inline>$this->RenderLink()</syntaxhighlight>
* F\layout\html\tag\{{l/ver/class|cTitle}}: <syntaxhighlight lang=php inline>$this->GetArgPod()->Value()->GetItNz()</syntaxhighlight>

Revision as of 19:56, 18 July 2022

layout/event subsystem: RenderValue() method
F\layout\cElement

F\layout\caNavElementF\layout\caLinkElement
F\layout\html\caTagF\layout\html\tag\caClosableF\layout\html\tag\cTitle

Specs

  • Form: protected function RenderValue() : string

Definitions