예제 #1
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('selectedIndex' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'tabHeight' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'tabWidth' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }
예제 #2
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('rollOverColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'selectionColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'strokeColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'strokeWidth' => array('required' => false, 'type' => 'int', 'since' => '1.0')));
 }