Opened 12 years ago
Closed 12 years ago
#10552 closed Bug (fixed)
CKEditor and Jquery UI Integration
Reported by: | Vinod Kumar Balla | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I would like to build a custom toolbar which contains HTML text, radio buttons etc.
I would like to drag from custom tool bar to ck editor, could you please let me know is it possible or not?
Editor doesn't provide any drag&drop wrapper. It relies only on what browsers have so if particular browser doesn't support d&d on some element you would have to implement drag&drop layer. Please note that classic editor uses iframe (separate inner document) for its contents which may cause some problems.
If this is some extra toolbar created with only jQuery then it is rather easy. If you want to modify existing CKEditor toolbar then this is IMO a lot, lot, lot of work provided that new adapter for jQuery isn't ready yet #10281.
jQuery UI sounds like easy way to get something like this working but please note that it may cause some problems with editor (this isn't our fault): #10081, #10269.
Anyway this is palce for reporting CKEditor bugs and not forum or support site thus I'm closing this issue as invalid.