API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JToolBar

Graphe d'héritage de JToolBar:
Graphe de collaboration de JToolBar:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des constructeurs et destructeur

JToolBar::__construct ( name = 'toolbar')

Références $name.


Documentation des fonctions membres

JToolBar::addButtonPath ( path)

Add a directory where JToolBar should search for button types

You may either pass a string or an array of directories.

JParameter will be searching for an element type in the same order you added them. If the parameter type cannot be found in the custom folders, it will look in JParameter/types.

public

Paramètres:
string|arraydirectory or directories to search.
Depuis:
1.5

Références $path.

JToolBar::appendButton ( )

Set a value

public

Paramètres:
stringThe name of the param
stringThe value of the parameter
Renvoie:
string The set value
& JToolBar::loadButtonType ( type,
new = false 
)

Loads a button type

public

Paramètres:
stringbuttonType
Renvoie:
object
Depuis:
1.5

Références $file, $type, JFilterInput::clean(), JPath::find(), jimport(), et JError::raiseWarning().

Voici le graphe d'appel pour cette fonction :

JToolBar::prependButton ( )

Get a value

public

Paramètres:
stringThe name of the param
mixedThe default value if not found
Renvoie:
string
JToolBar::render ( )

Render

public

Paramètres:
stringThe name of the control, or the default text area if a setup file is not found
Renvoie:
string HTML

Références $button.

JToolBar::renderButton ( &$  node)

Render a parameter type

Paramètres:
objectA param tag node
stringThe control name
Renvoie:
array Any array of the label, the form element and the tooltip

Error Occurred

Références $button, $type, et JText::_().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

JToolBar::$_bar = array ()
JToolBar::$_buttonPath = array ()
JToolBar::$_buttons = array ()
JToolBar::$_name = array ()

La documentation de cette classe a été générée à partir du fichier suivant :