HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
example.with_lang_and_plugins.php
Go to the documentation of this file.
1 <?php // Basic usage of TbRedactorJs widget
2 $this->widget(
3  'booster.widgets.TbRedactorJs',
4  [
5  'name' => 'another_text',
6  'value' => 'Hover over the toolbar buttons to see whether it is really in Korean!',
7  'editorOptions' => [
8  'lang' => 'ko',
9  'plugins' => ['fontfamily', 'textdirection']
10  ],
11  ]
12 );