tinymce TinyMCE using jQuery

  1. Documentation
  2. Change Log

This extension draws a TinyMCE HTML editor using a jQuery plugin.

Current version is 2.0.

File MD5 checksums
  • c9955b5fa8e7bc288c211e753521c2f0 tinymce-2.0.tar.bz2
Resources

Documentation

Requirements
  • Yii 1.1 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

<?php $this->widget('application.extensions.tinymce.ETinyMce', array('name'=>'html')); ?>

Notice: some problems have been reported when loading in WIE8. If you experiment such a problem, try deleting the "temporary internet files" (without any page loaded) and restart WIE. My guess is that this is a problem between TinyMCE and WIE, but we haven't found the cause.

The extension is documented using PHPDoc. If you are not comfortable reading the source code for documentation, you can generate your own set of documentation pages by using tools like phpDocumentor

Change Log

20110708 2.0
  • Updated to TinyMCE 3.4.3.2
  • Bug fixing.
20090817 1.1
  • Fixed bug reported by xzhang.
  • Updated to TinyMCE 3.2.5
  • Directories were reorganized.
20090621
  • Initial release.
56 2
54 followers
183 373 downloads
Yii Version: 1.1
License: LGPL-3.0
Category: User Interface
Developed by: MetaYii
Created on: Jun 21, 2009
Last updated: 12 years ago

Downloads

show all

Related Extensions