function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     //$this->OrControls($id ,$name ,$idx);
     $this->OP_[type]->set('hidden');
     $this->OP_[read_only]->set(true);
 }
Beispiel #2
0
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     $this->property('width', 'integer');
     $this->property('hight', 'integer');
     $this->OP_[read_only]->set(true);
 }
Beispiel #3
0
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     //$this->OrControls($id, $name, $idx);
     $this->property('option', 'array');
     $this->OP_[db_type]->set('text');
 }
Beispiel #4
0
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     //$this->OrControls($id, $name, $idx);
     $this->property('image_source', 'string');
     $this->OP_[type]->set('submit');
 }
Beispiel #5
0
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     //$this->OrControls($id, $name, $idx);
     $this->property('rows', 'integer', 5);
     $this->property('cols', 'integer', 50);
     $this->OP_[db_type]->set('text');
 }
Beispiel #6
0
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     $this->property('text', 'string');
     $this->OP_[read_only]->set(true);
     $this->OP_[db_type]->set('text');
     /* เริ่ม กำหนดเหตุการณ์ของ Class */
     $this->event('before_text');
     /* จบ กำหนดเหตุการณ์ของ Class */
 }
Beispiel #7
0
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     //$this->OrControls($id, $name, $idx);
     $this->property('maxlength', 'integer');
     $this->property('size', 'integer');
     $this->property('password', 'boolean', false);
     $this->OP_[type]->set('text');
     $this->OP_[db_type]->set('text');
 }
Beispiel #8
0
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     $this->property('check_value', 'string');
     /**
      * check_value
      * ค่าต้องการให้แสดงเครื่องหมายถูก ค่าเริ่มต้น = '1'
      */
     $this->OP_[check_value]->set('1');
     $this->OP_[type]->set('checkbox');
 }
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     $this->OP_[db_type]->set('text');
 }