Liste de tous les membres
Fonctions membres publiques statiques |
static | getInstance ($name= 'toolbar') |
Attributs protégés statiques |
static | $instances = array() |
Documentation des constructeurs et destructeur
JToolBar::__construct |
( |
|
$name = 'toolbar' | ) |
|
Constructor
- Paramètres:
-
string | $name | The toolbar name. |
- Depuis:
- 11.1
Réimplémentée à partir de JObject.
Références $name.
Documentation des fonctions membres
JToolBar::addButtonPath |
( |
|
$path | ) |
|
Add a directory where JToolBar should search for button types in LIFO order.
You may either pass a string or an array of directories.
JToolbar 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 libraries/joomla/html/toolbar/button.
- Paramètres:
-
mixed | $path | Directory or directories to search. |
- Renvoie:
- void
- Depuis:
- 11.1
- Voir également:
- JToolbar
Références $path, et DIRECTORY_SEPARATOR.
JToolBar::appendButton |
( |
| ) |
|
Set a value
- Renvoie:
- string The set value.
- Depuis:
- 11.1
static JToolBar::getInstance |
( |
|
$name = 'toolbar' | ) |
|
|
static |
Returns the global JToolBar object, only creating it if it doesn't already exist.
- Paramètres:
-
string | $name | The name of the toolbar. |
- Renvoie:
- JToolBar The JToolBar object.
- Depuis:
- 11.1
Références $name.
Référencé par JSubMenuHelper\addEntry(), JToolBarHelper\addNew(), LanguagesViewLanguages\addToolbar(), MessagesViewMessages\addToolbar(), BannersViewTracks\addToolbar(), ModulesViewModules\addToolbar(), FinderViewFilters\addToolbar(), FinderViewMaps\addToolbar(), FinderViewIndex\addToolbar(), LanguagesViewInstalled\addToolbar(), MediaViewMedia\addToolbar(), JToolBarHelper\apply(), JToolBarHelper\archiveList(), JToolBarHelper\assign(), JToolBarHelper\back(), JToolBarHelper\cancel(), JToolBarHelper\checkin(), JToolBarHelper\custom(), JToolBarHelper\deleteList(), JToolBarHelper\divider(), JToolBarHelper\editCss(), JToolBarHelper\editHtml(), JToolBarHelper\editList(), modSubmenuHelper\getItems(), JToolBarHelper\help(), JToolBarHelper\makeDefault(), JToolBarHelper\media_manager(), JToolBarHelper\preferences(), JToolBarHelper\preview(), JToolBarHelper\publish(), JToolBarHelper\publishList(), JToolBarHelper\save(), JToolBarHelper\save2copy(), JToolBarHelper\save2new(), JToolBarHelper\spacer(), JToolBarHelper\trash(), JToolBarHelper\unarchiveList(), JToolBarHelper\unpublish(), et JToolBarHelper\unpublishList().
Get the list of toolbar links.
- Renvoie:
- array
- Depuis:
- 11.1
Get the name of the toolbar.
- Renvoie:
- string
- Depuis:
- 11.1
JToolBar::loadButtonType |
( |
|
$type, |
|
|
|
$new = false |
|
) |
| |
JToolBar::prependButton |
( |
| ) |
|
Get a value.
- Renvoie:
- string
- Depuis:
- 11.1
Render a tool bar.
- Renvoie:
- string HTML for the toolbar.
- Depuis:
- 11.1
Références $button, et $html.
JToolBar::renderButton |
( |
& |
$node | ) |
|
Documentation des données membres
JToolBar::$_bar = array() |
|
protected |
JToolBar::$_buttonPath = array() |
|
protected |
JToolBar::$_buttons = array() |
|
protected |
JToolBar::$_name = array() |
|
protected |
JToolBar::$instances = array() |
|
staticprotected |
La documentation de cette classe a été générée à partir du fichier suivant :