What are the common uses of Flex interface controls
This article mainly introduces the use of common Flex interface controls, which has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
Flex interface control
Recently, I plan to use my spare time to learn Flex, there are many types of controls, write it down for reference:
1. Simple Flex interface controls:
1. Button:
Table 1.1 Common properties of button controls
2. Check boxes and check boxes:
Table 2.1 Common properties of radio box controls
3. Link bar and label bar:
Table 3.1 Common properties of link bar controls
4. Reminder dialog box in Flex interface control: Alert.show ()
Parameter list: text (text), title (title), flags (button display type in the dialog box: mx.controls.Alter.OK,mx.controls.Alter.YES,mx.controls.Alter.NO,mx.controls.Alter.CANCEL, used between | to combine)
5. Text control: Label,Text,TextInput,TextArea,RichTextEdite (rich text component)
Attribute: text,htmlText
Thank you for reading this article carefully. I hope the article "what are the common uses of Flex interface controls" shared by the editor will be helpful to you. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!