wysiswyg (widget) super lite editor with Jquery , it is extremely easy to customize the look of this editor

  1. Requirements
  2. Usage
  3. Resources

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>

Resources

4 0
8 followers
1 912 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: syrakozz
Created on: Jul 16, 2011
Last updated: 12 years ago

Downloads

show all

Related Extensions