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