Code

Support for Drag & Drop Email Template Builder for jQuery

Support for Drag & Drop Email Template Builder for jQuery

By
Cart 533 sales

CidCode does not currently provide support for this item.

Popular questions for this item

Can I use other HTML templates this builder?

Yes, you can use very easily. You need to customize elements folder. Divide you HTML template some pieces such as Header, Content, and Footer, or use some HTML templates the same time.

For this just customize elements.json file. elements.json file included all items for the left menu . Example :
[{
        "name": "Media",
        "items": [{
            "name": "Image",
            "icon": "fa fa-picture-o",
            "content": "elements/Image-full.html" 
        }

      ]
    },
   {
        "name": "Layout",
        "items": [{
            "name": "Divider",
            "icon": "fa fa-minus",
            "content": "elements/divider.html" 
        },{
            "name": "Divider (dotted)",
            "icon": "fa fa-minus",
            "content": "elements/divider-dotted.html" 
        }, {
            "name": "Divider (dashed)",
            "icon": "fa fa-minus",
            "content": "elements/divider-dashed.html" 
        },{
            "name": "View in browser",
            "icon": "fa fa-globe",
            "content": "elements/view-browser.html" 
        }]
    }]

this example makes 2 tabs : Media, Layout

You can change elements of each tab.
  • name – showing name in the menu
  • icon – icon of the element. You need find icon in the Font Awesome ,Copy name of the icon , and paste here
  • content – where placed html source of the element , that directory must be here

If you need more information this plugin, please contact the author.

Thanks

How to use TinyMCE in Email Newsletter Builder

1. Register in here https://store.ephox.com/my-account/api-key-manager/

2. then click Manage button and add your domain to there,

3. At last, you should use tinyMCE like below
<script src="https://cloud.tinymce.com/stable/tinymce.min.js?apiKey=your_API_key"></script>
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey