Code cleaning

This commit is contained in:
sparkyx 2022-08-20 18:20:23 +02:00
parent f895d4cb0c
commit d53a7bd407

View file

@ -40,6 +40,7 @@ class IText extends HtmlInput
$this->style=' class="input_text" ';
$this->autofocus=false;
$this->require=false;
$this->css_size="";
}
/*!\brief show the html input of the widget*/
public function input($p_name=null,$p_value=null)