Exemplo n.º 1
0
 /**
  * @param string $id Label id
  * @param string $name Label name
  * @param int $idx integer id array
  * @return
  **/
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     $this->OP_[option]->set(array('0 Ok' => 0, '1 Cancel' => 1));
 }
Exemplo n.º 2
0
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     $this->use_ajax = true;
 }
Exemplo n.º 3
0
 function __construct($id, $name = null, $idx = null)
 {
     parent::__construct($id, $name, $idx);
     $this->property('invalid_message', 'string', 'Invalid Text');
     //ข้อความที่ต้องการแสดงเมื่อรูปแบบข้อมูลไม่ถูกต้อง
 }