in asdoc/org/apache/royale/site/TopMenu.js [80:178]
get: function() {
if (this.mxmldd == undefined)
{
/** @type {Array} */
var arr = org.apache.royale.site.TopMenu.superClass_.get__MXMLDescriptor.apply(this);
/** @type {Array} */
var mxmldd = [
org.apache.royale.site.TopMenuButton,
3,
'_id',
true,
'$ID_10_0',
'href',
true,
'https://royale.apache.org/features/',
'htmlText',
true,
'FEATURES',
0,
0,
null,
org.apache.royale.site.TopMenuButton,
3,
'_id',
true,
'$ID_10_1',
'href',
true,
'https://apache.github.io/royale-docs/get-started',
'htmlText',
true,
'GET STARTED',
0,
0,
null,
org.apache.royale.site.TopMenuButton,
3,
'_id',
true,
'$ID_10_2',
'href',
true,
'https://royale.apache.org/download/',
'htmlText',
true,
'DOWNLOAD',
0,
0,
null,
org.apache.royale.site.TopMenuButton,
3,
'_id',
true,
'$ID_10_3',
'href',
true,
'https://royale.apache.org/docs/',
'htmlText',
true,
'DOCS',
0,
0,
null,
org.apache.royale.site.TopMenuButton,
3,
'_id',
true,
'$ID_10_4',
'href',
true,
'https://royale.apache.org/blog/',
'htmlText',
true,
'BLOG',
0,
0,
null,
org.apache.royale.site.TopMenuButton,
3,
'_id',
true,
'$ID_10_5',
'href',
true,
'https://github.com/apache/royale-asjs/wiki/Apache-Royale-Source-Code-Repositories',
'htmlText',
true,
'GITHUB',
0,
0,
null
];
if (arr)
this.mxmldd = arr.concat(mxmldd);
else
this.mxmldd = mxmldd;
}
return this.mxmldd;
}