This is a simple (widget) WYSIWYG editor with Jquery . It works quite fine in MSIE (even wersion 6) and Firefox JS file is only 1.12 kB in size (899 B when minified), CSS file is 256 B, icons – 16.4 kB.
Toolbar is in defined in a HTML file (4.74 kB) so it is extremely easy to customize the look of this editor. special thanks to (de77)
Yii 1.1 or above put the "protected" folder in the protected folder and "assetsEditor" outside the protected folder
<?php $this->widget('Editorx',array(
'options' =>
array('id'=>'editor')
)); ?>
<div id="editor"> this will turn to WYSIWYG </div>
Total 3 comments
only display this msg
any help...???
yes its support :)
may be it s the fastest and smallest editor i v seen . one question : does it support customer plugins , you see we often need upload photos , select some pictures from our net disk on server. so what about plugin?
Leave a comment
Please login to leave your comment.