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... |
m preparing for archive only |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/html/grid.php | libraries/joomla/html/html/grid.php | ||
| Line 25: | Line 20: | ||
|- | |- | ||
|[[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 28: | ||
| | | | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.grid' );</source> | <source lang="php">jimport( 'joomla.html.html.grid' );</source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JHTMLGrid | category=JHTMLGrid | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||