Opened 10 years ago
Last modified 10 years ago
#12878 closed Bug
Move (get|extract)SelectedHtml to selection — at Initial Version
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Now we have:
editor.getSelection().getSelectedText() editor.editable().getSelectedHtml()
We can not move getSelectedText()
because of backward compatibility so we should move getSelectedHtml()
. And if we move getSelectedHtml
we should also move extractSelectedHtml
.