configData.ViewerUI.subtitlle.value
AppEvent.dispatch(AppEvent.SET_TITLES, { title: "Hello", subtitle: "World" });
Saugat, This is what you need:AppEvent.dispatch(AppEvent.SET_TITLES, { title: "Hello", subtitle: "World" });
ViewerContainer.dispatchEvent( new AppEvent("subtitleChanged",subtitleP);
ViewerContainer.addEventListener("subtitleChanged",changeSub);
private function changeSub(event:AppEvent):void { configData.ViewerUI.subtitlle.value=event.subtitleP.toString() }
bannerSubtitle.text =event.subtitleP.toString();
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.