If you are using Cairngorm or other model, you are bound to change the State in Flex from Command Object through actionScript.
Here is how to change the states..
e.g
import mx.core.FlexGlobals
//then Navigate to the component in a top down hierarchy and change the //currentState property
FlexGlobals.topLevelApplication.currentState="AdvancedSearch"
Done!! Hurray!!
No comments:
Post a Comment