JHtmlGrid: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JHtmlGrid== | =={{JVer|11.1}} JHtmlGrid== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 59: | Line 59: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]] | ||
* [[API17:JHtmlGrid|Other versions of JHtmlGrid]] | * [[API17:JHtmlGrid|Other versions of JHtmlGrid]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JHtmlGrid | category=JHtmlGrid | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 03:11, 25 March 2017
JHtmlGrid
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | access | |
| public static | behavior | |
| public static | boolean | Display a boolean setting widget. |
| public static | checkedOut | |
| public static | id | |
| public static | order | |
| public static | published | |
| public static | sort | |
| public static | state | |
| protected static | _checkedOut |
- Defined in libraries/joomla/html/html/grid.php
Importing
jimport( 'joomla.html.html.grid' );
See also
JHtmlGrid source code on BitBucket
Subpackage Html- Other versions of JHtmlGrid
User contributed notes
Code Examples