API15

JHTMLGrid: Difference between revisions

From Joomla! Documentation

Sayfrndship (talk | contribs)
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JHTMLGrid|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JHTMLGrid}}
===Defined in===
===Defined in===
libraries/joomla/html/html/grid.php
libraries/joomla/html/html/grid.php
Line 37: Line 32:
<source lang="php">jimport( 'joomla.html.html.grid' );</source>
<source lang="php">jimport( 'joomla.html.html.grid' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHTMLGrid|Edit See Also]]<nowiki>]</nowiki>
 
</span>
{{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