change a textinput into label in flex
- by Arif
i create a form for order a item in flex. i use <mx:TextInput /> for getting the information from client and use a <mx:Button /> for submit the information in database. But client requirements is when user click on button then first show a confirmation page with details information that client give. But can't use another page or <mx:TextInput /> in this confirmation page, it will be <mx:Label />. After show the confirmation page if clients click on Button then submit the info.
How can i convert a <mx:TextInput /> into <mx:Label /> with all properties in flex? Is it possible?