Inheritance: extends DateTimePickerPrototype
コード例 #1
0
ファイル: DatePicker.php プロジェクト: jirinapravnik/common
 public function getControl()
 {
     $control = parent::getControl();
     $control->type = 'text';
     return $control;
 }