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

[royale-asjs] branch feature/MXRoyale updated: Update defaults.css for CheckBox

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

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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 8613bd8  Update defaults.css for CheckBox
8613bd8 is described below

commit 8613bd81c7e493700942ebe3a2ad4c950f10a0ec
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Mon May 14 14:35:26 2018 +0500

    Update defaults.css for CheckBox
---
 .../projects/SparkRoyale/src/main/resources/defaults.css      | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
index f5dba01..3aa5f73 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
@@ -40,7 +40,10 @@ Button
 {
     IBeadModel: ClassReference("org.apache.royale.html.beads.models.ImageAndTextModel");
 }
-
+CheckBox
+{
+	IBeadModel: ClassReference("org.apache.royale.html.beads.models.ToggleButtonModel");
+}
 /* -------------------------------------------------------
 * SWF specific styles
 * -------------------------------------------------------
@@ -55,5 +58,9 @@ Button
 	{
 		IBeadView: ClassReference("mx.controls.beads.CSSImageAndTextButtonView");
 	}
+	CheckBox
+	{
+		IBeadView:  ClassReference("mx.controls.beads.CheckBoxView");			
+	}
 	
-}
\ No newline at end of file
+}

-- 
To stop receiving notification emails like this one, please contact
alinakazi@apache.org.