Opened 16 years ago
Closed 16 years ago
#3619 closed New Feature (fixed)
Add IDs to the table caption and summary fields
Reported by: | Josh Nisly | Owned by: | Artur Formella |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | hasPatch Confirmed Review+ | Cc: |
Description
CKEditor allows setting the caption and summary for a table. Since these properties do not have an equivalent in many document formats, it would be nice to make so that these options can be hidden. I have attached a patch which implements this.
Attachments (3)
Change History (10)
Changed 16 years ago by
Attachment: | 3619.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | hasPatch Confirmed added; HasPatch removed |
---|---|
Milestone: | → CKEditor 3.x |
Summary: | Make table caption and summary configurable → Hidden dialog elements |
comment:2 Changed 16 years ago by
I though that the api_dialog sample already shows how to modify the default dialogs without needing to add options for every possible configuration need.
comment:3 Changed 16 years ago by
Keywords: | hasPatch removed |
---|---|
Summary: | Hidden dialog elements → Add IDs to the table caption and summary fields |
You are absolutely right! Thanks for pointing that out. There is still some change required, though, because currently the caption and summary elements don't have ids. I'll submit a patch for that shortly
Changed 16 years ago by
Attachment: | 3619_2.patch added |
---|
comment:4 Changed 16 years ago by
Keywords: | hasPatch added |
---|
Changed 16 years ago by
Attachment: | 3619_3.patch added |
---|
comment:5 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Milestone: | CKEditor 3.x → CKEditor 3.0 |
Owner: | set to Artur Formella |
Status: | new → assigned |
comment:6 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
The patch is ok but I think we need a system solution for all other elements and tabs.