Advertisement
Guest User

_form.php

a guest
Jun 2nd, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.84 KB | None | 0 0
  1. <?php  
  2.         echo $form->redactorRow($model, 'summary_swa', array('options' => array('lang'=>'it', 'minHeight' => 200,
  3.                 'plugins' => array('templateGenerator','imageListing'),
  4.                 'buttons' => array(
  5.                    'html', 'formatting', '|', 'bold', 'italic', 'deleted',
  6.                    'underline', 'alignleft', 'aligncenter', 'alignright', 'justify', '|',
  7.                    'unorderedlist', 'orderedlist', 'outdent', 'indent', '|',
  8.                    'image', 'video', 'file', 'table', 'link', '|',
  9.                    'fontcolor', 'backcolor', '|', 'alignment', '|', 'horizontalrule', '|', 'tplGenerator'
  10.                 ),
  11.                 'imageUpload' => Yii::app()->createUrl('site/imageUpload'),
  12.                 'imageGetJson' => Yii::app()->createUrl('site/listImages'),
  13.              
  14.         )));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement