API15

JHTMLGrid: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JHTMLGrid}}
===Defined in===
===Defined in===
libraries/joomla/html/html/grid.php
libraries/joomla/html/html/grid.php
Line 35: Line 33:




{{subst:SeeAlso:JHTMLGrid}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JHTMLGrid
  category=JHTMLGrid
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 00:51, 25 March 2017

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' );



Examples

Code Examples