NoteTextElement
- class Communicator.Markup.Note.NoteTextElement()
Constructors
Methods
Methods
blur
- NoteTextElement.blur()
Removes the cursor focus from the HTML container text area.
- Return type
void
focus
- NoteTextElement.focus()
Puts the cursor focus in the HTML container text area.
- Return type
void
getHtmlContainer
- NoteTextElement.getHtmlContainer()
- Return type
HTMLDivElement
- Returns
the HTML container element.
getPosition
getPositionOffset
getText
- NoteTextElement.getText()
- Return type
string
- Returns
the current text in the HTML container text area.
setHtmlContainer
- NoteTextElement.setHtmlContainer(container)
Sets the HTML container element.
- Arguments
container (
HTMLDivElement
) –
- Return type
void