You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/12/09 06:17:03 UTC

[16/31] git commit: [flex-asjs] [refs/heads/develop] - move some beads out of flex-flash-only

move some beads out of flex-flash-only


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7498b6f1
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7498b6f1
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7498b6f1

Branch: refs/heads/develop
Commit: 7498b6f1475348e355c91bcd8611ab511897a40e
Parents: 2407811
Author: Alex Harui <ah...@apache.org>
Authored: Mon Dec 8 17:27:33 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Dec 8 20:47:43 2014 -0800

----------------------------------------------------------------------
 frameworks/as/projects/FlexJSUI/defaults.css | 26 +++++++++++------------
 1 file changed, 12 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7498b6f1/frameworks/as/projects/FlexJSUI/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/defaults.css b/frameworks/as/projects/FlexJSUI/defaults.css
index 5d656ea..5ae03de 100644
--- a/frameworks/as/projects/FlexJSUI/defaults.css
+++ b/frameworks/as/projects/FlexJSUI/defaults.css
@@ -94,6 +94,18 @@ Container
     IBeadView: ClassReference("org.apache.flex.html.beads.ContainerView");
 }
 
+HContainer
+{
+    IBeadView: ClassReference("org.apache.flex.html.beads.ContainerView");
+    IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.NonVirtualHorizontalLayout");
+}
+
+VContainer
+{
+    IBeadView: ClassReference("org.apache.flex.html.beads.ContainerView");
+    IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.NonVirtualVerticalLayout");
+}
+
 List
 {
     IBeadModel: ClassReference("org.apache.flex.html.beads.models.ArraySelectionModel");
@@ -218,20 +230,6 @@ Container
     iBorderBead: ClassReference("org.apache.flex.html.beads.SingleLineBorderBead");
 }
 
-HContainer
-{
-    IBeadView: ClassReference("org.apache.flex.html.beads.ContainerView");
-    iBackgroundBead: ClassReference("org.apache.flex.html.beads.SolidBackgroundBead");
-    IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.NonVirtualHorizontalLayout");
-}
-
-VContainer
-{
-    IBeadView: ClassReference("org.apache.flex.html.beads.ContainerView");
-    iBackgroundBead: ClassReference("org.apache.flex.html.beads.SolidBackgroundBead");
-    IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.NonVirtualVerticalLayout");
-}
-
 ControlBar
 {
     IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.NonVirtualHorizontalLayout");