size is set in the constructor
This commit is contained in:
parent
89d899fec8
commit
91f0b0c903
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue