This is a migrated thread and some comments may be shown as answers.

Kendo Editor Find/Replace

1 Answer 255 Views
Wrappers for React
This is a migrated thread and some comments may be shown as answers.
Zarko Petrovic
Top achievements
Rank 1
Zarko Petrovic asked on 21 Jan 2019, 12:52 PM

Hi,

We are using Kendo Editor React Wrapper.

Is there an option to have Find/Replace button and pop-up in editor? That is a useful feature for user if the text they are editing is long.

 

Thanks,

Zarko

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 22 Jan 2019, 06:29 AM
Hello, Zarko,

Currently, similar functionality can be achieved using the value method of the component. As the value of the Editor is a string, the JavaScript replace method can go trought the text and replace the found one with the new one. Still, this will require adding custom UI to the page to handle this:

https://docs.telerik.com/kendo-ui/api/javascript/ui/editor/methods/value

I can suggest making a feature request in our feedback portal for this feature and based on its popularity it may be made a built-in option in some of the future releases:

https://feedback.telerik.com/kendo-jquery-ui?listMode=Popular&categoryId=967

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Wrappers for React
Asked by
Zarko Petrovic
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or