1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Some docs on iconpicker();

This commit is contained in:
Cameron
2012-11-27 23:04:19 -08:00
parent 2986dd62be
commit 597c8c1a1b

View File

@@ -146,6 +146,13 @@ class e_form
return e107::getParser()->parseTemplate("{ICONPICKER=".$sc_parameters."}"); return e107::getParser()->parseTemplate("{ICONPICKER=".$sc_parameters."}");
} }
/**
* @param $name
* @param $default value
* @param $label
* @param $sc_parms
* @param $ajax
*/
function iconpicker($name, $default, $label, $sc_parameters = '', $ajax = true) function iconpicker($name, $default, $label, $sc_parameters = '', $ajax = true)
{ {
// TODO - Hide the <input type='text'> element, and display the icon itself after it has been chosen. // TODO - Hide the <input type='text'> element, and display the icon itself after it has been chosen.