modified

Type: Boolean

Availability: Read or write at run time only

The modified property of the JadeTextEdit control specifies whether the text in the control has been modified. The value of this property is set to false when the text is unchanged. When the value is set to false, the undo history is not discarded and the next editor change causes the firstChange event.

To override the editor state, set this property to true. All subsequent reads of the modified property then return true until the value of the property is set to false, the text property is set, or the emptyUndoBuffer method is called.