JHTMLGrid: Difference between revisions
From Joomla! Documentation
Sayfrndship (talk | contribs) |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JHTMLGrid}} | |||
{{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> | ||
{{subst:SeeAlso:JHTMLGrid}} | |||
{{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 />