<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>
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.