configData.ViewerUI.subtitlle.value
ViewerContainer.addEventListener("subtitleChanged",changeSub);
bannerSubtitle.text =event.subtitleP.toString();
ViewerContainer.dispatchEvent( new AppEvent("subtitleChanged",subtitleP);
private function changeSub(event:AppEvent):void { configData.ViewerUI.subtitlle.value=event.subtitleP.toString() }
Saugat, This is what you need:AppEvent.dispatch(AppEvent.SET_TITLES, { title: "Hello", subtitle: "World" });
AppEvent.dispatch(AppEvent.SET_TITLES, { title: "Hello", subtitle: "World" });
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.