void find(string searchText, bool matchCase)

Searches the page for the next occurrence of a specified text value

Security

Trust Level Required: Low Trust

Parameters

Name Description
searchText string
The text to search the page for. If null, the current search is cancelled.
matchCase bool
If true, perform a case-sensitive match. If false, perform a case-insensitive match.

Return

Nothing returned

Remarks

This function causes all matches to be highlighted, and the first match after the current point of focus to be scrolled into focus. Calling it additional times causes the next match to be scrolled into focus and so on.

Passing in null for the searchText will cancel the search.

Examples


KioBrowser.find('test', false);

Requirements

KioWare OS (Linux®) version 1.0 or greater.


Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.