API17

JHtmlGrid: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
<span class="editsection" style="font-size:76%;">
=={{JVer|11.1}} JHtmlGrid==
<nowiki>[</nowiki>[[Description:JHtmlGrid|Edit Descripton]]<nowiki>]</nowiki>
===Description===
</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
|-
|-
|[[JHtmlGrid::access/11.1|access]]
|public static
|[[API17:JHtmlGrid::access|access]]
|
|
|-
|-
|[[JHtmlGrid::behavior/11.1|behavior]]
|public static
|[[API17:JHtmlGrid::behavior|behavior]]
|
|
|-
|-
|[[JHtmlGrid::boolean/11.1|boolean]]
|public static
|[[API17:JHtmlGrid::boolean|boolean]]
|Display a boolean setting widget.  
|Display a boolean setting widget.  
|-
|-
|[[JHtmlGrid::checkedOut/11.1|checkedOut]]
|public static
|[[API17:JHtmlGrid::checkedOut|checkedOut]]
|
|
|-
|-
|[[JHtmlGrid::id/11.1|id]]
|public static
|[[API17:JHtmlGrid::id|id]]
|
|
|-
|-
|[[JHtmlGrid::order/11.1|order]]
|public static
|[[API17:JHtmlGrid::order|order]]
|
|
|-
|-
|[[JHtmlGrid::published/11.1|published]]
|public static
|[[API17:JHtmlGrid::published|published]]
|
|
|-
|-
|[[JHtmlGrid::sort/11.1|sort]]
|public static
|[[API17:JHtmlGrid::sort|sort]]
|
|
|-
|-
|[[JHtmlGrid::state/11.1|state]]
|public static
|[[API17:JHtmlGrid::state|state]]
|
|
|-
|-
|[[JHtmlGrid::_checkedOut/11.1|_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 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 [[API17:Subpackage Html|Html]]
{{SeeAlso:JHtmlGrid}}
* [[API17:JHtmlGrid|Other versions of JHtmlGrid]]
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlGrid|Edit See Also]]<nowiki>]</nowiki>
 
</span>
===User contributed notes===
===Examples===
=== Code Examples ===
<CodeExamplesForm />
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JHtmlGrid
category=JHtmlGrid
category=CodeExample
namespace=CodeExample
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 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:11, 25 March 2017

Joomla 11.1 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


User contributed notes

Code Examples