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 TbCKEditor widget
2 $this->widget(
3  'booster.widgets.TbCKEditor',
4  array(
5  'name' => 'some_text_field'
6  )
7 );