BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<code>
<script type="text/javascript">
$(function () {
$("#rteSample").ejRTE({
width:"100%",
minWidth:"100px",
isResponsive:true,
showToolbar:false,
showFooter:true, //To display the footer of RTE
enableResize:true, //To enable Resize in RTE
showClearFormat:false, //To hide clearFormat option in footer
showCharCount: false , //To hide character count in footer
showWordCount: false //To hide word count in footer
});
});
</script>
</code> |