JHTMLGrid: Difference between revisions
From Joomla! Documentation
No edit summary |
Sayfrndship (talk | contribs) |
||
| Line 25: | Line 25: | ||
|- | |- | ||
|[[API15:JHTMLGrid/published|published]] | |[[API15:JHTMLGrid/published|published]] | ||
| | |Publish/unpublish items in your table. | ||
|- | |- | ||
|[[API15:JHTMLGrid/state|state]] | |[[API15:JHTMLGrid/state|state]] | ||
Revision as of 10:51, 21 August 2010
[Edit Descripton] Template: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' );
[Edit See Also] Template:SeeAlso:JHTMLGrid
Examples
<CodeExamplesForm />