|
Name |
Description |
![]() |
Use this property enable live spellchecking and word correction via Addict library. | |
![]() |
Occurs when new document is loaded into the editor. Write an AfterLoad event handler to take specific action whenever the new document is loaded into the editor or new blank document is created. | |
![]() |
This is CanFocus, a member of class THtmlEditor. | |
![]() |
Occurs when editor caret is moved into new position. Use Current property to get a current element and Caret.CurrentChar to get index of char at caret. | |
![]() |
Occurs when the text for the editor may have changed. Write an OnChange event handler to take specific action whenever the document may have changed. Use the Modified property to see if a change actually occurred. Note that HTML property will not reflect the changes. Use Doc.InnerHTML to get a current text. | |
![]() |
This is OnKeyDown, a member of class THtmlEditor. | |
![]() |
This is OnKeyPress, a member of class THtmlEditor. | |
![]() |
This is OnSpellCheck, a member of class THtmlEditor. | |
![]() |
Use this property to preserve current style for new blocks. For example, new para created when user press Enter will have same font size, name and color as current. | |
![]() |
Determines whether the user can change the text of the editor. To restrict the editor to display only, set the ReadOnly property to true. Set ReadOnly to false to allow the contents of the editor to be edited. Setting ReadOnly to true ensures that the text is not altered, while still allowing the user to select text. The selected text can then be manipulated by the application, or copied to the Clipboard. | |
![]() |
Enable or disable live spellchecking. | |
![]() |
Enable or disable automatic word correction. For word correction to work Addict property should be set or OnWordCorrection event handler implemented. |
Copyright (c) 2013. All rights reserved.
|