<s:HGroup id="linkBox" horizontalAlign="right" paddingRight="5" verticalAlign="middle"> <!-- TODO: use repeater, support multiple entries --> <s:VGroup> <s:Label buttonMode="true" click="showAbout()" text="About" useHandCursor="true" verticalAlign="middle" color="#FFFFFF" fontWeight="bold"/> <s:Label buttonMode="true" click="showHelp()" text="Help" useHandCursor="true" verticalAlign="middle" color="#FFFFFF" fontWeight="bold"/> </s:VGroup> </s:HGroup> private function showHelp():void { navigateToURL(new URLRequest("Help/Default.htm")); }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.