for example with ContentEditPre I have
Code: Select all
$content_obj =& $params['content'];
$text = $content_obj->GetPropertyValue('content_en');
$newcontent = CleanHtml($text);
$content_obj->SetPropertyValue('content_en',$newcontent);
For me I think its more important that I can do this with News and the Calendar as they get updated more frequent by the admin users.
Thank you guys.


