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

Custom Resource Generator for Essential JS 2 - Table Injectable missing for import settings

 Custom Resource Generator for Essential JS 2 - Table Injectable missing for import settings is missing.
 Table menu drop down does't work in the toolbar using the current Custom Resource Generator download. Tried putting manually in "settings.json" and import, no avail.
Any help much appreciated.

3 Replies

SK sk December 29, 2018 02:59 PM UTC

Forgot to mention, This is with rich text editor component.


SK sk December 29, 2018 04:37 PM UTC

one more thing. In markdown mode

like the e.g you have in the demo

                 {
                        tooltipText: 'Preview',
                        template: '<button id="preview-code" class="e-tbar-btn e-control e-btn e-icon-btn">' +
                        '<span class="e-btn-icon e-md-preview e-icons"></span></button>'
                    },

should display an eye icon for preview, it does not show any icon.

Something funky going on.


CI Christopher Issac Sunder K Syncfusion Team December 31, 2018 12:45 PM UTC

Hi Sampurnima, 

Thank you for contacting Syncfusion support. 

Query 1: CRG import setting missing inject modules.  

We have confirmed this as bug in RichTextEditor and we will include the fix to upcoming Vol4 SP1 release which is expected to be released in the end of January, 2019. 


Query2: Preview icon not loading  

We have checked your scenario for Markdown preview icon is not loading. To load the preview icon at sample level, you can set the content icon in “e-preview” class. Please find the css for sample level.  

.e-icon-btn.e-active .e-md-preview::before { 
            content: '\e350'; 
        } 
        .e-icon-btn .e-md-preview::before { 
            content: '\e345'; 
        } 
 


Please let us know if you require any further assistance. 

Thanks, 
Christo

Loader.
Live Chat Icon For mobile
Up arrow icon