<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:viewer="com.esri.viewer.*" xmlns:managers="com.esri.viewer.managers.*" pageTitle="ArcGIS Viewer for Flex" creationComplete="init()">
Rhett,Adding that line of code with the code Robert provided worked. Thanks!Ashley
<fx:Script> <![CDATA[ protected function init():void { navigateToURL(new URLRequest("javascript: document.getElementById('index').focus();"), "_self"); } ]]> </fx:Script>
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.