예제 #1
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
 }
예제 #2
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('application' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'backgroundImage' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'backgroundSize' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'frameRate' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'height' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'horizontaAlign' => array('required' => false, 'type' => 'enum', 'values' => array('center', 'left', 'right'), 'since' => '1.0'), 'pageTitle' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'preloader' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'resetHistory' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'scriptRecursionLimit' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'scriptTimeLimit' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'selfContained' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'theme' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'usePreloader' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'width' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }
예제 #3
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('dataProvider' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'labeField' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'click' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }
예제 #4
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('liveDragging' => array('required' => false, 'type' => 'boolean', 'since' => '1.0'), 'dividerAffordance' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'dividerColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'dividerThickness' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'dividerPressed' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'dividerDragged' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'dividerReleased' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }
예제 #5
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     // not supported by grid element
     unset($this->attributeDefinitions['direction']);
 }