You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/11/11 23:08:24 UTC

[08/28] git commit: [flex-asjs] [refs/heads/develop] - add asdoc to MXML class

add asdoc to MXML class


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

Branch: refs/heads/develop
Commit: 36560f2748b381ad9353d51e7780487760931932
Parents: 94dba73
Author: Alex Harui <ah...@apache.org>
Authored: Thu Nov 6 22:26:31 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 11 14:07:57 2014 -0800

----------------------------------------------------------------------
 .../src/org/apache/flex/html/beads/TitleBarView.mxml      | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/36560f27/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml
index 18eb9fb..22baa23 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/TitleBarView.mxml
@@ -17,9 +17,17 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 -->
+<!---
+ The TitleBarView is the view for a Panel's TitleBar written in MXML
+
+ @langversion 3.0
+ @playerversion Flash 10.2
+ @playerversion AIR 2.6
+ @productversion FlexJS 0.0
+-->
 <basic:MXMLBeadViewBase xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:basic="library://ns.apache.org/flexjs/basic" 
-                  xmlns:mx="library://ns.adobe.com/flex/mx"
+                  xmlns:mx="library://ns.apache.org/flexjs/mx"
                   >
     <fx:Script>
         <![CDATA[