\JHtmlGrid
Utility class for creating HTML Grids
Synopsis
class JHtmlGrid
{
- // methods
- public static string boolean()
- public static string sort()
- public static string checkall()
- public static mixed id()
- public static string checkedOut()
- public static string published()
- public static string state()
- public static string order()
- protected static string _checkedOut()
- public static void behavior()
Methods
protected
- _checkedOut() — Method to create a checked out icon with optional overlib in a grid.
public
- behavior() — Method to build the behavior script and add it to the document head.
- boolean() — Display a boolean setting widget.
- checkall() — Method to check all checkboxes in a grid
- checkedOut() — Displays a checked out icon.
- id() — Method to create a checkbox for a grid row.
- order() — Method to create an icon for saving a new ordering in a grid
- published() — Method to create a clickable icon to change the state of an item
- sort() — Method to sort a column in a grid
- state() — Method to create a select list of states for filtering By default the filter shows only published and unpublished items