I consider that the support for both TinyMCE and FCKeditor (both licenced under LGPL) is a must for Yii 1.0
How would be the best way to implement this? as methods in CHtml: CHtml::TinyMCE and CHtml::FCKeditor? or as widgets: CTinyMce and CFckEditor (maybe inherited from CInputWidget?)?
As a side note I am working on a widget for markItUp (http://markitup.jaysalvat.com/home/) which has this function plus it allows you to expand its use to other markup syntax like wiki & bbcode along with html
As a side note I am working on a widget for markItUp (http://markitup.jaysalvat.com/home/) which has this function plus it allows you to expand its use to other markup syntax like wiki & bbcode along with html
In the future, besides the framework release, we will also release some official extensions (such as TinyMCE or FCKeditor widgets). Users can also contribute their extensions to the repository.