API17

Difference between revisions of "JEditor::getButtons"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JEditor->getButtons ($editor, $buttons=true)
+
public JEditor::getButtons ($editor, $buttons=true)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 35: Line 35:
  
 
===Defined in===
 
===Defined in===
libraries/joomla/html/editor.php
+
libraries/joomla/html/editor.php (line 262)
 +
* see source code in [[jplatform:html/editor.php#cl-262|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:24, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JEditor::getButtons[edit]

Description[edit]

Get the editor buttons.

Template:Description:JEditor::getButtons [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JEditor::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[edit]

Defined in[edit]

libraries/joomla/html/editor.php (line 262)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JEditor::getButtons

Examples[edit]

<CodeExamplesForm />