API17

Difference between revisions of "JToolBar::loadButtonType"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JToolBar->loadButtonType ($type, $new=false)
+
public JToolBar::loadButtonType ($type, $new=false)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 35: Line 35:
 
object
 
object
 
===Defined in===
 
===Defined in===
libraries/joomla/html/toolbar.php
+
libraries/joomla/html/toolbar.php (line 197)
 +
* see source code in [[jplatform:html/toolbar.php#cl-197|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:27, 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 JToolBar::loadButtonType[edit]

Description[edit]

Loads a button type.

Template:Description:JToolBar::loadButtonType [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JToolBar::loadButtonType ($type, $new=false)
Parameter Type Default Description
$type string buttonType
$new false

Returns[edit]

object

Defined in[edit]

libraries/joomla/html/toolbar.php (line 197)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JToolBar::loadButtonType

Examples[edit]

<CodeExamplesForm />