Cachehandler form field type

From Joomla! Documentation

Revision as of 13:48, 10 September 2013 by Sovainfo (talk | contribs) (cachehandler instead of editor)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

provides a list of available cache handling options.

  • type (mandatory) must be cachehandler.
  • 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>