API15:JHTMLGrid
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JHTMLGrid}}
===Defined in===
l...) |
Sayfrndship (Talk | contribs) (→Methods) |
||
| (One intermediate revision by one user not shown) | |||
| 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]] | ||
| Line 33: | Line 33: | ||
| | | | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.grid' );</source> | <source lang="php">jimport( 'joomla.html.html.grid' );</source> | ||
Latest revision as of 05:51, 21 August 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JHTMLGrid
Contents |
[edit] Defined in
libraries/joomla/html/html/grid.php
[edit] Methods
| Method name | Description |
|---|---|
| sort | |
| id | |
| access | |
| checkedOut | |
| published | Publish/unpublish items in your table. |
| state | |
| order |
[edit] Importing
jimport( 'joomla.html.html.grid' );
[Edit See Also] SeeAlso:JHTMLGrid
[edit] Examples
<CodeExamplesForm />
