Beispiel #1
0
 public function _initConfig()
 {
     parent::_initConfig();
     $this->collapse = static::$_fieldOptions;
     $this->expand = static::$_fieldOptions;
 }
Beispiel #2
0
 public function _initConfig()
 {
     parent::_initConfig();
     $this->spindown = static::$_spinnerDirectionOptions;
     $this->spinup = static::$_spinnerDirectionOptions;
 }