HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
example.trimmed.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_random_text_field',
6  'editorOptions' => array(
7  // From basic `build-config.js` minus 'undo', 'clipboard' and 'about'
8  'plugins' => 'basicstyles,toolbar,enterkey,entities,floatingspace,wysiwygarea,indentlist,link,list,dialog,dialogui,button,indent,fakeobjects'
9  )
10  )
11 );