Ejemplo n.º 1
0
 /**
  * Return the allowed options for this widget
  *
  * @return array
  */
 protected static function allowedOptions()
 {
     $additional = array('dir' => 1, 'lang' => 1, 'xml:lang' => 1, 'disabled' => 1, 'maxlength' => 1, 'readonly' => 1, 'size' => 1, 'path' => 4, 'securename' => 4, 'simple' => 4, 'allowed' => 4);
     return array_merge(parent::allowedOptions(), $additional);
 }
Ejemplo n.º 2
0
 /**
  * Return the allowed options for this widget
  *
  * @return array
  */
 protected static function allowedOptions()
 {
     $additional = array('js' => 2, 'jquery' => 2, 'jsFlat' => 2, 'yearFrom' => 2, 'yearTill' => 2, 'time' => 2, 'readonly' => 2);
     return array_merge(parent::allowedOptions(), $additional);
 }
Ejemplo n.º 3
0
 /**
  * Return the allowed options for this widget
  *
  * @return array
  */
 protected static function allowedOptions()
 {
     $additional = array('cols' => 1, 'rows' => 1, 'dir' => 1, 'lang' => 1, 'xml:lang' => 1, 'tabindex' => 1, 'accesskey' => 1, 'disabled' => 1, 'readonly' => 1, 'type' => 2);
     return array_merge(parent::allowedOptions(), $additional);
 }
Ejemplo n.º 4
0
 /**
  * Return the allowed options for this widget
  *
  * @return array
  */
 protected static function allowedOptions()
 {
     $additional = array('dir' => 1, 'lang' => 1, 'xml:lang' => 1, 'disabled' => 1, 'size' => 1);
     return array_merge(parent::allowedOptions(), $additional);
 }