Search Field / highlight text

Hello

I have Form(textarea) with sometimes really much text. I tried to build a search-field in my toolbar which should search the entered text in my textarea and if it matches should highlight it.

Is there any way? I hope somebody can help me …

Thank you

Best regards
Oliver

Hello
Threr is a toolbar’s method getInput(). You can get value from it by onClick on toolbar button or onEnter event and then use this value as you need.