[SOLVED]Textarea for Glossary / Dictionary
Posted: Thu Jan 10, 2008 5:54 am
Does anyone know how to add/change the input field for the Glossary / Dictionary module so that it's textarea?
THanks!
THanks!
Content management as it is meant to be
https://forum.cmsmadesimple.org/
to:$this->smarty->assign('input_field_definition',$this->CreateTextArea(false, $id, $def, 'definition'));
$this->smarty->assign('input_field_definition',$this->CreateTextArea(true, $id, $def, 'definition'));