change a textinput into label in flex
Posted
by Arif
on Stack Overflow
See other posts from Stack Overflow
or by Arif
Published on 2010-03-21T06:52:19Z
Indexed on
2010/03/21
7:01 UTC
Read the original article
Hit count: 472
flex
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?
© Stack Overflow or respective owner