Decimalbox"

From Documentation
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

Employment/Purpose

An edit box for holding big decimal value .

Example

ZKComRef Decimalbox Examples.PNG

 <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

Name
Event Type
None None

Supported Children

*NONE

Use Cases

Version Description Example Location
     

Version History

Last Update : 2010/12/02


Version Date Content
     



Last Update : 2010/12/02

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.