March 6, 2007 • 11:41 pm
By extending the existing TitleWindow I have came up with a resizable/minimizable/maximizable titlewindow component. The component still in the development phase and a neater version of the component will be available very soon.
The <ResizableTitleWindow> tag inherits all the tag attributes of its superclass, and adds the following tag attributes:
<ResizableTitleWindow
Properties
resizable="true"
closeable="true"
maximizable="true"
minimizable="true"
Styles
resizeAffordance="6"
maximizeButtonIcon="Internal"
minimizeButtonIcon="Internal"
Events
maximize="No default"
minimize="No default"
restore="No default"
/>
A sample application for the component can be found here.
Feel free to comment and make suggestions about the component.
Filed under: flex, flex component