private function sharedDataUpdated(event:AppEvent):void { if (event.data.key == "Board_Data") { if (event.data.collection[0]){ //mailme(); add2favs(event.data.collection[0]); } } }
What part of the widget would the data go?
AppEvent.addListener(AppEvent.DATA_SENT, sharedDataUpdated2); fetchSharedData();
AppEvent.addListener(AppEvent.DATA_PUBLISH, sharedDataUpdated);
com.esri.viewer.customskins.PopUpRendererSkin(recAC[0]);
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.