API17:JHtmlGrid
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JHtmlGrid== | ||
| + | ===Description=== | ||
| + | {{Description:JHtmlGrid}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JHtmlGrid|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlGrid|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlGrid::access/11.1|access]] | |[[JHtmlGrid::access/11.1|access]] | ||
| | | | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlGrid::behavior/11.1|behavior]] | |[[JHtmlGrid::behavior/11.1|behavior]] | ||
| | | | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlGrid::boolean/11.1|boolean]] | |[[JHtmlGrid::boolean/11.1|boolean]] | ||
|Display a boolean setting widget. | |Display a boolean setting widget. | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlGrid::checkedOut/11.1|checkedOut]] | |[[JHtmlGrid::checkedOut/11.1|checkedOut]] | ||
| | | | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlGrid::id/11.1|id]] | |[[JHtmlGrid::id/11.1|id]] | ||
| | | | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlGrid::order/11.1|order]] | |[[JHtmlGrid::order/11.1|order]] | ||
| | | | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlGrid::published/11.1|published]] | |[[JHtmlGrid::published/11.1|published]] | ||
| | | | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlGrid::sort/11.1|sort]] | |[[JHtmlGrid::sort/11.1|sort]] | ||
| | | | ||
|- | |- | ||
| + | |public static | ||
|[[JHtmlGrid::state/11.1|state]] | |[[JHtmlGrid::state/11.1|state]] | ||
| | | | ||
|- | |- | ||
| + | |protected static | ||
|[[JHtmlGrid::_checkedOut/11.1|_checkedOut]] | |[[JHtmlGrid::_checkedOut/11.1|_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]] |
| − | * [[JHtmlGrid|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]] |
| + | * [[JHtmlGrid|Other versions of JHtmlGrid]] | ||
{{SeeAlso:JHtmlGrid}} | {{SeeAlso:JHtmlGrid}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlGrid|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlGrid|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 65: | Line 73: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHtmlGrid]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHtmlGrid]]</noinclude> | ||
Revision as of 18:04, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlGrid
Description
Description:JHtmlGrid [Edit Descripton]
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
SeeAlso:JHtmlGrid [Edit See Also]
User contributed notes
<CodeExamplesForm />
