TreeListEditingTextsBuilder Methods
Provides methods that allow you to configure nested options of the client-side texts object.Name | Description |
---|---|
AddRow(JS) | Specifies text for a hint that appears when a user pauses on the global 'Add' button. Applies only if editing.allowAdding is true. Mirrors the client-side addRow option. |
AddRow(String) | Specifies text for a hint that appears when a user pauses on the global 'Add' button. Applies only if editing.allowAdding is true. Mirrors the client-side addRow option. |
AddRowToNode(JS) | Specifies text for the button that adds a new nested row. Applies if the editing.mode is 'batch' or 'cell'. Mirrors the client-side addRowToNode option. |
AddRowToNode(String) | Specifies text for the button that adds a new nested row. Applies if the editing.mode is 'batch' or 'cell'. Mirrors the client-side addRowToNode option. |
CancelAllChanges(JS) | Specifies text for a hint that appears when a user pauses on the 'Discard' button. Applies only if editing.mode is 'batch'. Mirrors the client-side cancelAllChanges option. |
CancelAllChanges(String) | Specifies text for a hint that appears when a user pauses on the 'Discard' button. Applies only if editing.mode is 'batch'. Mirrors the client-side cancelAllChanges option. |
CancelRowChanges(JS) | Specifies text for a button that cancels changes in a row. Applies only if editing.allowUpdating is true and editing.mode is 'row', 'popup' or 'form'. Mirrors the client-side cancelRowChanges option. |
CancelRowChanges(String) | Specifies text for a button that cancels changes in a row. Applies only if editing.allowUpdating is true and editing.mode is 'row', 'popup' or 'form'. Mirrors the client-side cancelRowChanges option. |
ConfirmDeleteMessage(JS) | Specifies a message that prompts a user to confirm deletion. Mirrors the client-side confirmDeleteMessage option. |
ConfirmDeleteMessage(String) | Specifies a message that prompts a user to confirm deletion. Mirrors the client-side confirmDeleteMessage option. |
ConfirmDeleteTitle(JS) | Specifies a title for the window that asks a user to confirm deletion. Mirrors the client-side confirmDeleteTitle option. |
ConfirmDeleteTitle(String) | Specifies a title for the window that asks a user to confirm deletion. Mirrors the client-side confirmDeleteTitle option. |
DeleteRow(JS) | Specifies text for buttons that delete rows. Applies only if allowDeleting is true. Mirrors the client-side deleteRow option. |
DeleteRow(String) | Specifies text for buttons that delete rows. Applies only if allowDeleting is true. Mirrors the client-side deleteRow option. |
EditRow(JS) | Specifies text for buttons that switch rows into the editing state. Applies only if allowUpdating is true. Mirrors the client-side editRow option. |
EditRow(String) | Specifies text for buttons that switch rows into the editing state. Applies only if allowUpdating is true. Mirrors the client-side editRow option. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Option(String, Object) | Specifies an option by its name. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SaveAllChanges(JS) | Specifies text for a hint that appears when a user pauses on the global 'Save' button. Applies only if editing.mode is 'batch'. Mirrors the client-side saveAllChanges option. |
SaveAllChanges(String) | Specifies text for a hint that appears when a user pauses on the global 'Save' button. Applies only if editing.mode is 'batch'. Mirrors the client-side saveAllChanges option. |
SaveRowChanges(JS) | Specifies text for a button that saves changes made in a row. Applies only if allowUpdating is true and editing.mode is 'row', 'popup' or 'form'. Mirrors the client-side saveRowChanges option. |
SaveRowChanges(String) | Specifies text for a button that saves changes made in a row. Applies only if allowUpdating is true and editing.mode is 'row', 'popup' or 'form'. Mirrors the client-side saveRowChanges option. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UndeleteRow(JS) | Specifies text for buttons that recover deleted rows. Applies only if allowDeleting is true and editing.mode is 'batch'. Mirrors the client-side undeleteRow option. |
UndeleteRow(String) | Specifies text for buttons that recover deleted rows. Applies only if allowDeleting is true and editing.mode is 'batch'. Mirrors the client-side undeleteRow option. |
ValidationCancelChanges(JS) | Specifies text for a hint appearing when a user pauses on the button that cancels changes in a cell. Applies only if editing.mode is 'cell' and data validation is enabled. Mirrors the client-side validationCancelChanges option. |
ValidationCancelChanges(String) | Specifies text for a hint appearing when a user pauses on the button that cancels changes in a cell. Applies only if editing.mode is 'cell' and data validation is enabled. Mirrors the client-side validationCancelChanges option. |
See Also