Groupbox

From Documentation
Revision as of 04:31, 1 August 2012 by Jumperchen (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} = Groupbox = *Component Reference: Groupbox *[http://www.zkoss.org/product/edition.dsp Availab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Groupbox

Friendly Scrolling Support

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

For example,

<groupbox contentStyle="overflow:auto">

Groupbox Tablet Scrolling Example.png

Note: to disable the friendly scrollbar, please use the following setting.

<groupbox xmlns:a="client/attribute" a:data-scrollable="false"/>

Version History

Version Date Content
6.5.0 July, 2012



Last Update : 2012/08/01

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