function render()
 {
     $this->js(true)->_load('bootstrap-timepicker.min')->timepicker($this->options)->focus($this->js()->next()->trigger('click'));
     parent::render();
 }