#2976 closed task (fixed)
Dijit: create infrastructure
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This was done long ago, but I need a trac entry for it, so filing it now.
Change History (14)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
(In [8997]) Rename FocusManager?.js to focus.js (so that all files in util/ are lowercase). Refs #2976
comment:7 Changed 14 years ago by
(In [8998]) Finish rename of FocusManager? --> focus, PopupManager? --> popup. Since you never do "new FocusManager?()" it doesn't need to appear like a class.
Refs #2976.
I'm still wondering whether everything in util/ and base/ should be promoted to be directly under the dijit namespace, and included automatically as part of dijit.js. It would save a lot of typing.
comment:8 Changed 14 years ago by
(In [9207]) Remove Showable interface; Dialog and Tooltip are showable, and a menu is openable(), but in general widgets shouldn't support this interface.
TabContainer? and AccordionContainer? will transition their children in a widget specific way.
This checkin also fixes the sub-tabs rendering problems.
(In [8532]) Better error message when parser can't find a widget. Refs #2976.