API15

JHTMLGrid: Difference between revisions

From Joomla! Documentation

Sayfrndship (talk | contribs)
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 37: Line 34:
<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 13:21, 24 March 2017

{{subst:Description:JHTMLGrid}}

Defined in

libraries/joomla/html/html/grid.php

Methods

Method name Description
sort
id
access
checkedOut
published Publish/unpublish items in your table.
state
order

Importing

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


{{subst:SeeAlso:JHTMLGrid}}

Examples

<CodeExamplesForm />