API17

JToolBar

From Joomla! Documentation

Revision as of 18:03, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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.

[Edit Descripton] Template:Description:JToolBar

Defined in[edit]

libraries/joomla/html/toolbar.php

Subpackage[edit]

Html

Extends[edit]

JObject

Extended by[edit]

Methods[edit]

Method name Description
__construct Constructor.
addButtonPath Add a directory where should search for button types in LIFO order.
appendButton Set a value.
getItems Get the list of toolbar links.
getName Get the name of the toolbar.
loadButtonType Loads a button type.
prependButton Get a value.
render Render.
renderButton Render a parameter type.
getInstance Returns the global object, only creating it if it doesn't already exist.

Importing[edit]

jimport( 'joomla.html.toolbar' );

See also[edit]

Template:SeeAlso:JToolBar [Edit See Also]

Examples[edit]

<CodeExamplesForm />