Class JHtmlModules

Description
  • abstract:
  • since: 1.6

Located in /administrator/components/com_modules/helpers/html/modules.php (line 15)


	
			
Method Summary
static array positionList ([integer $clientId = 0])
static string positions (integer $clientId)
static string state (integer $value, integer $i, [boolean $enabled = true], [string $checkbox = 'cb'])
static void templates ([int $clientId = 0], [string $state = ''])
static void templateStates ()
static void types ()
Methods
static method positionList (line 152)

Method to get the field options.

  • return: The field option objects.
  • since: 2.5
  • access: public
static array positionList ([integer $clientId = 0])
  • integer $clientId: The client ID
static method positions (line 116)

Display a batch widget for the module position selector.

  • return: The necessary HTML for the widget.
  • since: 2.5
  • access: public
static string positions (integer $clientId)
  • integer $clientId: The client ID
static method state (line 63)

Returns a published state on a grid

  • return: The Html code
  • see: JHtmlJGrid::state
  • since: 1.7.1
  • access: public
static string state (integer $value, integer $i, [boolean $enabled = true], [string $checkbox = 'cb'])
  • integer $value: The state value.
  • integer $i: The row index
  • boolean $enabled: An optional setting for access control on the action.
  • string $checkbox: An optional prefix for checkboxes.
static method templates (line 21)
  • access: public
static void templates ([int $clientId = 0], [string $state = ''])
  • int $clientId: The client id
  • string $state: The state of the template
static method templateStates (line 41)
  • access: public
static void templateStates ()
static method types (line 31)
  • access: public
static void types ()

Documentation generated on Mon, 25 Jun 2012 13:57:38 -0500 by phpDocumentor 1.4.4