PATH:
home
/
letacommog
/
letaweb
/
protected
/
extensions
/
yiibooster
/
userdoc
/
redactorjs
<?php // Basic usage of TbRedactorJs widget $this->widget( 'booster.widgets.TbRedactorJs', [ 'name' => 'another_text', 'value' => 'Hover over the toolbar buttons to see whether it is really in Korean!', 'editorOptions' => [ 'lang' => 'ko', 'plugins' => ['fontfamily', 'textdirection'] ], ] );
[+]
..
[-] example.callbacks_passing.php
[edit]
[-] redactorjs.xml
[edit]
[-] example.with_lang_and_plugins.php
[edit]
[-] example.basic.php
[edit]