|
From: Justin T. <jus...@gm...> - 2008-11-20 05:15:56
|
>From my actions.class.php getStuffFields() method.
I've got entities additional fields working with both a standard text input
and a select box.. I'm wondering what other options are available? I would
like to be able to provide a textarea or a small HTML enabled editor for
additional long text fields.
ex: array('Label'=>'Phone', 'Getter'=>'getPhone', 'Type'=>'Input'), <--
Checkbox, Radio, Textarea, HTML ???
thx
Justin
|