This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 2610fdc more jewel group changes to docs
2610fdc is described below
commit 2610fdc7e961c3200d2de0a7114d428abab54899
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Aug 13 11:37:12 2020 +0200
more jewel group changes to docs
---
.../Jewel/src/main/royale/org/apache/royale/jewel/Group.as | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Group.as
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Group.as
index 1a25859..de5b2e1 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Group.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Group.as
@@ -31,9 +31,15 @@ package org.apache.royale.jewel
[DefaultProperty("mxmlContent")]
/**
- * The Jewel Group class provides a light-weight container for visual
elements. By default
- * the Group have a Basiclayout, allowing its children to be sized and
positioned using absolute
- * values.
+ * The Jewel Group class provides a light-weight container for visual
elements.
+ *
+ * By default Group have a Basiclayout, allowing its children to be
positioned using absolute
+ * values (Notice Basic version doesn't provide any layout at all).
+ *
+ * Group doesn't clip content so elements inside the group aren't
hidden far beyond group boundaries.
+ * Also, no scrolling support is built in Group.
+ *
+ * For scrolling and clipping you can use Jewel Container
*
* @toplevel
* @see org.apache.royale.jewel.beads.layout