API17:JButton
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: bad link repair) |
||
| Line 69: | Line 69: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JButton]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JButton]]</noinclude> |
Revision as of 13:29, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JButton
Description
Description:JButton [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | fetchButton | Get the button. |
| public | fetchIconClass | Method to get the CSS class name for an icon identifier. |
| public | fetchId | Get the button id. |
| public | getName | Get the element name. |
| public | render |
- Defined in libraries/joomla/html/toolbar/button.php
- Extends JObject
- Extended by
Importing
jimport( 'joomla.html.toolbar.button' );
See also
-
JButton source code on BitBucket
-
Subpackage Html
- Other versions of JButton
SeeAlso:JButton [Edit See Also]
User contributed notes
<CodeExamplesForm />
