forked from DevExpress/devextreme-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HtmlEditor: repaint method update (DevExpress#5530)
- Loading branch information
1 parent
6ba1a28
commit 18e4938
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
api-reference/10 UI Components/dxHtmlEditor/3 Methods/repaint().md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
The `repaint()` method re-initializes the component with new settings, resetting its state and history. Note: when you `repaint()` a component, the "undo" and "redo" buttons become inactive. | ||
|
||
#include btn-open-github with { | ||
href: "https://github.com/DevExpress-Examples/devextreme-components-with-resize-observer" | ||
} | ||
|
||
#####See Also##### | ||
- **reload()** in [DataSource](/api-reference/30%20Data%20Layer/DataSource/3%20Methods/reload().md '/Documentation/ApiReference/Data_Layer/DataSource/Methods/#reload') | [List](/api-reference/10%20UI%20Components/dxList/3%20Methods/reload().md '/Documentation/ApiReference/UI_Components/dxList/Methods/#reload') | ||
- **refresh()** in [DataGrid](/api-reference/10%20UI%20Components/GridBase/3%20Methods/refresh().md '/Documentation/ApiReference/UI_Components/dxDataGrid/Methods/#refresh') | [TreeList](/api-reference/10%20UI%20Components/GridBase/3%20Methods/refresh().md '/Documentation/ApiReference/UI_Components/dxTreeList/Methods/#refresh') | ||
#include common-link-callmethods |