HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
empty_data.php
Go to the documentation of this file.
1 <?php // Initially empty TbSelect2 (data is null)
2 $this->widget(
3  'bootstrap.widgets.TbSelect2',
4  array(
5  'name' => 'emptydata',
6  'data' => null,
7  'options' => array(
8  'placeholder' => 'type clever, or is, or just type!',
9  'width' => '40%',
10  )
11  )
12 );
13