API17

Difference between revisions of "JButtonSeparator::render"

From Joomla! Documentation

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

Latest revision as of 21:24, 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 JButtonSeparator::render[edit]

Description[edit]

public function render (&$definition)
Parameter Type Default Description
&$definition
  • Returns
  • Defined on line 29 of libraries/joomla/html/toolbar/button/separator.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]