Parameter syntax:
[ search|searchBackwards|replace|replaceBackwards| findAgain|findAgainBackwards ]?
Displays a modal dialog box which lets the user search and replace text in the document being edited (same as the Search tool in XMLmind XML Editor).
The parameter defaults to search.
searchDisplays the dialog box configured to be used for a text search from caret position to end of document.
searchBackwardsDisplays the dialog box configured to be used for a text search from caret position to beginning of document.
replaceDisplays the dialog box configured to be used for a search/replace operation from caret position to end of document.
replaceBackwardsDisplays the dialog box configured to be used for a search/replace operation from caret position to beginning of document.
findAgainThe dialog box is not displayed. Repeats last text search from caret position to end of document.
findAgainBackwardsThe dialog box is not displayed. Repeats last text search from caret position to beginning of document.
This command has been added mainly to allow simple XML editors built using XXE components (that is, not XXE itself) to have the same facilities than XXE.