You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/04/11 16:00:35 UTC

[10/44] git commit: [flex-asjs] [refs/heads/develop] - Left out an important piece from Container.

Left out an important piece from Container.


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

Branch: refs/heads/develop
Commit: d2fe8c192bb11b359ce14a35355585f09bc22092
Parents: dc2a1a2
Author: Peter Ent <pe...@apache.org>
Authored: Fri Mar 31 09:22:05 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Fri Mar 31 09:22:05 2017 -0400

----------------------------------------------------------------------
 .../HTML/src/main/flex/org/apache/flex/html/Container.as       | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d2fe8c19/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Container.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Container.as b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Container.as
index 20e362d..eb39c88 100644
--- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Container.as
+++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Container.as
@@ -24,6 +24,12 @@ package org.apache.flex.html
 	import org.apache.flex.core.ValuesManager;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.utils.MXMLDataInterpreter;
+	
+	/**
+	 * The default property uses when additional MXML content appears within an element's
+	 * definition in an MXML file.
+	 */
+	[DefaultProperty("mxmlContent")]
 
 	
     /**