Class JHtmlAccess
	
	
Extended Utility class for all HTML drawing classes.
	 
	
		Methods summary
		
		
			| 
				 public static
				string
				
				 | 
			#
			level( string $name, string $selected, string $attribs = '', mixed $params = true, mixed $id = false )
				
Displays a list of the available access view levels 
				
Displays a list of the available access view levels Parameters
						$namestring- $name The form field name.$selectedstring- $selected The name of the selected section.$attribsstring- $attribs Additional attributes to add to the select field.$paramsmixed- $params True to add "All Sections" option or an array of options$idmixed- $id The form field id or false if not usedReturns
						string- The required HTML for the SELECT tag.
 Since
							1.6
 See | 
		
			| 
				 public static
				string
				
				 | 
			#
			usergroup( string $name, string $selected, string $attribs = '', boolean $allowAll = true, mixed $id = false )
				
Displays a list of the available user groups. 
				
Displays a list of the available user groups. Parameters
						$namestring- $name The form field name.$selectedstring- $selected The name of the selected section.$attribsstring- $attribs Additional attributes to add to the select field.$allowAllboolean- $allowAll True to add "All Groups" option.$idmixed- $id The form field idReturns
						string- The required HTML for the SELECT tag.
 Since
							1.6
 See | 
		
			| 
				 public static
				string
				
				 | 
			#
			usergroups( string $name, array $selected, boolean $checkSuperAdmin = false )
				
Returns a UL list of user groups with checkboxes 
				
Returns a UL list of user groups with checkboxes Parameters
						$namestring- $name The name of the checkbox controls array$selectedarray- $selected An array of the checked boxes$checkSuperAdminboolean- $checkSuperAdmin If false only super admins can add to super admin groupsReturns
						string
 Since
							1.6
 | 
		
			| 
				 public static
				string
				
				 | 
			#
			actions( string $name, array $selected, string $component, string $section = 'global' )
				
Returns a UL list of actions with checkboxes 
				
Returns a UL list of actions with checkboxes Parameters
						$namestring- $name The name of the checkbox controls array$selectedarray- $selected An array of the checked boxes$componentstring- $component The component the permissions apply to$sectionstring- $section The section (within a component) the permissions apply toReturns
						string
 Since
							1.6
 See | 
		
			| 
				 public static
				mixed
				
				 | 
			#
			assetgroups( )
				
Gets a list of the asset groups as an array of JHtml compatible options. 
				
Gets a list of the asset groups as an array of JHtml compatible options. Returns
						mixed- An array or false if an error occurs
 Since
							1.6
 | 
		
			| 
				 public static
				mixed
				
				 | 
			#
			assetgrouplist( string $name, mixed $selected, string $attribs = null, array $config = array() )
				
Displays a Select list of the available asset groups 
				
Displays a Select list of the available asset groups Parameters
						$namestring- $name The name of the select element$selectedmixed- $selected The selected asset group id$attribsstring- $attribs Optional attributes for the select field$configarray- $config An array of options for the controlReturns
						mixed- An HTML string or null if an error occurs
 Since
							1.6
 | 
		
		Magic methods summary
		Properties summary
		
		
			| 
				protected static 
				array
			 | $asset_groups | 
				#
				
					
A cached array of the asset groups 
					
A cached array of the asset groups Since
								1.6
 |