BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<div id="ControlRegion">
<div>
@{Html.EJ().RTE("rteSample").Height("380px").ContentTemplate(@<div>
<p><b>Description:</b></p>
<p>
The Rich Text Editor (RTE) control is an easy to render in
client side. Customer easy to edit the contents and get the HTML content for
the displayed content. A rich text editor control provides users with a toolbar
that helps them to apply rich text formats to the text entered in the text
area.
</p>
</div>).MinWidth("200px").ExternalCSS("../Content/ej/iframe.css").Render();}
</div>
</div> |
body {
font-family:Arial;
} |