BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<style type="text/css" class="cssStyles">
div.e-rte-imageTab.e-tab.e-js.e-widget {
display: none;
}
</style> |
<script>
$("#rteSample").ejRTE({
toolsList: ["images"],
tools: { images: ["image"] },
width: "100%",
minWidth: "10px",
imageBrowser: { filePath: "http://mvc.syncfusion.com/OdataServices/FileBrowser/", ajaxAction: fileService, extensionAllow: "*.png, *.gif, *.jpg, *.jpeg, *.docx", ajaxSettings: ajaxSettings },
fileBrowser: { filePath: "http://mvc.syncfusion.com/OdataServices/FileBrowser/", ajaxAction: fileService, extensionAllow: "*.txt, *.png, *.pdf,*.jpeg", ajaxSettings: ajaxSettings1 },
create: function (args) {
this._explorerObj.removeToolbarItem("NewFolder");
}
});
</script>
|