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; }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.