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

Rich Text Editor Error

The following problem has been faced while implementing RTE without rendering ej.web.all.min.js in script section! As the file size of ej.web.all.min.js is huge, so I don't want to use this JS. Is there any alternative for ej.web.all.min.js by which Rich Text Editor can be fixed?

1 Reply

DT Dhivyalakshmi Thirumurugan Syncfusion Team September 12, 2016 05:59 AM UTC

Hi Bikram, 

Thanks for contacting Syncfusion support. 

We can achieve your reported scenario in two ways which is given below. 

1. CSG Tool. 
                2. Referring individual script file in sample 

1) CSG Tool: We can use the Custom Script Generator(CSG) tool for script file generation instead of using the “ej.web.all.min.js”. Custom Script Generator (CSG) tool to create a single file that packs together only the required scripts and CSS files together. So that you can generate the required script file for the specific controls and hence it will reduce the loading time. Please find the below references. 

References: 


Please find the required dependencies below.  
  
 
Kindly select the above listed dependency in CSG Tool in order to render RTE. 

2) Referring individual script file in sample 

We can achieve your reported scenario by referring individual script file in sample which is given like the below code. 
 
<code> 
        <script src="../scripts/web/ej.rte.min.js" type="text/javascript"></script> 
</code> 

Please find the required dependencies below.  
  
 
Kindly refer the above listed file in the sample in order to render RTE. 

Please let us know if you have any queries. 

Regards, 
Dhivyalakshmi. 


Loader.
Live Chat Icon For mobile
Up arrow icon