kindeditor The kindeditor extension for yii.

  1. Requirements
  2. Version
  3. Usage
  4. Resources

This is a extension for use KindEditor as a text editor. The KindEditor detail is here http://www.kindsoft.net</a> This version extension is not support full English, so please wait for the next version.

Requirements ¶

Requirements of using this extension (e.g. Yii 1.1 or above)...

Version ¶

v0.1

Usage ¶

How to use ¶

First

Create upload/attached in your root path.

Then add code

Before code

<?php echo $form->labelEx($model,'content'); ?>
<?php echo $form->textArea($model,'content',array('rows'=>6, 'cols'=>50)); ?>

After code

<?php $this->widget('ext.kindeditor.KindEditor',
					array(
						'model'=>$model,
						'attribute'=>'content',
						)
					); ?>
<?php echo $form->labelEx($model,'content'); ?>
<?php echo $form->textArea($model,'content',array('rows'=>6, 'cols'=>50)); ?>

Resources ¶

Created By Joe Chu

Todos:

  • Custom langauge.
  • Support multiple editors use in one form.
5 0
11 followers
2 499 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: aidai524 aidai524
Created on: Jun 15, 2012
Last updated: 13 years ago

Downloads

show all

Related Extensions