Limitation"
From Documentation
Jumperchen (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} 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 fo...") |
Jumperchen (talk | contribs) |
||
Line 4: | Line 4: | ||
= Unsupported API = | = Unsupported API = | ||
== NumberInputElement == | == NumberInputElement == | ||
− | In Tablet mold, all of the ZK components that extend | + | 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 History= |
Revision as of 02:16, 10 July 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
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 |