Pages

Sunday, January 26, 2014

wysihtml5 configuration

     $('.wysihtml5').wysihtml5({
                     link: false,
                     'font-styles': true,
                     emphasis: true,
                     lists: true,
                     html: false,
                     image: false,
                     'color': true,
                     'format-code': false,
                     events: {
                     load: function() {
                       console.log('lodded');
                     }
                     }
                     });

No comments:

Post a Comment