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, 'accesskey' => 1, 'tabindex' => 1, 'disabled' => 1, 'size' => 1, 'multiple' => 1, 'data-placeholder' => 1);
     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('size' => 1, 'path' => 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('dir' => 1, 'lang' => 1, 'xml:lang' => 1, 'code' => 4);
     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, 'options' => 2);
     return array_merge(parent::allowedOptions(), $additional);
 }
Ejemplo n.º 5
0
 protected static function allowedOptions()
 {
     $additional = array('explTxt' => 2, 'font_size' => 3, 'font_path' => 3, 'font_file' => 3, 'text_color' => 3, 'lines_color' => 3, 'background_color' => 3, 'width' => 3, 'height' => 3, 'output' => 3);
     return array_merge(parent::allowedOptions(), $additional);
 }
Ejemplo n.º 6
0
 /**
  * Return the allowed options for this widget
  *
  * @return array
  */
 protected static function allowedOptions()
 {
     $extra = array('directory' => 2, 'authorfield' => 2);
     return array_merge(parent::allowedOptions(), $extra);
 }
Ejemplo n.º 7
0
 /**
  * Return the allowed options for this widget
  *
  * @return array
  */
 protected static function allowedOptions()
 {
     return parent::allowedOptions();
 }
Ejemplo n.º 8
0
 /**
  * Return the allowed options for this widget
  *
  * @return array
  */
 protected static function allowedOptions()
 {
     $extra = array('thWidth' => 2);
     return array_merge(parent::allowedOptions(), $extra);
 }
Ejemplo n.º 9
0
 /**
  * Return the allowed options for this widget
  *
  * @return array
  */
 protected static function allowedOptions()
 {
     $additional = array('imgDir' => 4, 'showEmpty' => 2);
     return array_merge(parent::allowedOptions(), $additional);
 }
Ejemplo n.º 10
0
 /**
  * Return the allowed options for this widget
  *
  * @return array
  */
 protected static function allowedOptions()
 {
     $additional = array('disabled' => 1, 'width' => 1, 'height' => 1, 'buttons' => 2);
     return array_merge(parent::allowedOptions(), $additional);
 }
Ejemplo n.º 11
0
 /**
  * Return the allowed options for this widget
  *
  * @return array
  */
 protected static function allowedOptions()
 {
     $additional = array('required' => 2, 'start' => 2);
     return array_merge(parent::allowedOptions(), $additional);
 }