You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/11/02 20:44:48 UTC

[royale-asjs] 03/04: UITextField needs beads now that it isn't a Label

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

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

commit 98daa68acaa1963f6634217c225600bd6c922a90
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Nov 2 13:43:33 2018 -0700

    UITextField needs beads now that it isn't a Label
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index fea518d..182dd55 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -19,6 +19,7 @@
 @namespace Basic "library://ns.apache.org/royale/basic";
 @namespace "library://ns.apache.org/royale/mx";
 @namespace charts "mx.charts.chartClasses.*";
+@namespace core "mx.core.*";
 
 .royale *, . royale *:before, . royale *:after {
 	-moz-box-sizing: border-box;
@@ -735,5 +736,12 @@ charts|DataTip
 	{
 		IContentView: ClassReference("org.apache.royale.html.supportClasses.DataGroup");
 	}
+	
+	core|UITextField
+	{
+		IBeadModel: ClassReference("org.apache.royale.html.beads.models.TextModel");
+		IBeadView: ClassReference("org.apache.royale.html.beads.TextFieldView");
+		iMeasurementBead: ClassReference("org.apache.royale.html.beads.TextFieldLabelMeasurementBead");
+	}
 
 }
\ No newline at end of file