Example #1
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('htmlText' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'text' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'disabledColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'hide' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'show' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }
Example #2
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('enabled' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'errorString' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'tabEnabled' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'tabIndex' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'focusInEffect' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'focusOutEffect' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'backgroundColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'backgroundDisabledColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'backgroundImage' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'backgroundAlpha' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'backgroundSize' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'barColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'borderCapColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'buttonColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'borderStyle' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'disabledColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'errorColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'highlightColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'lineHeight' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'modalTransparency' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'scrollTrackColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'shadowColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'shadowCapColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'symbolColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'symbolBackgroundColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'symbolBackgroundDisabledColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'symbolBackgroundPressedColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'symbolDisabledColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'themeColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'focusIn' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'focusOut' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'hide' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'keyDown' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'keyUp' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'resize' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'show' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'valid' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'valueCommitted' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }
Example #3
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('conversion' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'direction' => array('required' => false, 'type' => 'enum', 'values' => array('right', 'left'), 'since' => '1.0'), 'indeterminate' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'label' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'labelPlacement' => array('required' => false, 'type' => 'enum', 'values' => array('bottom', 'top', 'left', 'right', 'center'), 'since' => '1.0'), 'maximum' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'minimum' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'mode' => array('required' => false, 'type' => 'enum', 'values' => array('event', 'polled', 'manual'), 'since' => '1.0'), 'source' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'complete' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'progress' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }
Example #4
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
 }