API17

JHtmlGrid: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
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>
{{Description:JHtmlGrid}}
===Defined in===
libraries/joomla/html/html/grid.php
* see source code in [[jplatform:html/html/grid.php|BitBucket]]
===Subpackage===
[[Subpackage Html/11.1|Html]]
===Extends===
===Extended by===
===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 in [[jplatform:html/html/grid.php|BitBucket]]
* {{JVer|11.1}} '''JHtmlGrid source code''' on [[jplatform:html/html/grid.php|BitBucket]]
* [[JHtmlGrid|Other versions of this class]]
* {{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>
===Examples===
===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 23:04, 27 April 2011

Joomla 11.1 JHtmlGrid

Description

Template: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

Template:SeeAlso:JHtmlGrid [Edit See Also]

User contributed notes

<CodeExamplesForm />