NoteTextElement
- class Communicator.Markup.Note.NoteTextElement()
Constructors
Methods
Constructors
- NoteTextElement.constructor()
- Return type
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
getSize
getText
- NoteTextElement.getText()
- Return type
string
- Returns
the current text in the HTML container text area.
hide
- NoteTextElement.hide()
Hides the HTML container.
- Return type
void
setHtmlContainer
- NoteTextElement.setHtmlContainer(container)
Sets the HTML container element.
- Arguments
container (
HTMLDivElement()
) –
- Return type
void
setPosition
setPositionOffset
setSize
setText
- NoteTextElement.setText(text)
Sets the text in the HTML container text area.
- Arguments
text (
string()
) –
- Return type
void
show
- NoteTextElement.show(noteText)
Sets the active NoteText and shows the HTML container.
- Arguments
noteText (
NoteText()
) –
- Return type
void