API17

Difference between revisions of "JButtonCustom"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (moving preparation)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JButtonCustom==
 +
===Description===
 +
{{Description:JButtonCustom}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JButtonCustom|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JButtonCustom|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JButtonCustom}}
 
===Defined in===
 
libraries/joomla/html/toolbar/button/custom.php
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
===Extends===
 
[[JButton/11.1|JButton]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JButtonCustom::fetchButton/11.1|fetchButton]]
+
|public
 +
|[[API17:JButtonCustom::fetchButton|fetchButton]]
 
|
 
|
 
|-
 
|-
|[[JButtonCustom::fetchId/11.1|fetchId]]
+
|public
 +
|[[API17:JButtonCustom::fetchId|fetchId]]
 
|Get the button CSS Id.  
 
|Get the button CSS Id.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/html/toolbar/button/custom.php
 +
* '''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===
* [[JButtonCustom|Other versions of this class]]
+
* {{JVer|11.1}} '''JButtonCustom source code''' on [[jplatform:html/toolbar/button/custom.php|BitBucket]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
 +
* [[API17:JButtonCustom|Other versions of JButtonCustom]]
 
{{SeeAlso:JButtonCustom}}
 
{{SeeAlso:JButtonCustom}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JButtonCustom|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JButtonCustom|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 40: Line 42:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JButtonCustom]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:47, 11 May 2013

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]

Template:Description:JButtonCustom [Edit Descripton]

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]

Template:SeeAlso:JButtonCustom [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />