API16

JHtmlGrid: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JHtmlGrid}} ===Defined in=== l...
 
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JHtmlGrid}}
<nowiki>[</nowiki>[[Description:JHtmlGrid|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JHtmlGrid}}


===Defined in===
===Defined in===
Line 43: Line 40:
<source lang="php">jimport( 'joomla.html.html.grid' );</source>
<source lang="php">jimport( 'joomla.html.html.grid' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlGrid|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JHtmlGrid}}
</span>
{{SeeAlso:JHtmlGrid}}


===Examples===
===Examples===

Revision as of 14:05, 24 March 2017

{{subst:Description:JHtmlGrid}}

Defined in

libraries/joomla/html/html/grid.php

Methods

Method name Description
boolean Display a boolean setting widget.
sort
id
access Deprecated
checkedOut
published
state
order
behavior

Importing

jimport( 'joomla.html.html.grid' );


{{subst:SeeAlso:JHtmlGrid}}

Examples

<CodeExamplesForm />