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 09:20:15 UTC

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

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 97ebd02  Update defaults.css for NumericStepper
97ebd02 is described below

commit 97ebd0216c75a174d949177787de56069447b50e
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Thu May 24 14:20:13 2018 +0500

    Update defaults.css for NumericStepper
---
 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 ef82cd5..a871d99 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
@@ -56,6 +56,11 @@ List
 	IViewport: ClassReference("org.apache.royale.html.supportClasses.ScrollingViewport");
 	IViewportModel: ClassReference("org.apache.royale.html.beads.models.ViewportModel");
 }
+NumericStepper
+{
+	IBeadModel: ClassReference("org.apache.royale.html.beads.models.RangeModel");
+	IBeadView: ClassReference("org.apache.royale.html.beads.NumericStepperView");
+}
 /* -------------------------------------------------------
 * SWF specific styles
 * -------------------------------------------------------

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