API16

JElementSpacer/fetchTooltip

From Joomla! Documentation

< API16:JElementSpacer
Revision as of 05:14, 30 March 2010 by Doxiki (talk | contribs)

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: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]

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

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

Examples[edit]

<CodeExamplesForm />