Opened 12 years ago
Closed 9 years ago
#7470 closed enhancement (invalid)
[suggestion] Add more hooks for various events in every dijit
Reported by: | ergo | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
HI,
I wanted to suggest adding more abilities to hook to various events to solve many problems.
for example accordion should have events that allow to run some code after selecting pane etc. the problem was exposed when castle party festival demo was created, and it was "fixed" by using a dodgy setTimeout() to run some code that fixed other widgets inside panes, im not sure how much work would it be, but i think we should be able to hook up to EVERY state that a widget can be before/after state. Im sure that it would help solving a lot of issues devs are facing. Possibly where it can be added it should be.
Change History (2)
comment:1 Changed 12 years ago by
Component: | General → Dijit |
---|---|
Owner: | anonymous deleted |
comment:2 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing due to lack of response for 3 years.
Can you give a list of all the notifications you would like? "everything" is too general. For accordion I assume it would be something like this?