| 
				 public static
				string
				
				 | 
			#
			action( integer $i, string $task, string|array $prefix = '', string $text = '', string $active_title = '', string $inactive_title = '', boolean $tip = false, string $active_class = '', string $inactive_class = '', boolean $enabled = true, boolean $translate = true, string $checkbox = 'cb' )
				
Returns an action on a grid 
				
Returns an action on a grid Parameters
						$iinteger- $i The row index$taskstring- $task The task to fire$prefixstring|array- $prefix An optional task prefix or an array of options$textstring- $text An optional text to display [unused - @deprecated 4.0]$active_titlestring- $active_title An optional active tooltip to display if $enable is true$inactive_titlestring- $inactive_title An optional inactive tooltip to display if $enable is true$tipboolean- $tip An optional setting for tooltip$active_classstring- $active_class An optional active HTML class$inactive_classstring- $inactive_class An optional inactive HTML class$enabledboolean- $enabled An optional setting for access control on the action.$translateboolean- $translate An optional setting for translation.$checkboxstring- $checkbox An optional prefix for checkboxes.Returns
						string- The HTML markup
 Since
							1.6
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			state( array $states, integer $value, integer $i, string|array $prefix = '', boolean $enabled = true, boolean $translate = true, string $checkbox = 'cb' )
				
Returns a state on a grid 
				
Returns a state on a grid Parameters
						$statesarray- $states array of value/state. Each state is an array of the form (task, text,
active title, inactive title, tip (boolean), HTML active class, HTML inactive
class) or ('task'=>task, 'text'=>text, 'active_title'=>active title,
'inactive_title'=>inactive title, 'tip'=>boolean, 'active_class'=>html
active class, 'inactive_class'=>html inactive class)$valueinteger- $value The state value.$iinteger- $i The row index$prefixstring|array- $prefix An optional task prefix or an array of options$enabledboolean- $enabled An optional setting for access control on the action.$translateboolean- $translate An optional setting for translation.$checkboxstring- $checkbox An optional prefix for checkboxes.Returns
						string- The HTML markup
 Since
							1.6
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			published( integer $value, integer $i, string|array $prefix = '', boolean $enabled = true, string $checkbox = 'cb', string $publish_up = null, string $publish_down = null )
				
Returns a published state on a grid 
				
Returns a published state on a grid Parameters
						$valueinteger- $value The state value.$iinteger- $i The row index$prefixstring|array- $prefix An optional task prefix or an array of options$enabledboolean- $enabled An optional setting for access control on the action.$checkboxstring- $checkbox An optional prefix for checkboxes.$publish_upstring- $publish_up An optional start publishing date.$publish_downstring- $publish_down An optional finish publishing date.Returns
						string- The HTML markup
 Since
							1.6
 See | 
		
			| 
				 public static
				string
				
				 | 
			#
			isdefault( integer $value, integer $i, string|array $prefix = '', boolean $enabled = true, string $checkbox = 'cb' )
				
Returns an isDefault state on a grid 
				
Returns an isDefault state on a grid Parameters
						$valueinteger- $value The state value.$iinteger- $i The row index$prefixstring|array- $prefix An optional task prefix or an array of options$enabledboolean- $enabled An optional setting for access control on the action.$checkboxstring- $checkbox An optional prefix for checkboxes.Returns
						string- The HTML markup
 Since
							1.6
 See | 
		
			| 
				 public static
				string
				
				 | 
			#
			publishedOptions( array $config = array() )
				
Returns an array of standard published state filter options. 
				
Returns an array of standard published state filter options. Parameters
						$configarray- $config An array of configuration options. This array can contain a list of
key/value pairs where values are boolean and keys can be taken from 'published',
'unpublished', 'archived', 'trash', 'all'. These pairs determine which values
are displayed.Returns
						string- The HTML markup
 Since
							1.6
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			checkedout( integer $i, string $editorName, string $time, string|array $prefix = '', boolean $enabled = false, string $checkbox = 'cb' )
				
Returns a checked-out icon 
				
Returns a checked-out icon Parameters
						$iinteger- $i The row index.$editorNamestring- $editorName The name of the editor.$timestring- $time The time that the object was checked out.$prefixstring|array- $prefix An optional task prefix or an array of options$enabledboolean- $enabled True to enable the action.$checkboxstring- $checkbox An optional prefix for checkboxes.Returns
						string- The HTML markup
 Since
							1.6
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			orderUp( integer $i, string $task = 'orderup', string|array $prefix = '', string $text = 'JLIB_HTML_MOVE_UP', boolean $enabled = true, string $checkbox = 'cb' )
				
Creates an order-up action icon. 
				
Creates an order-up action icon. Parameters
						$iinteger- $i The row index.$taskstring- $task An optional task to fire.$prefixstring|array- $prefix An optional task prefix or an array of options$textstring- $text An optional text to display$enabledboolean- $enabled An optional setting for access control on the action.$checkboxstring- $checkbox An optional prefix for checkboxes.Returns
						string- The HTML markup
 Since
							1.6
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			orderDown( integer $i, string $task = 'orderdown', string|array $prefix = '', string $text = 'JLIB_HTML_MOVE_DOWN', boolean $enabled = true, string $checkbox = 'cb' )
				
Creates an order-down action icon. 
				
Creates an order-down action icon. Parameters
						$iinteger- $i The row index.$taskstring- $task An optional task to fire.$prefixstring|array- $prefix An optional task prefix or an array of options$textstring- $text An optional text to display$enabledboolean- $enabled An optional setting for access control on the action.$checkboxstring- $checkbox An optional prefix for checkboxes.Returns
						string- The HTML markup
 Since
							1.6
 |