Panel"

From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Panel = *Component Reference: Panel *[http://www.zkoss.org/product/edition.dsp Available in ZK ...")
 
Line 15: Line 15:
 
</source>
 
</source>
 
[[File:Panel_Tablet_Scrolling_Example.png]]
 
[[File:Panel_Tablet_Scrolling_Example.png]]
 
'''Note:''' to disable the friendly scrollbar, please use the following setting.
 
<source lang="xml" high="1">
 
<panelchildren xmlns:a="client/attribute" a:data-scrollable="false"/>
 
</source>
 
  
 
= Version History=
 
= Version History=

Revision as of 10:58, 9 August 2012

Panel

Friendly Scrolling Support

When user swipe on the content of Panel, the friendly scrollbar will appear. To enable this, please specifiy the style with "overflow:auto"

For example,

<panelchildren style="overflow:auto">

Panel Tablet Scrolling Example.png

Version History

Version Date Content
6.5.0 July, 2012



Last Update : 2012/08/09

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