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; }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.