JHTMLGrid: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JHTMLGrid}}
===Defined in===
l... |
No edit summary |
||
| Line 33: | Line 33: | ||
| | | | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.grid' );</source> | <source lang="php">jimport( 'joomla.html.html.grid' );</source> | ||
Revision as of 17:36, 25 March 2010
[Edit Descripton] Template:Description:JHTMLGrid
Defined in
libraries/joomla/html/html/grid.php
Methods
| Method name | Description |
|---|---|
| sort | |
| id | |
| access | |
| checkedOut | |
| published | |
| state | |
| order |
Importing
jimport( 'joomla.html.html.grid' );
[Edit See Also] Template:SeeAlso:JHTMLGrid
Examples
<CodeExamplesForm />