ButtonBar Panel
ButtonBarPanel : This is an extension of Panel in which a set of buttons can be added either on the header or footer.
Features:
- Extension of mx.controls.Panel , so it inherits all the properties of a Panel
- The buttons can be added either to the header or on the footer
- separate ClickHandler can be specified for each button.
View Demo
Download Source
1 comment:
There is a problem when you try to create the ButtonBarPanel with the Actionscript code, the upper icons appear at x=0 and y=0, I hop you can fix this...
Post a Comment