Opened 16 years ago
Closed 16 years ago
#2790 closed Task (fixed)
Write a sample on custom dialogs
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Dialogs | Version: | SVN (FCKeditor) - Retired |
Keywords: | Review? | Cc: |
Description
Write a sample page, api_dialog.html, which shows how the API can be used to:
- Load and show custom dialogs.
- Set default values of dialogs.
- Remove fields from dialogs.
- Remove tabs from dialogs.
- Add fields to dialogs.
It should be possible to do tasks 2-5 without needing to modify the dialog's .js file or its own definition code.
Attachments (1)
Change History (4)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
Changed 16 years ago by
Attachment: | 2790.patch added |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This one has been introduced with [2990].
The patch includes changes from #2802 and #2805 since the sample dialog code depends on those to work.