API15

Difference between revisions of "JHTMLGrid"

From Joomla! Documentation

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 05:51, 21 August 2010

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JHTMLGrid

Defined in[edit]

libraries/joomla/html/html/grid.php

Methods[edit]

Method name Description
sort
id
access
checkedOut
published Publish/unpublish items in your table.
state
order

Importing[edit]

jimport( 'joomla.html.html.grid' );

[Edit See Also] Template:SeeAlso:JHTMLGrid

Examples[edit]

<CodeExamplesForm />