API17

Difference between revisions of "JToolBar::prependButton"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Get a value.  
 
Get a value.  
  
{{Description:JToolBar::prependButton}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JToolBar::prependButton|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JToolBar->prependButton ()
+
public function prependButton (
 +
       
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 22: Line 21:
 
|string
 
|string
 
|
 
|
|Thenameoftheparam.
+
|Thenameoftheparameter.
 
|-
 
|-
 
|
 
|
Line 30: Line 29:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' string
string
+
* '''Defined''' on line 136 of libraries/joomla/html/toolbar.php
===Defined in===
 
libraries/joomla/html/toolbar.php
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JToolBar::prependButton source code''' on [[jplatform:html/toolbar.php#cl-128|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JToolBar::prependButton|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JToolBar|JToolBar]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JToolBar/11.1|JToolBar]]
+
* [[API17:JToolBar::prependButton|Other versions of JToolBar::prependButton]]
* [[JToolBar::prependButton|Other versions of this method]]
+
 
{{SeeAlso:JToolBar::prependButton}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JToolBar::prependButton
 
category=JToolBar::prependButton
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JToolBar]][[Category:JToolBar::prependButton]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:52, 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 JToolBar::prependButton[edit]

Description[edit]

Get a value.


public function prependButton (
        
)
Parameter Type Default Description
string Thenameoftheparameter.
mixed Thedefaultvalueifnotfound.
  • Returns string
  • Defined on line 136 of libraries/joomla/html/toolbar.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]