Guest User

Untitled

a guest
Jun 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <!-- In Application: -->
  2.  
  3. <custom:PanelCollection title="Panel around Tabs">
  4. <mx:Canvas label="Tab 1">
  5. <mx:Canvas label="Tab 2">
  6. <mx:Canvas label="Tab 3">
  7. </custom:PanelCollection>
  8.  
  9. <!-- In Component (base of component is Panel): -->
  10.  
  11. <mx:Panel width="50%" height="100%" layout="absolute" backgroundAlpha="1.0">
  12. <mx:TabNavigator x="0" y="0" width="100%" height="100%" id="views">
  13. </mx:TabNavigator>
  14. </mx:Panel>
  15.  
  16. <!-- Where do the children go as specified in the application? I want them to go ito the TabNavigator in my custom component. -->
Add Comment
Please, Sign In to add comment