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; }
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.