Difference between revisions of "Cachehandler form field type"

From Joomla! Documentation

(Created page with "provides a list of available cache handling options. * '''type''' (mandatory) must be ''editor''. * '''name''' (mandatory) is the unique name of the parameter. * '''label''' ...")
 
Line 17: Line 17:
 
</field>
 
</field>
 
</source>
 
</source>
 +
 +
[[Category:Standard form field types]]

Revision as of 08:27, 3 September 2013

provides a list of available cache handling options.

  • type (mandatory) must be editor.
  • name (mandatory) is the unique name of the parameter.
  • label (mandatory) (translatable) is the descriptive title of the field.
  • description description text for the form field.
  • filter filter to apply, normally use "word".

Example XML Definition

<field name="cache_handler"
 	type="cachehandler"
 	default=""
 	label="COM_CONFIG_FIELD_CACHE_HANDLER_LABEL"
 	description="COM_CONFIG_FIELD_CACHE_HANDLER_DESC"
 	filter="word">
</field>