Opened 9 years ago
Closed 9 years ago
#5882 closed New Feature (fixed)
Fire event when a page is switched in a dialog (OnDialogTabChange in v2)
| Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4 |
| Component: | General | Version: | |
| Keywords: | Review+ | Cc: |
Description
Most of the people won't need this, but firing an event before the page/tab is switched allows to validate data, update the interface, even avoid switching tab at the wrong time and the code is quite simple.
Attachments (1)
Change History (3)
Changed 9 years ago by
| Attachment: | 5882.patch added |
|---|
comment:1 Changed 9 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
Maybe is not need to use the strict equality operator for the id check, but the code is generally good.

Proposed patch