<!-- UI elements --> <widget config="widgets/KeyboardShortcuts/KeyboardShortcutsWidget.xml" url="widgets/KeyboardShortcuts/KeyboardShortcutsWidget.swf"/>
<fx:Script> <![CDATA[ protected function init():void { navigateToURL(new URLRequest("javascript: document.getElementById('index').focus();"), "_self"); } ]]> </fx:Script>
stage.addEventListener(KeyboardEvent.KEY_DOWN, handleKeyDown);
ViewerContainer.dispatchEvent(new AppEvent(AppEvent.WIDGET_RUN, id));
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.