I Have an implemented a search screen , like hows it done in the windows but im not able to highlight the text for which search was made.
i tried to use window.find () but its not available in smartgwt
I Have an implemented a search screen , like hows it done in the windows but im not able to highlight the text for which search was made.
i tried to use window.find () but its not available in smartgwt
If I were with such request I would probably go for a jsni function and some sort of code like this one..... or using javaScript text higlighting jQuery plugin. I don't think there is neither in gwt or smartgwt such a feature...