Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

Field not aligned correctly after updating the field value in Javasscript

$
0
0
I have this code in one of my field event to update the gross_amt on the fly. However, I found the field was not aligned correctly. It was shifted up like superscript and made the screen looks weird.

pageObj.findItem('gross_amt').text( parseFloat(value).toFixed(2) );

Viewing all articles
Browse latest Browse all 2586

Trending Articles