size=9; $this->style='class="inum"'; $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"'; $style=' class="inum input_text_ro"'; $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='