size is set in the constructor

This commit is contained in:
Dany De Bontridder 2011-12-04 05:22:15 +00:00
parent 89d899fec8
commit 91f0b0c903

View file

@ -42,7 +42,6 @@ class INum extends IText
/*!\brief print in html the readonly value of the widget*/
public function display()
{
$this->size=9;
$readonly=" readonly ";
$style='style="border:solid 1px blue;color:black;background:#EDEDED;text-align:right"';
$this->value=str_replace('"','',$this->value);