Extends
Methods
findNext()
#
Find the next result
Find the next result
findPrevious()
#
Find the previous result
Find the previous result
findSelected()
#
Find the selected text on opening
Find the selected text on opening
focus()
#
Focus the dialog
Focus the dialog
getActionProcess()
#
getReadyProcess()
#
getSetupProcess()
#
getTeardownProcess()
#
- Overrides:
- Source:
highlightFocused(scrollIntoView)
#
Highlight the focused result marker
Parameters:
| Name | Type | Description |
|---|---|---|
scrollIntoView |
boolean | Scroll the marker into view |
Highlight the focused result marker
initialize()
#
- Overrides:
- Source:
onFindChange()
#
Handle change events to the find inputs (text or match case)
Handle change events to the find inputs (text or match case)
onFindReplaceTextEnter(e)
#
Handle enter events on the find text and replace text inputs
Parameters:
| Name | Type | Description |
|---|---|---|
e |
jQuery.Event |
Handle enter events on the find text and replace text inputs
onReplaceAllButtonClick()
#
Handle click events on the previous all button
Handle click events on the previous all button
onReplaceButtonClick()
#
Handle click events on the replace button
Handle click events on the replace button
onReplaceChange()
#
Handle change events to the replace input
Handle change events to the replace input
onSurfaceModelDocumentUpdate()
#
Handle documentUpdate events from the surface model
Handle documentUpdate events from the surface model
renderFragments()
#
Position results markers
Position results markers
replace(index)
#
Replace the result at a specified index
Parameters:
| Name | Type | Description |
|---|---|---|
index |
number | Index to replace |
Replace the result at a specified index
setDisabled(disabled)
#
Set the disabled state of the toolbar dialog
Parameters:
| Name | Type | Description |
|---|---|---|
disabled |
boolean | Disable the dialog |
- Inherited from:
- Source:
Set the disabled state of the toolbar dialog
updateFragments([noRender])
#
Update search result fragments
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
noRender |
boolean |
optional |
Don't render the fragments after updating |
Update search result fragments
updateUserConfig()
#
Remember inputs in the dialog in user config.
Remember inputs in the dialog in user config.