javascript='onchange="format_number(this);"'; $this->size=9; $this->style='style="text-align:right;border:1px solid blue;margin:2px"'; } /*!\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); $r='javascript." $readonly $this->extra >"; /* add tag for column if inside a table */ if ( $this->table == 1 ) $r=''.$r.''; return $r; } }