title=""; $this->placeholder=""; $this->extra=""; $this->style=' class="input_text" '; $this->autofocus=false; } /*!\brief show the html input of the widget*/ public function input($p_name=null,$p_value=null) { $this->name=($p_name==null)?$this->name:$p_name; $this->value=($p_value==null)?$this->value:$p_value; if ( $this->readOnly==true) return $this->display(); $this->id=($this->id=="")?$this->name:$this->id; $t= 'title="'.$this->title.'" '; $autofocus=($this->autofocus)?" autofocus ":""; $this->value=str_replace('"','',$this->value); if ( ! isset ($this->css_size)) { $r= sprintf(' ',$this->style, $this->id, $this->name, htmlentities($this->value, ENT_COMPAT, "UTF-8"), $this->placeholder, $this->title, $this->size, $this->javascript, $this->extra, $autofocus ); } else { $r= sprintf(' ',$this->style, $this->id, $this->name, htmlentities($this->value, ENT_COMPAT, "UTF-8"), $this->placeholder, $this->title, $this->css_size, $this->javascript, $this->extra, $autofocus ); } /* add tag for column if inside a table */ if ( $this->table == 1 ) $r='