HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
example.basic.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' => 'some_name',
6  'value' => '<b>Here is the text which will be put into editor view upon opening.</b>',
7  ]
8 );