Data-EmbedScrollbar

From Documentation
Revision as of 22:43, 14 April 2014 by Noahhuang (talk | contribs) (Created page with " {{ZKConfigurationReferencePageHeader}} ZK EE tablet only To show the position of zk customized scrollbar, the mesh component should apply data-embedscrollbar attribute. <sour...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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>