API17

Difference between revisions of "JButtonCustom"

From Joomla! Documentation

m (JoomlaWikiBot moved page JButtonCustom/11.1 to API17:JButtonCustom without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JButtonCustom==
 
=={{JVer|11.1}} JButtonCustom==
 
===Description===
 
===Description===
{{Description:JButtonCustom}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JButtonCustom|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JButtonCustom::fetchButton/11.1|fetchButton]]
+
|[[API17:JButtonCustom::fetchButton|fetchButton]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JButtonCustom::fetchId/11.1|fetchId]]
+
|[[API17:JButtonCustom::fetchId|fetchId]]
 
|Get the button CSS Id.  
 
|Get the button CSS Id.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/html/toolbar/button/custom.php
 
* '''Defined in''' libraries/joomla/html/toolbar/button/custom.php
* '''Extends''' [[JButton/11.1|JButton]]
+
* '''Extends''' [[API17:JButton|JButton]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.toolbar.button.custom' );</source>
 
<source lang="php">jimport( 'joomla.html.toolbar.button.custom' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JButtonCustom source code''' on [[jplatform:html/toolbar/button/custom.php|BitBucket]]
 
* {{JVer|11.1}} '''JButtonCustom source code''' on [[jplatform:html/toolbar/button/custom.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JButtonCustom|Other versions of JButtonCustom]]
+
* [[API17:JButtonCustom|Other versions of JButtonCustom]]
{{SeeAlso:JButtonCustom}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JButtonCustom|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JButtonCustom
 
category=JButtonCustom
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 45: Line 41:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JButtonCustom]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:23, 24 March 2017

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 JButtonCustom[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public fetchButton
public fetchId Get the button CSS Id.
  • Defined in libraries/joomla/html/toolbar/button/custom.php
  • Extends JButton

Importing[edit]

jimport( 'joomla.html.toolbar.button.custom' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]