Unplanned
Last Updated: 23 Mar 2020 07:34 by ADMIN
Ken
Created on: 23 Mar 2020 07:34
Category: UI for WinForms
Type: Feature Request
0
RadRichTextEditor: Change the Insert~() methods of RadDocumentEditor so they return the element inserted in the document
The customers need to additionally process the elements after inserting them into the document or just change the caret position relative to the inserted element. At this point, the methods only insert elements without returning the concrete instance or copy the element passed as a parameter, if such overload is available (editor.InsertTable(table) clones the table and inserts a different instance in the document, InsertInline() clones the inline as well).
0 comments