- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
you can convert your textField data to Numeric data and then use toFixed();
var NumericValue = parseFloat( this.rawValue );
app.alert(NumericValue.toFixed());
this.rawValue = NumericValue.toFixed() ;
this.rawValue is my textField data.
Regards--
Chalukya
Views
Replies
0 Likes
Total Likes