NoteTextElement
-
class
Operators.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
() Returns: the HTML container element. Return type: HTMLDivElement
getPosition
-
NoteTextElement.
getPosition
() Returns: the position of the HTML container, taking into account the position offset. Return type: Point2
getPositionOffset
-
NoteTextElement.
getPositionOffset
() Returns: the current HTML container offset position. Return type: Point2
getText
-
NoteTextElement.
getText
() Returns: the current text in the HTML container text area. Return type: string
setHtmlContainer
-
NoteTextElement.
setHtmlContainer
(container) Arguments: - container (
HTMLDivElement()
) – None
Sets the HTML container element.
Return type: void - container (