JHtmlGrid: Difference between revisions
From Joomla! Documentation
Layout updates |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
=={{JVer|11.1}} JHtmlGrid== | |||
===Description=== | |||
{{ | |||
=== | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
!Visibility | |||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|[[JHtmlGrid::access | |public static | ||
|[[API17:JHtmlGrid::access|access]] | |||
| | | | ||
|- | |- | ||
|[[JHtmlGrid::behavior | |public static | ||
|[[API17:JHtmlGrid::behavior|behavior]] | |||
| | | | ||
|- | |- | ||
|[[JHtmlGrid::boolean | |public static | ||
|[[API17:JHtmlGrid::boolean|boolean]] | |||
|Display a boolean setting widget. | |Display a boolean setting widget. | ||
|- | |- | ||
|[[JHtmlGrid::checkedOut | |public static | ||
|[[API17:JHtmlGrid::checkedOut|checkedOut]] | |||
| | | | ||
|- | |- | ||
|[[JHtmlGrid::id | |public static | ||
|[[API17:JHtmlGrid::id|id]] | |||
| | | | ||
|- | |- | ||
|[[JHtmlGrid::order | |public static | ||
|[[API17:JHtmlGrid::order|order]] | |||
| | | | ||
|- | |- | ||
|[[JHtmlGrid::published | |public static | ||
|[[API17:JHtmlGrid::published|published]] | |||
| | | | ||
|- | |- | ||
|[[JHtmlGrid::sort | |public static | ||
|[[API17:JHtmlGrid::sort|sort]] | |||
| | | | ||
|- | |- | ||
|[[JHtmlGrid::state | |public static | ||
|[[API17:JHtmlGrid::state|state]] | |||
| | | | ||
|- | |- | ||
|[[JHtmlGrid::_checkedOut | |protected static | ||
|[[API17:JHtmlGrid::_checkedOut|_checkedOut]] | |||
| | | | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/html/html/grid.php | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.grid' );</source> | <source lang="php">jimport( 'joomla.html.html.grid' );</source> | ||
===See also=== | ===See also=== | ||
* JHtmlGrid source code | * {{JVer|11.1}} '''JHtmlGrid source code''' on [[jplatform:html/html/grid.php|BitBucket]] | ||
* [[ | * {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]] | ||
* [[API17:JHtmlGrid|Other versions of JHtmlGrid]] | |||
===User contributed notes=== | |||
===Examples=== | === Code Examples === | ||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JHtmlGrid | category=JHtmlGrid | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude> | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
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