JHtmlGrid: Difference between revisions
From Joomla! Documentation
m moving preparation |
m clean up |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JHtmlGrid== | =={{JVer|11.1}} JHtmlGrid== | ||
===Description=== | ===Description=== | ||
{{Description:JHtmlGrid}} | {{subst:Description:JHtmlGrid}} | ||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
| Line 61: | 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]] | ||
{{SeeAlso:JHtmlGrid}} | {{subst:SeeAlso:JHtmlGrid}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:36, 24 March 2017
JHtmlGrid
Description
{{subst:Description:JHtmlGrid}}
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
{{subst:SeeAlso:JHtmlGrid}}
User contributed notes
<CodeExamplesForm />