An Editable
EditableRegion Introduced: X18.
| Method | Description |
|---|---|
| get |
Gets the highlight color for the editable region. |
| get |
Gets a value indicating whether the editable region is highlighted. |
| get |
Gets an identifier for a editable region. |
| get |
Gets the number of characters which belong to the editable region. |
| get |
Gets the index (one-based) of the first character which belongs to the editable region. |
| get |
Gets the editable region's text. |
| get |
Gets the name of the user who can edit the region. |
| save | Saves this editable region in a certain format and sends the result back asynchronously by calling a given callback function. |
| scroll |
Sets the current input position to the beginning of an editable region and scrolls it into the visible part of the document. |
| set |
Sets the highlight color for the editable region. |
| set |
Sets a value indicating whether the editable region is highlighted. |
| set |
Sets an identifier for the editable region. |
| set |
Sets the name of the user who can edit the region. |
Learn more about the Javascript: Editable