Options
All
  • Public
  • Public/Protected
  • All
Menu

Brings up a search and replace dialog box to allow the user to search through a document. See the section on "Dialog Search" in the editor's embedded help for details of how it works for users.

Hierarchy

  • DialogSearchReplace

Index

Constructors

constructor

Properties

Private attributeRadioButton

attributeRadioButton: HTMLInputElement

Private backwardRadioButton

backwardRadioButton: HTMLInputElement

Private dialog

dialog: JQuery

Private forwardRadioButton

forwardRadioButton: HTMLInputElement

Private previousSearchValue

previousSearchValue: string | undefined

Private replaceAll

replaceAll: HTMLButtonElement

Private replaceButton

replaceButton: HTMLButtonElement

Private replaceField

replaceField: HTMLInputElement

Private search

Private searchField

searchField: HTMLInputElement

Private textRadioButton

textRadioButton: HTMLInputElement

Methods

Private getSearchOptions

Private next

  • next(): void

Private onFind

  • onFind(): boolean

Private onReplaceAll

  • onReplaceAll(): boolean

Private onReplaceAndFind

  • onReplaceAndFind(): boolean

Private onReplaceInput

  • onReplaceInput(): void

Private onSearchInput

  • onSearchInput(): void

Private replace

  • replace(): void

Private updateButtons

  • updateButtons(): void

Generated using TypeDoc