API17

Difference between revisions of "JHtmlGrid"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlGrid::access/11.1|access]]
+
|[[API17:JHtmlGrid::access|access]]
 
|
 
|
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlGrid::behavior/11.1|behavior]]
+
|[[API17:JHtmlGrid::behavior|behavior]]
 
|
 
|
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlGrid::boolean/11.1|boolean]]
+
|[[API17:JHtmlGrid::boolean|boolean]]
 
|Display a boolean setting widget.  
 
|Display a boolean setting widget.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlGrid::checkedOut/11.1|checkedOut]]
+
|[[API17:JHtmlGrid::checkedOut|checkedOut]]
 
|
 
|
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlGrid::id/11.1|id]]
+
|[[API17:JHtmlGrid::id|id]]
 
|
 
|
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlGrid::order/11.1|order]]
+
|[[API17:JHtmlGrid::order|order]]
 
|
 
|
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlGrid::published/11.1|published]]
+
|[[API17:JHtmlGrid::published|published]]
 
|
 
|
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlGrid::sort/11.1|sort]]
+
|[[API17:JHtmlGrid::sort|sort]]
 
|
 
|
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlGrid::state/11.1|state]]
+
|[[API17:JHtmlGrid::state|state]]
 
|
 
|
 
|-
 
|-
 
|protected static  
 
|protected static  
|[[JHtmlGrid::_checkedOut/11.1|_checkedOut]]
+
|[[API17:JHtmlGrid::_checkedOut|_checkedOut]]
 
|
 
|
 
|-
 
|-
Line 59: Line 59:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlGrid source code''' on [[jplatform:html/html/grid.php|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlGrid source code''' on [[jplatform:html/html/grid.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JHtmlGrid|Other versions of JHtmlGrid]]
+
* [[API17:JHtmlGrid|Other versions of JHtmlGrid]]
 
{{SeeAlso:JHtmlGrid}}
 
{{SeeAlso:JHtmlGrid}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:53, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlGrid[edit]

Description[edit]

Template:Description:JHtmlGrid [Edit Descripton]

Methods[edit]

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[edit]

jimport( 'joomla.html.html.grid' );

See also[edit]

Template:SeeAlso:JHtmlGrid [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />