API16

Difference between revisions of "JElementHidden/fetchTooltip"

From Joomla! Documentation

< API16:JElementHidden
(New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JElementHidd...)
 
Line 23: Line 23:
 
|   
 
|   
 
|-
 
|-
|  
+
| &$xmlElement
 
|  
 
|  
 
|   
 
|   

Revision as of 05:13, 30 March 2010

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton]

Template:Description:JElementHidden/fetchTooltip

Syntax[edit]

fetchTooltip($label, $description, &$xmlElement, $control_name='', $name='')
Parameter Name Default Value Description
$label
$description
&$xmlElement
$control_name
$name

Defined in[edit]

libraries/joomla/html/parameter/element/hidden.php

Importing[edit]

jimport( 'joomla.html.parameter.element.hidden' );

Source Body[edit]

public function fetchTooltip($label, $description, &$xmlElement, $control_name='', $name='')
{
        return false;
}

[Edit See Also] Template:SeeAlso:JElementHidden/fetchTooltip

Examples[edit]

<CodeExamplesForm />