We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Footer Disable Items?

Looking at http://help.syncfusion.com/ug/js/documents/footer.htm there is only the option to show or hide the Footer of the RTE Element.
Is there some functionality to remove e.g. Show HTML?

Thanks for your help
Kind regards,
lc

1 Reply

SS Saranya Sivakumar Syncfusion Team March 25, 2015 11:28 AM UTC

Hi Ic,

Thanks for using Syncfusion products.

We would like to let you know that, we are having an API called “ShowHtmlSource” which is used to show or hide the “show html” icon in the RTE control. By default the value of ShowHtmlSource is “true”. In order to hide the icon we have to set the value as “false” as shown in the following code snippet.

<code>

@{Html.EJ().RTE("rteSample").Width("100%").ShowHtmlSource(false).ShowFooter(true).ContentTemplate(@<p>

Your content here...

</p>) .Render();}

</code>

For your convenience we have prepared the sample based on your requirement, please download the sample from the following link location.

http://www.syncfusion.com/uploads/user/forum/118603/RTE-1392908750.zip

You can refer the following class reference link for JavaScript. Since, our ASP.NET MVC components are created as wrapper for the JavaScript components the properties, methods and events will be same for MVC components.

http://help.syncfusion.com/cr/js

Please let us know if you have further concern.

Regards,

Saranya.S


Loader.
Live Chat Icon For mobile
Up arrow icon