JHtmlJGrid: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/html/jgrid.php | libraries/joomla/html/html/jgrid.php | ||
* see source code in [[jplatform:html/html/jgrid.php|BitBucket]] | |||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Html/11.1|Html]] | [[Subpackage Html/11.1|Html]] | ||
| Line 44: | Line 45: | ||
<source lang="php">jimport( 'joomla.html.html.jgrid' );</source> | <source lang="php">jimport( 'joomla.html.html.jgrid' );</source> | ||
===See also=== | ===See also=== | ||
* JHtmlJGrid source code in [[jplatform:html/html/jgrid.php|BitBucket]] | |||
* [[JHtmlJGrid|Other versions of this class]] | * [[JHtmlJGrid|Other versions of this class]] | ||
{{SeeAlso:JHtmlJGrid}} | {{SeeAlso:JHtmlJGrid}} | ||
Revision as of 22:57, 23 April 2011
[Edit Descripton] Template:Description:JHtmlJGrid
Defined in
libraries/joomla/html/html/jgrid.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| action | Returns an action on a grid. |
| checkedout | Returns a checked-out icon. |
| isdefault | Returns a isDefault state on a grid. |
| orderDown | Creates a order-down action icon. |
| orderUp | Creates a order-up action icon. |
| published | Returns a published state on a grid. |
| publishedOptions | Returns an array of standard published state filter options. |
| state | Returns a state on a grid. |
Importing
jimport( 'joomla.html.html.jgrid' );
See also
- JHtmlJGrid source code in BitBucket
- Other versions of this class
Template:SeeAlso:JHtmlJGrid [Edit See Also]
Examples
<CodeExamplesForm />