コード例 #1
0
ファイル: dbmanage1.php プロジェクト: vladisslav2011/nb
 function __construct()
 {
     dom_any_noterm::__construct('input');
     $this->bindval = '';
     $this->callback_prefix = '';
     $this->callback_uri = '';
     $this->attributes['type'] = 'submit';
     $this->css_style['margin'] = '0px';
     $this->css_style['padding'] = '0px';
     $this->css_style['font-size'] = '10px';
     //$this->keys;
     //$this->args
 }
コード例 #2
0
ファイル: samples_db.php プロジェクト: vladisslav2011/nb
 function __construct()
 {
     parent::__construct('img');
     $this->etype = get_class($this);
 }
コード例 #3
0
ファイル: dom.php プロジェクト: vladisslav2011/nb
 function __construct()
 {
     dom_any_noterm::__construct('input');
     $this->attributes['type'] = 'checkbox';
 }
コード例 #4
0
ファイル: commctrls.php プロジェクト: vladisslav2011/nb
 function __construct()
 {
     parent::__construct('input');
     $this->etype = get_class($this);
     $this->attributes['type'] = 'hidden';
     $this->main = $this;
 }