JHtmlGrid: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JHtmlGrid}}
===Defined in===
l... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JHtmlGrid}} | |||
{{Description:JHtmlGrid}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 43: | Line 40: | ||
<source lang="php">jimport( 'joomla.html.html.grid' );</source> | <source lang="php">jimport( 'joomla.html.html.grid' );</source> | ||
{{subst:SeeAlso:JHtmlGrid}} | |||
{{SeeAlso:JHtmlGrid}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:05, 24 March 2017
{{subst:Description:JHtmlGrid}}
Defined in
libraries/joomla/html/html/grid.php
Methods
| Method name | Description |
|---|---|
| boolean | Display a boolean setting widget. |
| sort | |
| id | |
| access | Deprecated |
| checkedOut | |
| published | |
| state | |
| order | |
| behavior |
Importing
jimport( 'joomla.html.html.grid' );
{{subst:SeeAlso:JHtmlGrid}}
Examples
<CodeExamplesForm />