J1.5

Difference between revisions of "Parameter"

From Joomla! Documentation

(Change 1.6 to 2.5)
m (Hutchy68 moved page Parameter to J1.5:Parameter: namespacing version 1.5)
(No difference)

Revision as of 16:18, 8 May 2013

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.


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.