#7930 closed Bug (invalid)
getSelectedText() function is missing
| Reported by: | daveVW | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Following the javascript API documentation, there must be a function getSelectedText() in the CKEDITOR.dom.selection class.
When calling this function we always get the error "Object doesn't support this method". Also when searching through the source code, the function can't be found.
Change History (2)
comment:1 Changed 14 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
| Version: | 3.6 |
comment:2 Changed 14 years ago by
getSelectedText will be introduced in CKEditor 3.6.1. It is available in trunk so far.
There is "Since version" in the upper right corner for every method. Please check http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dom.selection.html#getSelectedText

The function will be available starting with CKEditor 3.6.1.