ckeditor allows you to do a replace by class. So you can use a
zend_form_element_textarea and then set the class to wysiwyg or whatever. Or
if you have one on the page just use
CKEDITOR.replace('put for element name here'),{
width: "500",
height: "500"
});
inside script tags.
There is nothing specific I am aware of to Zend Framework.
Fred
On Thu, Feb 25, 2010 at 12:01 PM, ulduz114 <[email protected]> wrote:
>
> hi to all
>
> anyone may explain with details how to implements a WYSIWYG editor like
> (tinymce or ckeditor,...) on zend framework ?
> --
> View this message in context:
> http://n4.nabble.com/how-to-implement-WYSIWYG-editor-on-zend-framework-tp1569326p1569326.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>