API17:JElementTextarea::fetchElement
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JElementTextarea::fetchElement|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JElementTextarea::fetchElement|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function fetchElement ( |
| + | $name | ||
| + | $value | ||
| + | &$node | ||
| + | $control_name | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 44: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 30 of libraries/joomla/html/parameter/element/textarea.php | |
| − | + | ||
| − | libraries/joomla/html/parameter/element/textarea.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JElementTextarea::fetchElement source code''' on [[jplatform:html/parameter/element/textarea.php#cl-22|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JElementTextarea/11.1|JElementTextarea]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JElementTextarea::fetchElement|Other versions of JElementTextarea::fetchElement]] | ||
| + | {{SeeAlso:JElementTextarea::fetchElement}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JElementTextarea::fetchElement|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JElementTextarea::fetchElement|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 61: | Line 63: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JElementTextarea]][[Category:JElementTextarea::fetchElement]]</noinclude> | <noinclude>[[Category:JElementTextarea]][[Category:JElementTextarea::fetchElement]]</noinclude> | ||
Revision as of 20:51, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JElementTextarea::fetchElement
Description
Description:JElementTextarea::fetchElement [Edit Descripton]
public function fetchElement ( $name $value &$node $control_name )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $value | |||
| &$node | |||
| $control_name |
- Returns
- Defined on line 30 of libraries/joomla/html/parameter/element/textarea.php
See also
-
JElementTextarea::fetchElement source code on BitBucket
-
Class JElementTextarea
-
Subpackage Html
- Other versions of JElementTextarea::fetchElement
SeeAlso:JElementTextarea::fetchElement [Edit See Also]
User contributed notes
<CodeExamplesForm />
