From ad9d627c82d9dcb06c7c971aa583c67b2559c9f8 Mon Sep 17 00:00:00 2001 From: Oleg Sinizin Date: Wed, 17 Nov 2021 16:45:57 +0300 Subject: [PATCH] csharp: docxf --- .../csharp/App_Themes/images/file_docxf.svg | 6 ++++++ web/documentserver-example/csharp/App_Themes/stylesheet.css | 4 ++++ web/documentserver-example/csharp/Default.aspx | 3 +++ web/documentserver-example/csharp/Default.aspx.cs | 2 +- web/documentserver-example/csharp/DocEditor.aspx.cs | 5 ++++- .../csharp/OnlineEditorsExample.csproj | 1 + web/documentserver-example/csharp/assets | 2 +- web/documentserver-example/csharp/settings.config | 2 +- 8 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 web/documentserver-example/csharp/App_Themes/images/file_docxf.svg diff --git a/web/documentserver-example/csharp/App_Themes/images/file_docxf.svg b/web/documentserver-example/csharp/App_Themes/images/file_docxf.svg new file mode 100644 index 00000000..984761e6 --- /dev/null +++ b/web/documentserver-example/csharp/App_Themes/images/file_docxf.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/web/documentserver-example/csharp/App_Themes/stylesheet.css b/web/documentserver-example/csharp/App_Themes/stylesheet.css index 518c8a36..35d63865 100644 --- a/web/documentserver-example/csharp/App_Themes/stylesheet.css +++ b/web/documentserver-example/csharp/App_Themes/stylesheet.css @@ -157,6 +157,10 @@ label .checkbox { background-image: url("images/file_pptx.svg"); } +.try-editor.form { + background-image: url("images/file_docxf.svg"); +} + .create-sample { color: #666666; line-height: 24px; diff --git a/web/documentserver-example/csharp/Default.aspx b/web/documentserver-example/csharp/Default.aspx index 7962dec8..2a6368d9 100644 --- a/web/documentserver-example/csharp/Default.aspx +++ b/web/documentserver-example/csharp/Default.aspx @@ -67,6 +67,9 @@
  • Presentation
  • +
  • + Master form +