Decimalbox"
From Documentation
Jumperchen (talk | contribs) |
Jimmyshiau (talk | contribs) |
||
Line 20: | Line 20: | ||
</source> | </source> | ||
+ | =Properties= | ||
+ | |||
+ | == Format == | ||
+ | You are able to format the field by providing specifying the attribute with a formatting string. The default value is <tt>null</tt>. | ||
+ | |||
+ | <source lang="xml" > | ||
+ | <decimalbox format="#,##0.##"/> | ||
+ | </source> | ||
=Inherited Functions= | =Inherited Functions= | ||
Revision as of 21:02, 2 December 2010
Decimalbox
- Demonstration: Decimalbox
- Java API: Decimalbox
- JavaScript API: Decimalbox
- Style Guide: Decimalbox
Employment/Purpose
An edit box for holding big decimal value .
Example
<doublebox value="155"/>
Properties
Format
You are able to format the field by providing specifying the attribute with a formatting string. The default value is null.
<decimalbox format="#,##0.##"/>
Inherited Functions
Please refer to NumberInputElement for inherited functions.
Supported Events
None | None |
- Inherited Supported Events: NumberInputElement
Supported Children
*NONE
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|