Limitation"
From Documentation
Jumperchen (talk | contribs) |
Jumperchen (talk | contribs) |
||
Line 4: | Line 4: | ||
= Unsupported API = | = Unsupported API = | ||
== NumberInputElement == | == NumberInputElement == | ||
+ | [7.0.3] | ||
+ | Fall back to use Desktop implementation for NumberInputElement with "format" and "locale" attributes in Tablet mold. | ||
+ | [6.5.0] | ||
In Tablet mold, all of the ZK components that extend from NumberInputElement cannot support ''format'' and ''locale'' attributes, due to the output of the component which the input type is number. | In Tablet mold, all of the ZK components that extend from NumberInputElement cannot support ''format'' and ''locale'' attributes, due to the output of the component which the input type is number. | ||
Line 14: | Line 17: | ||
| July, 2012 | | July, 2012 | ||
| | | | ||
+ | |- | ||
+ | | 7.0.3 | ||
+ | | August, 2014 | ||
+ | | Fall back to use Desktop implementation for NumberInputElement with "format" and "locale" attributes in Tablet mold. | ||
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Revision as of 09:12, 6 August 2014
In Tablet device, we use some kind of the HTML5 new feature to generate the component output as tablet mold, so there are some limitation as follows.
Unsupported API
NumberInputElement
[7.0.3]
Fall back to use Desktop implementation for NumberInputElement with "format" and "locale" attributes in Tablet mold.
[6.5.0]
In Tablet mold, all of the ZK components that extend from NumberInputElement cannot support format and locale attributes, due to the output of the component which the input type is number.
Version History
Version | Date | Content |
---|---|---|
6.5.0 | July, 2012 | |
7.0.3 | August, 2014 | Fall back to use Desktop implementation for NumberInputElement with "format" and "locale" attributes in Tablet mold. |