Simple Text display
In this tutorial we will come to know that how to display any text in a text input box using a button click. It is very simple to develop and quick to understand. We will develop a panel in flex and within that flex panel we have to use a button and a textinput box which are present in flex.
SimpleText.mxml
<?xml version="1.0" encoding="utf-8"?> |