BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
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();