J1.5

Parameter

From Joomla! Documentation

Revision as of 10:53, 20 May 2011 by Mvangeest (talk | contribs) (Created landing page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Info non-talk.png
General Information

Parameters are deprecated since Joomla! 1.6 Joomla 1.6. Configuration options can now be defined using form fields.

Parameters are a mechanism in Joomla! 1.5 Joomla 1.5 that enables administrators to configure Joomla! itself or its extensions. Parameters allow many aspects of the behaviour of Joomla or its extensions to be customised without requiring the user to know how to change the underlying code.

Parameters are handled by the JParameter class, and each parameter type is a subclass of JElement.

Standard parameter types[edit]

Standard parameter types

Custom parameter types[edit]

It is possible to add support for additional parameter types beyond the standard parameter types. This page lists resources for adding custom parameter types and gives a list of example custom parameter types.

List of custom parameter types[edit]

If you are a developer and you have created an interesting or useful custom parameter type, then please feel free to add it this list.