JHTMLGrid/1.5
From Joomla! Documentation
< JHTMLGrid(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} 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 | ||
|[[JHTMLGrid::_checkedOut/1.5|_checkedOut]] | |[[JHTMLGrid::_checkedOut/1.5|_checkedOut]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JHTMLGrid::access/1.5|access]] | |[[JHTMLGrid::access/1.5|access]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JHTMLGrid::checkedOut/1.5|checkedOut]] | |[[JHTMLGrid::checkedOut/1.5|checkedOut]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JHTMLGrid::id/1.5|id]] | |[[JHTMLGrid::id/1.5|id]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JHTMLGrid::order/1.5|order]] | |[[JHTMLGrid::order/1.5|order]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JHTMLGrid::published/1.5|published]] | |[[JHTMLGrid::published/1.5|published]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JHTMLGrid::sort/1.5|sort]] | |[[JHTMLGrid::sort/1.5|sort]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JHTMLGrid::state/1.5|state]] | |[[JHTMLGrid::state/1.5|state]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
| + | * '''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=== | ||
| + | * {{JVer|1.5}} '''JHTMLGrid''' on [http://api.joomla.org/Joomla-Framework/Html/JHTMLGrid.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JHTMLGrid source code''' on [[jframework15:html/html/grid.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
| + | * [[JHTMLGrid|Other versions of 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 58: | Line 66: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JHTMLGrid]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JHTMLGrid]]</noinclude> | ||
Revision as of 18:10, 25 April 2011
JHTMLGrid
Description
Description:JHTMLGrid [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _checkedOut | |
| public | access | |
| public | checkedOut | |
| public | id | |
| public | order | |
| public | published | |
| public | sort | |
| public | state |
- Defined in libraries/joomla/html/html/grid.php
Importing
jimport( 'joomla.html.html.grid' );
See also
-
JHTMLGrid on api.joomla.org
-
JHTMLGrid source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTMLGrid
SeeAlso:JHTMLGrid [Edit See Also]
User contributed notes
<CodeExamplesForm />