textarea
Posted: Mon Aug 08, 2005 11:08 am
I have a problem to find out how i could make a textarea with wysiwyg in the contenttipes.
thanks for help
kris
Code: Select all
function EditAsArray($adding = false)
{
.
.
.
.
array_push($ret,array($this->Lang('text').':','<textarea style="width:100%" name="text" "cols="80" rows="20" >'.$this->GetPropertyValue('text').'</textarea>'));
kris