
Design a view state 165
You can use the layout tools in Flex Builder to make changes to the appearance of the new
state. You can modify, add, or delete components. As you work, the changes describing the
new state are recorded in the MXML code.
3. In Design mode, insert a VBox container below the Advanced Search link, specifying a
width of 160 and a height of 80 in the insert dialog box that appears, and then set the
following VBox properties in the Flex Properties view:
■ ID: myVBox
■ X: 20
■ Y: 160
4. Drag three CheckBox controls into the VBox container.
The VBox container automatically aligns the controls vertically.
5. Select the first CheckBox control in the VBox container and enter Regular Expression as
the value of its
label property.
6. Select the second CheckBox control and enter Case sensitive as the value of its label
property.
7. Select the third CheckBox control and enter Exact Phrase as the value of its label
property.
The layout should look similar to the following:
Commenti su questo manuale