[Dojo-interest] Creating Custom Widgets
Rajesh Sannareddy
rajesh.sannareddy at gmail.com
Mon Apr 24 16:26:37 MDT 2006
Hi All ,
I'm a newbie to dojotoolkit .I'm trying to create the
following widgets.
# Desktop Menu – A menu bar with list of menu options similar to any
windows application menu
# Desktop Action Toolbar – This toolbar would contain a list of
buttons that can have a caption, icon, status
(enabled/disabled/invisible) and an action to be performed when the
user clicks on it.
# Desktop Tree Pane – This tree pane would contain a list of nodes.
# Content Bar – This would be a panel that contains a Desktop Tree
Pane. This panel
should be resizable, and collapsible, status (show/hide)
# Process Bar – This is similar to a Content Bar that contains a
Desktop Tree pane. This panel should also be resizable, collapsible,
status (show/hide)
# Quicklink Bar – This is similar to the Content Bar that contains a
Desktop Tree pane. This panel should also be resizable, collapsible,
status (show/hide). In addition, this bar should also have a drag and
drop feature wherein a user should be able to drag some node from
either a Content Bar or Process Bar and drop it into the Quicklink
bar.
# Desktop List pane – This panel should contain a list pane that
should have paging, scrolling, sorting on columns, customizable column
headings, maximum rows per page, grouping list content by one or more
column headings, select one or more rows
# Desktop Tab pane – This panel should contain a tab pane group. We
should be able to add new tab to this pane, close an existing tab from
this pane, open an existing tab in a new popup window. All tabs should
be resizable and scrollable
# Desktop Statusbar – This panel can be used in showing various status
messages in an application. This panel can have one or more content
panes. Each content pane should be able to show some message content.
I'm not sure which existing widgets i need to use ! Any guidance or
help in this regard is greatly appreciated.
Thanks
Rajesh
More information about the Dojo-interest
mailing list