API15

Difference between revisions of "JElementSpacer/fetchTooltip"

From Joomla! Documentation

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

Revision as of 12:37, 25 March 2010

The "API15" 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:JElementSpacer/fetchTooltip

Syntax[edit]

fetchTooltip($label, $description, &$node, $control_name, $name)
Parameter Name Default Value Description
$label
$description
&$node
$control_name
$name

Defined in[edit]

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

Importing[edit]

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

Source Body[edit]

function fetchTooltip($label, $description, &$node, $control_name, $name) {
        return '&nbsp;';
}

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

Examples[edit]

<CodeExamplesForm />