ToolBar handler
- Depuis
- 1.5
◆ __construct()
__construct |
( |
|
$name = 'toolbar' | ) |
|
Constructor
- Paramètres
-
string | $name | The toolbar name. |
- Depuis
- 1.5
Références $name.
◆ addButtonPath()
Add a directory where Toolbar should search for button types in LIFO order.
You may either pass a string or an array of directories.
Toolbar 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
- 1.5
Références $path, et DIRECTORY_SEPARATOR.
◆ appendButton()
Set a value
- Renvoie
- string The set value.
- Depuis
- 1.5
◆ getInstance()
static getInstance |
( |
|
$name = 'toolbar' | ) |
|
|
static |
Returns the global Toolbar object, only creating it if it doesn't already exist.
- Paramètres
-
string | $name | The name of the toolbar. |
- Renvoie
- The JToolbar object.
- Depuis
- 1.5
Références $name.
Référencé par ToolbarHelper\addNew(), ToolbarHelper\apply(), ToolbarHelper\archiveList(), ToolbarHelper\assign(), ToolbarHelper\back(), ToolbarHelper\cancel(), ToolbarHelper\checkin(), ToolbarHelper\custom(), ToolbarHelper\deleteList(), ToolbarHelper\divider(), ToolbarHelper\editCss(), ToolbarHelper\editHtml(), ToolbarHelper\editList(), ToolbarHelper\help(), ToolbarHelper\link(), ToolbarHelper\makeDefault(), ToolbarHelper\media_manager(), ToolbarHelper\modal(), ToolbarHelper\preferences(), ToolbarHelper\preview(), ToolbarHelper\publish(), ToolbarHelper\publishList(), ToolbarHelper\save(), ToolbarHelper\save2copy(), ToolbarHelper\save2new(), ToolbarHelper\spacer(), ToolbarHelper\trash(), ToolbarHelper\unarchiveList(), ToolbarHelper\unpublish(), ToolbarHelper\unpublishList(), et ToolbarHelper\versions().
◆ getItems()
Get the list of toolbar links.
- Renvoie
- array
- Depuis
- 1.6
◆ getName()
Get the name of the toolbar.
- Renvoie
- string
- Depuis
- 1.6
◆ loadButtonClass()
Load the button class including the deprecated ones.
- Paramètres
-
- Renvoie
- string|null
- Depuis
- 3.8.0
Références $type, et null.
◆ loadButtonType()
loadButtonType |
( |
|
$type, |
|
|
|
$new = false |
|
) |
| |
◆ prependButton()
Get a value.
- Renvoie
- string
- Depuis
- 1.5
◆ render()
◆ renderButton()
Render a button.
- Paramètres
-
object | &$node | A toolbar node. |
- Renvoie
- string
- Depuis
- 1.5
Références $button, et $type.
◆ $_bar
◆ $_buttonPath
◆ $_buttons
◆ $_name
◆ $instances
La documentation de cette classe a été générée à partir du fichier suivant :