Hi Syncfusion,
I have a problem when using RTE in my project.
I'm using syncfusion 13.1450.0.21 for ASP MVC and I cannot apply tool view full screen and media to my RTE, my code is picture 1 and 2 in attachment.
Also I cannot selectable an image added to RTE for resize action, please get picture 3 in attachment.
This is my code RTE:
Html.EJ().RTE("rteSample")
.ShowHtmlSource(true)
.Width("100%")
.ContentTemplate(@<div></div>)
.IsResponsive(true)
.MinWidth("20px")
.ShowFooter(true)
.AllowKeyboardnavigation(true)
.EnableResize(true)
.ToolsList(toolsList)
.Tools(tool => tool.Font(font).Images(image).Clear(clear).FormatStyle(formatStyle)
.Tables(tables).Indenting(indenting))
.ImageBrowser(img => img.FilePath("/Files/")
.ExtensionAllow("*.png,*.gif,*.jpg,*.jpeg")
.AjaxAction(Constants.FileBrowserAction))
.FileBrowser(file => file.FilePath("/Files/")
.ExtensionAllow("*.png,*.txt,*.jpg,*.docx")
.AjaxAction(Constants.FileBrowserAction))
.Render();
Attachment:
images_ad068669.zip