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 2016/09/14 21:31:16 UTC

[26/30] git commit: [flex-asjs] [refs/heads/spark] - Modified the CSS definition for Image so its model and view are included for both SWF and JS production.

Modified the CSS definition for Image so its model and view are included for both SWF and JS production.


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

Branch: refs/heads/spark
Commit: 72dfce042363e12db8c642c74dbb9d1664cb4b98
Parents: 2a98105
Author: Peter Ent <pe...@apache.org>
Authored: Mon Sep 12 13:33:58 2016 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Mon Sep 12 13:33:58 2016 -0400

----------------------------------------------------------------------
 frameworks/projects/HTML/src/main/resources/defaults.css | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/72dfce04/frameworks/projects/HTML/src/main/resources/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/src/main/resources/defaults.css b/frameworks/projects/HTML/src/main/resources/defaults.css
index 51152e8..2610e53 100644
--- a/frameworks/projects/HTML/src/main/resources/defaults.css
+++ b/frameworks/projects/HTML/src/main/resources/defaults.css
@@ -182,6 +182,8 @@ HContainer
 Image
 {
 	vertical-align: top;
+	IBeadModel: ClassReference("org.apache.flex.html.beads.models.ImageModel");
+	IBeadView:  ClassReference("org.apache.flex.html.beads.ImageView");
 }
 
 ImageAndTextButton
@@ -488,12 +490,6 @@ HRule
     IBeadView:  ClassReference("org.apache.flex.html.beads.HRuleView");
 }
 
-Image
-{
-    IBeadModel: ClassReference("org.apache.flex.html.beads.models.ImageModel");
-    IBeadView:  ClassReference("org.apache.flex.html.beads.ImageView");
-}
-
 ImageButton
 {
     IBeadView: ClassReference("org.apache.flex.html.beads.ImageButtonView");