size=9; $this->style='style="text-align:right;border:1px solid blue;margin:2px"'; $this->javascript= 'onchange="format_number(this,2);"'; } /*!\brief print in html the readonly value of the widget*/ public function display() { $readonly=" readonly "; $this->id=($this->id=="")?$this->name:$this->id; $style='style="border:solid 1px blue;color:black;background:#EDEDED;text-align:right"'; $this->value=str_replace('"','',$this->value); $r='name.'" VALUE="'.$this->value.'" '. 'SIZE="'.$this->size.'" '.$this->javascript." $readonly $this->extra >"; /* add tag for column if inside a table */ if ( $this->table == 1 ) $r='