Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <mx:VBox>
  2.         <mx:HBox>
  3.                 <mx:Label id="l1"/>
  4.                 <mx:ComboBox id="cb1"/>                                
  5.         </mx:HBox>
  6.         <mx:HBox>
  7.                 <mx:HBox>
  8.                         <mx:Label id="l2"/>
  9.                         <mx:ComboBox id="cb2"/>
  10.                 </mx:HBox>
  11.                 <mx:VBox>
  12.                         <mx:DataGrid/>
  13.                 </mx:VBox>
  14.         </mx:HBox>
  15. </mx:VBox>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement