Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 13 years ago by Sa'ar Zac Elias

Resolution: invalid
Status: newclosed
Version: 3.6

The function will be available starting with CKEditor 3.6.1.

comment:2 Changed 13 years ago by Jakub Ś

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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy