J1.5

Difference between revisions of "Custom parameter types"

From Joomla! Documentation

m (fixing)
(Fix red link)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
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.
+
It is possible to add support for additional parameter types beyond the [[J1.5:Standard_parameter_types|standard parameter types]].  This page lists resources for adding custom parameter types and gives a list of example custom parameter types.
  
 
* [[J1.5:Creating custom template parameter types|Creating custom template parameter types]]
 
* [[J1.5:Creating custom template parameter types|Creating custom template parameter types]]
Line 7: Line 7:
 
* [[Adding a multiple item select list parameter type|Multiple item select list]]
 
* [[Adding a multiple item select list parameter type|Multiple item select list]]
 
* [[SQLMultiSelectX|Multiple item select list with SQL query and user specified options]]
 
* [[SQLMultiSelectX|Multiple item select list with SQL query and user specified options]]
<noinclude>[[Category:Development]][[Category:Parameters]]
+
<noinclude>
  
[[Category:Tutorials]][[Category:Component Development]]
+
</noinclude>
[[Category:Template Development]]</noinclude>
+
 
 +
[[Category:Archived version Joomla! 1.5]]

Latest revision as of 03:23, 11 June 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.

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.