J1.5

Custom parameter types: Difference between revisions

From Joomla! Documentation

Chris Davenport (talk | contribs)
New page: 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 examp...
 
List of custom parameter types: - SQLMultiSelectX added
Line 6: Line 6:
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.
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.
* [[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]]
<noinclude>[[Category:Development]][[Category:Parameters]]</noinclude>
<noinclude>[[Category:Development]][[Category:Parameters]]</noinclude>

Revision as of 17:48, 27 December 2009

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.