You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/05 09:51:03 UTC

[royale-asjs] branch feature/new_merge updated: I would have hoped this would fix the extra classes

This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch feature/new_merge
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/new_merge by this push:
     new 782603e  I would have hoped this would fix the extra classes
782603e is described below

commit 782603ec1f8522f63a3772edbb9978faee004c16
Author: Harbs <ha...@in-tools.com>
AuthorDate: Wed Sep 5 12:50:52 2018 +0300

    I would have hoped this would fix the extra classes
    
    We should figure out why it doesn’t
---
 frameworks/projects/Jewel/src/main/resources/defaults.css       | 7 +++++++
 frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml | 1 +
 2 files changed, 8 insertions(+)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index e6aa8da..b9aa54b 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -93,6 +93,13 @@ j|DataContainer {
   IViewport: ClassReference("org.apache.royale.jewel.supportClasses.Viewport");
   IViewportModel: ClassReference("org.apache.royale.html.beads.models.ViewportModel");
 }
+j|DataGroup
+{
+  IBeadLayout: ClassReference("org.apache.royale.jewel.beads.layouts.VerticalLayout");
+	IItemRenderer: ClassReference("org.apache.royale.jewel.itemRenderers.StringItemRenderer");
+  IViewport: ClassReference("org.apache.royale.jewel.supportClasses.Viewport");
+}
+
 
 @media -royale-swf {
   j|Container {
diff --git a/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml b/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml
index cdbbbdc..493dcee 100644
--- a/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml
+++ b/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml
@@ -63,6 +63,7 @@
     <component id="DateChooser" class="org.apache.royale.jewel.DateChooser"/>
     <component id="DateField" class="org.apache.royale.jewel.DateField"/>
     <component id="DataContainer" class="org.apache.royale.jewel.DataContainer" />
+    <component id="DataGroup" class="org.apache.royale.jewel.supportClasses.list.DataGroup" />
     
     <component id="Form" class="org.apache.royale.jewel.Form"/>
     <component id="ErrorTip" class="org.apache.royale.jewel.ErrorTip"/>