Наследование: extends DateTimePickerPrototype
Пример #1
0
 public function getControl()
 {
     $control = parent::getControl();
     $control->type = 'text';
     return $control;
 }