Beispiel #1
0
 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
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct('img');
     $this->etype = get_class($this);
 }
Beispiel #3
0
 function __construct()
 {
     dom_any_noterm::__construct('input');
     $this->attributes['type'] = 'checkbox';
 }
Beispiel #4
0
 function __construct()
 {
     parent::__construct('input');
     $this->etype = get_class($this);
     $this->attributes['type'] = 'hidden';
     $this->main = $this;
 }