Adding HTML editor in Widget.

anubhavr
Giga Expert

I want to add a HTML Editor in a Widget in HTML template. How can I achieve it??

Please find the below screenshot which I wanted to add in Widget:

find_real_file.png

10 REPLIES 10

ICaTonyBalde
Tera Expert

Hi,
Try using:

 

<div class="tinymce-container">
          <sp-tinymce-editor name="first" ng-model="data.first" ng-model-options="{getterSetter: true, height:'400', plugins: 'paste', paste_as_text: false}"></sp-tinymce-editor>
        </div>

 

Check the following link to see how to customize the attributes: Customize TinyMCE attributes