|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<config> |
| 3 | + <fieldset label="COM_SIMPLECALLBACK" name="simplecallback"> |
| 4 | + |
| 5 | + </fieldset> |
| 6 | + |
| 7 | + <fieldset name="permissions" description="JCONFIG_PERMISSIONS_DESC" label="JCONFIG_PERMISSIONS_LABEL"> |
| 8 | + <field name="rules" type="rules" component="com_simplecallback" class="inputbox" filter="rules" validate="rules" label="JCONFIG_PERMISSIONS_LABEL" section="component" /> |
| 9 | + </fieldset> |
| 10 | + |
| 11 | + <fieldset name="component"> |
| 12 | + <field name="save_history" type="radio" class="btn-group btn-group-yesno" default="0" label="JGLOBAL_SAVE_HISTORY_OPTIONS_LABEL" description="JGLOBAL_SAVE_HISTORY_OPTIONS_DESC"> |
| 13 | + <option value="0">JNO</option> |
| 14 | + <option value="1">JYES</option> |
| 15 | + </field> |
| 16 | + |
| 17 | + <field name="history_limit" type="text" filter="integer" label="JGLOBAL_HISTORY_LIMIT_OPTIONS_LABEL" description="JGLOBAL_HISTORY_LIMIT_OPTIONS_DESC" default="5"/> |
| 18 | + </fieldset> |
| 19 | +</config> |
| 20 | +<!-- |
| 21 | +######################################################################################## |
| 22 | +The following are a list of all the different types of fields you can add to this file |
| 23 | +They are here for copy pasting - neat eh? |
| 24 | +######################################################################################## |
| 25 | +
|
| 26 | +http://docs.joomla.org/Calendar_parameter_type |
| 27 | +<field name="mycalendar" type="calendar" default="5-10-2008" label="Select a date" description="" format="%d-%m-%Y" /> |
| 28 | +
|
| 29 | +http://docs.joomla.org/Category_parameter_type |
| 30 | +<field name="mycategory" type="category" label="Select a category" description="" section="3" /> |
| 31 | +
|
| 32 | +http://docs.joomla.org/Editors_parameter_type |
| 33 | +<field name="myeditor" type="editors" default="none" label="Select an editor" /> |
| 34 | +
|
| 35 | +http://docs.joomla.org/Filelist_parameter_type |
| 36 | +<field name="myfile" type="filelist" default="" label="Select a file" description="" directory="administrator" filter="" exclude="" stripext="" /> |
| 37 | +
|
| 38 | +http://docs.joomla.org/Folderlist_parameter_type |
| 39 | +<field name="myfolder" type="folderlist" default="" label="Select a folder" directory="administrator" filter="" exclude="" stripext="" /> |
| 40 | +
|
| 41 | +http://docs.joomla.org/Helpsites_parameter_type |
| 42 | +<field name="myhelpsite" type="helpsites" default="" label="Select a help site" description="" /> |
| 43 | +
|
| 44 | +http://docs.joomla.org/Hidden_parameter_type |
| 45 | +<field name="mysecretvariable" type="hidden" default="" /> |
| 46 | +
|
| 47 | +http://docs.joomla.org/Imagelist_parameter_type |
| 48 | +<field name="myimage" type="imagelist" default="" label="Select an image" description="" directory="" exclude="" stripext="" /> |
| 49 | +
|
| 50 | +http://docs.joomla.org/Languages_parameter_type |
| 51 | +<field name="mylanguage" type="languages" client="site" default="en-GB" label="Select a language" description="" /> |
| 52 | +
|
| 53 | +http://docs.joomla.org/List_parameter_type |
| 54 | +<field name="mylistvalue" type="list" default="" label="Select an option" description=""> |
| 55 | + <option value="0">Option 1</option> |
| 56 | + <option value="1">Option 2</option> |
| 57 | +</field> |
| 58 | +
|
| 59 | +http://docs.joomla.org/Menu_parameter_type |
| 60 | +<field name="mymenu" type="menu" default="mainmenu" label="Select a menu" description="Select a menu" /> |
| 61 | +
|
| 62 | +http://docs.joomla.org/Menuitem_parameter_type |
| 63 | +<field name="mymenuitem" type="menuitem" default="45" label="Select a menu item" description="Select a menu item" /> |
| 64 | +
|
| 65 | +http://docs.joomla.org/Password_parameter_type |
| 66 | +<field name="mypassword" type="password" default="secret" label="Enter a password" description="" size="5" /> |
| 67 | +
|
| 68 | +http://docs.joomla.org/Radio_parameter_type |
| 69 | +<field name="myradiovalue" type="radio" default="0" label="Select an option" description=""> |
| 70 | + <option value="0">1</option> |
| 71 | + <option value="1">2</option> |
| 72 | +</field> |
| 73 | +
|
| 74 | +http://docs.joomla.org/Spacer_parameter_type |
| 75 | +<field type="spacer" default="<b>Advanced parameters</b>" /> |
| 76 | +
|
| 77 | +http://docs.joomla.org/Sql_parameter_type |
| 78 | +<field name="myfield" type="sql" default="10" label="Select an article" query="SELECT id, title FROM #__content" key_field=”id” value_field=”title” /> |
| 79 | +
|
| 80 | +http://docs.joomla.org/Text_parameter_type |
| 81 | +<field name="mytextvalue" type="text" default="Some text" label="Enter some text" description="" size="10" /> |
| 82 | +
|
| 83 | +http://docs.joomla.org/Textarea_parameter_type |
| 84 | +<field name="mytextarea" type="textarea" default="default" label="Enter some text" description="" rows="10" cols="5" /> |
| 85 | +
|
| 86 | +http://docs.joomla.org/Timezones_parameter_type |
| 87 | +<field name="mytimezone" type="timezones" default="-10" label="Select a timezone" description="" /> |
| 88 | +
|
| 89 | +http://docs.joomla.org/Usergroup_parameter_type |
| 90 | +<field name="myusergroups" type="usergroup" default="" label="Select a user group" description="" /> |
| 91 | +
|
| 92 | +
|
| 93 | +--> |
0 commit comments