API17:JEditor::getButtons
From Joomla! Documentation
JEditor::getButtons
Description
Get the editor buttons.
public function getButtons (
$editor
$buttons=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $editor | string | The name of the editor. | |
| $buttons | mixed | true | Can be boolean or array, if boolean defines if the buttons are displayed, if array defines a list of buttons not to show. |
See also
JEditor::getButtons source code on BitBucket
Class JEditor
Subpackage Html- Other versions of JEditor::getButtons
User contributed notes
Code Examples