Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('alternatingRowColors' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'defaultLeafIcon' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'depthColors' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'firstVisibleNode' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'folderOpenIcon' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'folderClosedIcon' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'indentation' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'openDuration' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'openEasing' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'rollOverColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'selectedNode' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'selectionColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'cellEdit' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'cellFocusIn' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'cellFocusOut' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'cellPress' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'change' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'nodeClose' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'nodeOpen' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('columns' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'columnName' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'editable' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'focusedCell' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'headerColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'headerHeight' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'headerStyle' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'hGridLineColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'hGridLines' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'resizableColumns' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'showHeaders' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'sortableColumns' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'vGridLineColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'vGridLines' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'cellEdit' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'cellFocusIn' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'cellFocusOut' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'cellPress' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'columnStretch' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'headerRelease' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }