#7590 closed enhancement (fixed)
ToggleSplitter doesnt provide any convenient way to get open/close notification
Reported by: | Sam Foster | Owned by: | Sam Foster |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Widgets | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Open/closing are what the widget does, but its doesnt provide any topic or readily connect-able method for catching that event
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Milestone: | tbd → 1.2 |
---|
Note: See
TracTickets for help on using
tickets.
(In [15121]) * Adds onOpen, onClose stubs that are called when there's a state change. Added example to test page
As a result attr("open") calls are ignored until the end of startup, when a this._started flag is switched.
fixes #7590