| What Parameters Are Available for Joomla extensions? |
| Written by Joe | |||
| Saturday, 28 June 2008 10:25 | |||
|
Modules, plug-ins, and components all allow you to define configuration parameters through XML files. Many common parameter types are predefined and can be used in Joomla extensions. Every parameter you define must have five basic attributes.
A categorized list is below: Contentsection - All published sections in a list category - All published categories in a list Text Inputtext - A standard text input textarea - A plain textarea field password - A standard text input where the characters are masked as they are entered editors - Provides the admin's currently chosen WYSIWYG editor for input Selectionsmenu - All published menus in a lis t menuitem - All published menu items in a list filelist - A list of files to choose from, given a base folder path folderlist - A list of folders to choose from, given a base folder path imagelist - A list of images to choose from, given a base folder path list - A list of items to choose from (hardcoded into parameter definition) radio - A list of radio selection items to choose from (hardcoded into parameter definition) sql - Creates a dropdown list out of a provided SQL query Predefinedhelpsites - A list of websites powering help file translations to choose from languages - A list of installed languages to choose from spacer - Creates a visual separation between parameters; no input value is required timezones - A list of all world timezones Otherhidden - Creates a hidden form element with the value and name provided
|
| Recommend Read | |