Opened 14 years ago
Closed 14 years ago
#2817 closed task (fixed)
SplitContainer: port/rewrite for dijit
Reported by: | bill | Owned by: | koranteng |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Port SplitContainer? to dijit. This code really needs a rewrite, I think. It can be slimmed down a lot; all the javascript calculation parts seem unnecessarily complex.
Attachments (1)
Change History (11)
comment:1 Changed 14 years ago by
Type: | defect → task |
---|
Changed 14 years ago by
Attachment: | 2817-dijit-base-util.patch added |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
(In [8391]) Interim checkin from Koranteng Ofosu-Amaah (IBM, CCLA) Includes ContentPane?, SplitContainer?, PageContainer?, LinkPane?, and LayoutContainer?. Refs #2654, #2817, #2818
comment:5 Changed 14 years ago by
dojo.io.cookie is now implemented as dojo.cookie in the new dojo core, no need to copy over dijit.base.cookie
comment:6 Changed 14 years ago by
comment:9 Changed 14 years ago by
Component: | Widgets → Dijit |
---|
comment:10 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
OK, I'm going to close this. SplitContainer? has been ported. I think at some point it needs a rewrite so it's not 10 pages long, but at least it's working.
base infrastructure changes for SplitContainer?