Data-FixScrollPosition"

From Documentation
(Created page with " {{ZKConfigurationReferencePageHeader}} To prevent conflict with 'next' and 'previous' button on the virtual keyboard on iPad. The input element should apply data-fixScrollPositi...")
 
 
Line 1: Line 1:
{{ZKConfigurationReferencePageHeader}}
+
{{ZUMLReferencePageHeader}}
 
To prevent conflict with 'next' and 'previous' button on the virtual keyboard on iPad. The input element should apply data-fixScrollPosition attribute<ref>For more information, please refer to http://tracker.zkoss.org/browse/ZK-1285</ref>.
 
To prevent conflict with 'next' and 'previous' button on the virtual keyboard on iPad. The input element should apply data-fixScrollPosition attribute<ref>For more information, please refer to http://tracker.zkoss.org/browse/ZK-1285</ref>.
 
<source lang="xml">
 
<source lang="xml">
Line 11: Line 11:
 
<references/>
 
<references/>
 
</blockquote>
 
</blockquote>
 +
{{ZUMLReferencePageFooter}}

Latest revision as of 01:42, 16 April 2014


Data-FixScrollPosition


To prevent conflict with 'next' and 'previous' button on the virtual keyboard on iPad. The input element should apply data-fixScrollPosition attribute[1].

<div xmlns:ca="client/attribute">
<textbox xmlns:ca="client/attribute" ca:data-fixScrollPosition="true"></textbox>
</div>

  1. For more information, please refer to http://tracker.zkoss.org/browse/ZK-1285


Last Update : 2014/04/16

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