public getTextBySelectors(selectors: Array)

API to designate DOM selectors to edit and extract the corresponding text at once.


Params: selector, text

NameType
Description
selectorsArray

[ String ]

  • text: String
Selector to get DOM to edit


Return: text

NameTypeDescription
textsArrayText Array to extracted from DOM


Example:

texts = editor.getTextBySelectors(selectors);



Experiencing