The TaskPaneFX set is a collapsible container with TitleBarControl and child TaskListFX management. The task pane and task list components could also be know as a 'drawer' containers in which you click to open and close the container.
The TaskPaneFX SWC comes with 3 seperate components.
- TaskPaneFX
- TaskListFX
- TitleBarControl
These three components give you maximum control over utilizing the most important areas of you application's user interface while maintaining your own unique look & feel.
From grouping like task oriented components in task groups using the TaskPaneFX to grouping individual tasks into specific containers using the TaskListFX, you will be on your way to creating usable and space saving applications that are already familiar to your users.
* Supports all styles of the FSCollectionFX1 set.
* The TaskPaneFX is a container that has 3 possible layouts for it's child components.
o vertical, horizontal, absolute
* Enable-disable bar double clicking to open-close the pane.
* Multiple bar placements
o top, left, right, bottom
o Bar placement opened position.
+ Custom styleName to assign to the opened bar.
o Bar placement closed position.
+ Custom styleName to assign to the closed bar.
* Custom bar renderer to easily swap out bars at runtime.
* Custom button renderers.
o minimizeButton, maximizeButton, closeButton
* Show-hide buttons at runtime.
o minimizeButton, maximizeButton, closeButton
* Title text string.
o When the width of the component is less than the label's viewable width, you will get a tooltip of the title.
* Title icon Graphic
o This titleIcon will dispatch an iconClick and iconMouseDown event for easy menu creation.
* Bar styleName to control the bar's look independently of the task pane component.
* Bar title styleName to control the look of the bar's label independently of the bar's look.
* Control over the default thickness of the bar.
o The default behavior of the component is to use the measured width-height. You can override this behavior by setting the barThickness style.
* Button events
o closeButtonClick, maximizeButtonClick, maximizeRestoreClick, minimizeButtonClick, minimizeRestoreClick
* Programmatic control over the open and close state of the component with the isOpen property.
o There is a custom resize tween and effects that accompany this change of state.
+ Assignable easing function and duration for the resize effect.
* Events broadcast at the update end of each state change (open-close).
* openPaneEffect when the pane starts to open.
* closePaneEffect when the pane starts to close.
* Child open-close control through methods, if true opens all children, false it closes all children
* favorChildrenOpen
o If true, the maximize button will open all children even if some are closed.
o If false, the maximize button will close all children even if some are open.
* open() and close() methods for opening and closing TaskListFX children.
The time saved and support that is included plus top notch documentation and examples is well worth the investment!
Don’t forget to check out our site at http://www.teotigraphix.com for ASDoc’s, Support Documentation, Ask Before You Buy forums and SWF examples.