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:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user