예제 #1
0
 /**
  * Generates the dropdown menu.
  * @return string the rendering result.
  */
 protected function renderDropdown()
 {
     $config = $this->dropdown;
     $config['clientOptions'] = false;
     return Dropdown::widgett($config);
 }