Window"
From Documentation
Jumperchen (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} = Window = *Component Reference: Window *[http://www.zkoss.org/product/edition.dsp Available in ...") |
|||
Line 15: | Line 15: | ||
</source> | </source> | ||
[[File:Window_Tablet_Scrolling_Example.png]] | [[File:Window_Tablet_Scrolling_Example.png]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
= Version History= | = Version History= |
Revision as of 10:59, 9 August 2012
Window
- Component Reference: Window
- Available in ZK EE only
Friendly Scrolling Support
When user swipe on the content of Window, the friendly scrollbar will appear. To enable this, please specifiy the contentStyle with "overflow:auto"
For example,
<window contentStyle="overflow:auto">
Version History
Version | Date | Content |
---|---|---|
6.5.0 | July, 2012 |