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)
Requirements ¶
Yii 1.1 or above put the "protected" folder in the protected folder and "assetsEditor" outside the protected folder
Usage ¶
<?php $this->widget('Editorx',array(
'options' =>
array('id'=>'editor')
)); ?>
<div id="editor"> this will turn to WYSIWYG </div>
it 's so small , amazing !
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?
yes its support :)
yes its support :)
Not working
only display this msg
any help...???
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.