org.zkoss.zul.numberFormat"

From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.impl.numberInputElement.format Default: ##,##0.## [Since 5.0.9] It specifies the default format when [...")
 
m
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
'''Property:'''
 
'''Property:'''
  org.zkoss.zul.impl.numberInputElement.format
+
  org.zkoss.zul.numberFormat
 +
 
 +
{{GlobalLibraryProperty}}
  
 
  Default: ##,##0.##
 
  Default: ##,##0.##
Line 8: Line 10:
  
 
It specifies the default format when [[ZK_Component_Reference/Base_Components/NumberInputElement#Per-component_Locale | the locale]] of the NumberInputElement is specified.
 
It specifies the default format when [[ZK_Component_Reference/Base_Components/NumberInputElement#Per-component_Locale | the locale]] of the NumberInputElement is specified.
 +
 +
 
'''Note:''' if the format is specified already, this setting won't take effect.
 
'''Note:''' if the format is specified already, this setting won't take effect.
 
  {{ZKConfigurationReferencePageFooter}}
 
  {{ZKConfigurationReferencePageFooter}}

Latest revision as of 10:45, 7 July 2016


org.zkoss.zul.numberFormat


Property:

org.zkoss.zul.numberFormat
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: ##,##0.##
[Since 5.0.9]

It specifies the default format when the locale of the NumberInputElement is specified.


Note: if the format is specified already, this setting won't take effect.


Last Update : 2016/07/07

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