You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
This example integrates the JavaScript WYSIWYG HTML Editor (a components that ships as part of [DevExteme UI component suite](https://js.devexpress.com)) within a WinForms application. The client-side HTML Editor is embedded into the Microsoft Edge WebView2 control (`DXHtmlEditorWebView`).
8
8
9
+

10
+
9
11
## HTML Editor Features
10
12
11
13
- HTML and Markdown Support
@@ -44,3 +46,10 @@ The example also implements the following:
44
46
4. Set **Build Action** to "Embedded Resource" for all files in the Assets folder.
45
47
5. Build the solution.
46
48
6. Drop the `DXHtmlEditorWebView` component from the toolbox onto a form.
0 commit comments