J1.5

Parameter: Difference between revisions

From Joomla! Documentation

Tom Hutchison (talk | contribs)
m version tutorial template and deprecated template
Wilsonge (talk | contribs)
Change 1.6 to 2.5
Line 2: Line 2:




{{deprecated|1.5|from=1.6|new=Form fields|old=Parameters|link=Form field}}
{{deprecated|1.5|from=2.5|new=Form fields|old=Parameters|link=Form field}}
Parameters are a mechanism in Joomla! 1.5 {{JVer|1.5}} that enables administrators to configure Joomla! itself or its [[Extension|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 a mechanism in Joomla! 1.5 {{JVer|1.5}} that enables administrators to configure Joomla! itself or its [[Extension|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.



Revision as of 22:20, 29 April 2013


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

Standard parameter types

Custom parameter types

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

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.