/ Published in: ActionScript 3
Expand |
Embed | Plain Text
public function onOrgChange():void { var getJourneysEvent:SDETEvent = new SDETEvent( SDETEvent.GET_JOURNEYS_FOR_ORGANIZATION ); if ( orgAutoComplete.selectedItem != null && orgAutoComplete.selectedItem.hasOwnProperty( 'name' ) ) { getJourneysEvent.orgName = orgAutoComplete.selectedItem.name; dispatcher.dispatchEvent( getJourneysEvent ); } }
You need to login to post a comment.
