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/24 08:11:01 UTC

[royale-asjs] branch feature/MXRoyale updated: Update default.css for RadioButton

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 da3e330  Update default.css for RadioButton
da3e330 is described below

commit da3e33000ffd849b68fbb3ede8f4bb6231a90512
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Thu May 24 13:10:58 2018 +0500

    Update default.css for RadioButton
---
 frameworks/projects/SparkRoyale/src/main/resources/defaults.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
index 8f09344..ef82cd5 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
@@ -83,5 +83,10 @@ List
 		font-size: 11px;
 		font-family: Arial;
 	}
+	RadioButton
+	{
+		IBeadModel: ClassReference("org.apache.royale.html.beads.models.ValueToggleButtonModel");
+		IBeadView:  ClassReference("mx.controls.beads.RadioButtonView");			
+	}
 	
 }

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