case "link": { if (itemValue == "openTitleWindow") { var aboutPopup:AboutPopup = new AboutPouup PopUpManager.addPopUp(AboutPopup,this.parentApplication as DisplayObject,true); PopUpManager.centerPopUp(AboutPopup); }else{ navigateToURL(new URLRequest(itemValue)); } break; }
case "link": { if(itemValue == "openMyTitleWindow"){ //todo add code } else { navigateToURL(new URLRequest(itemValue)); } break; }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.