API17

API17:JEditor::getButtons

From Joomla! Documentation

Joomla 11.1 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.
  • Returns
  • Defined on line 263 of libraries/joomla/html/editor.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples