Added default property “text” to MXMLViewer.as

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

Branch: refs/heads/feature/mdl
Commit: f5e6a1b056bdc2a3b695758af73b579961d739a9
Parents: d8422fb
Author: Carlos Rovira <[email protected]>
Authored: Sat Jan 21 00:42:07 2017 +0100
Committer: Carlos Rovira <[email protected]>
Committed: Sat Jan 21 00:42:07 2017 +0100

----------------------------------------------------------------------
 .../Express/src/main/flex/org/apache/flex/express/MXMLViewer.as    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f5e6a1b0/frameworks/projects/Express/src/main/flex/org/apache/flex/express/MXMLViewer.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Express/src/main/flex/org/apache/flex/express/MXMLViewer.as
 
b/frameworks/projects/Express/src/main/flex/org/apache/flex/express/MXMLViewer.as
index bef5868..9d848d7 100644
--- 
a/frameworks/projects/Express/src/main/flex/org/apache/flex/express/MXMLViewer.as
+++ 
b/frameworks/projects/Express/src/main/flex/org/apache/flex/express/MXMLViewer.as
@@ -27,6 +27,8 @@ package org.apache.flex.express
                import org.apache.flex.core.WrappedHTMLElement;
        }
 
+       [DefaultProperty("text")]
+       
        /**
         * This class extends the standard Label and allows MXML content (ie, 
XML or HTML) 
         * to be displayed.

Reply via email to