Data-EmbedScrollbar"

From Documentation
Line 1: Line 1:
{{ZKConfigurationReferencePageHeader}}
+
{{ZUMLReferencePageHeader}}
 
   ZK EE tablet only
 
   ZK EE tablet only
 
To show the position of zk customized scrollbar, the mesh component should apply data-embedscrollbar attribute.
 
To show the position of zk customized scrollbar, the mesh component should apply data-embedscrollbar attribute.
Line 8: Line 8:
 
</div>
 
</div>
 
</source>
 
</source>
 +
{{ZUMLReferencePageFooter}}

Revision as of 01:40, 16 April 2014


Data-EmbedScrollbar


 ZK EE tablet only

To show the position of zk customized scrollbar, the mesh component should apply data-embedscrollbar attribute.

<div xmlns:ca="client/attribute">
<grid ca:data-embedscrollbar="true"></grid>
</div>


Last Update : 2014/04/16

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