| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. |
| License: | GNU General Public License version 2 or later; see LICENSE |
| File Size: | 322 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| level($name, $selected, $attribs = '', $params = true, $id = false) X-Ref |
| Displays a list of the available access view levels param: string $name The form field name. param: string $selected The name of the selected section. param: string $attribs Additional attributes to add to the select field. param: mixed $params True to add "All Sections" option or and array of options param: string $id The form field id return: string The required HTML for the SELECT tag. |
| usergroup($name, $selected, $attribs = '', $allowAll = true) X-Ref |
| Displays a list of the available user groups. param: string $name The form field name. param: string $selected The name of the selected section. param: string $attribs Additional attributes to add to the select field. param: boolean $allowAll True to add "All Groups" option. return: string The required HTML for the SELECT tag. |
| usergroups($name, $selected, $checkSuperAdmin = false) X-Ref |
| Returns a UL list of user groups with check boxes param: string $name The name of the checkbox controls array param: array $selected An array of the checked boxes param: boolean $checkSuperAdmin If false only super admins can add to super admin groups return: string |
| actions($name, $selected, $component, $section = 'global') X-Ref |
| Returns a UL list of actions with check boxes param: string $name The name of the checkbox controls array param: array $selected An array of the checked boxes param: string $component The component the permissions apply to param: string $section The section (within a component) the permissions apply to return: string |
| assetgroups($config = array() X-Ref |
| Gets a list of the asset groups as an array of JHtml compatible options. param: array $config An array of options for the options return: mixed An array or false if an error occurs |
| assetgrouplist($name, $selected, $attribs = null, $config = array() X-Ref |
| Displays a Select list of the available asset groups param: string $name The name of the select element param: mixed $selected The selected asset group id param: string $attribs Optional attributes for the select field param: array $config An array of options for the control return: mixed An HTML string or null if an error occurs |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |