Skip to content

Commit 7ccc0f4

Browse files
authored
Update README.md
1 parent ba350a1 commit 7ccc0f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
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`).
88

9+
![Integrate JavaScript HTML Editor into a WinForms Application](https://raw.githubusercontent.com/DevExpress-Examples/integrate-devextreme-javascript-html-editor-into-winforms-app/main/i/devextreme-html-editor-within-winforms-app.png?token=GHSAT0AAAAAACOLUA4BY24LLNXJFVZ63SBCZPYBT7Q)
10+
911
## HTML Editor Features
1012

1113
- HTML and Markdown Support
@@ -44,3 +46,10 @@ The example also implements the following:
4446
4. Set **Build Action** to "Embedded Resource" for all files in the Assets folder.
4547
5. Build the solution.
4648
6. Drop the `DXHtmlEditorWebView` component from the toolbox onto a form.
49+
50+
## Files to Review
51+
52+
- [DXHtmlEditorClient.cs](./DXHtmlEditor/DXHtmlEditorClient.cs)
53+
- [DXHtmlEditorWebView.cs](./DXHtmlEditor/DXHtmlEditorWebView.cs)
54+
- [MainForm.cs](./MainForm.cs)
55+
- [index.js](./DXHtmlEditor/Assets/index.js)

0 commit comments

Comments
 (0)