The Search box component reacts very much like the "Find" tool of Internet Explorer. Type a string in the Search box, select the text field you want to search in the options box. It will search any string for you. It will even adjust the scrolling to highlight the results.
Using the search box component
1. Create a multiline dynamic text field and make it selectable. The search box is compatible with the TextArea Adobe component too.
2. Drop the search component on the text field. It should snap to the top left corner if "snapping to objects" is enabled
3. You can now paste some text in the text field or you can load it dynamically. You can add a scrollbar component on the text field if you want to. The text can be rendered as HTML.
Job done !
Search box options
The options buttongives you the possibility to select the text field you want to search. When you press it a little draggable window showing the name of all the text fields on the screen will appear, you can then select the text field you want to search (see picture below).
Example
The example below demonstrates the search box in action