another-elrte another elRTE

  1. Documentation
  2. Change Log

This extension is an elRTE v1.1 widget

Resources

Documentation

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

See the following code example:

$this->widget('application.extensions.elrte.elRTE', array(
    'model' => $model,
    'attribute' => 'body',
    'name' => 'body',
    'htmlOptions' => array('width' => '320'),
    'options' => array(
      'doctype'=>'',
      'cssClass' => 'el-rte',
      'cssfiles' => array('css/elrte-inner.css'),
      'absoluteURLs'=>'',
      'allowSource' => true,
      'lang' => 'en',
      'styleWithCss'=>'',
      'height' => 160,
      'fmAllow'=>'',
      'fmOpen'=>'',
      'toolbar' => 'eldorado',
      'resizable' => false,
      )
    )
  );

Change Log

September 29, 2010
  • Initial release.
1 0
4 followers
552 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: TocsA
Created on: Sep 29, 2010
Last updated: 13 years ago

Downloads

show all