Open arthurtalkgoal opened 9 years ago
I tried to add my new button to the toolbar as follow
# coffee $(this).wysihtml5 toolbar: mynewbutton: '<li><a data-wysihtml5-command="insertSpeech">speech</a></li>' blockquote: false color: true html: true
or
$(this).wysihtml5 toolbar: "toolbar"
but _mynewbutton_ cannot be displayed.
What I tried to do is insert one button to the current default toobar. What is the best way?
I tried to add my new button to the toolbar as follow
or
but _mynewbutton_ cannot be displayed.
What I tried to do is insert one button to the current default toobar. What is the best way?