Additional Buttons Not Working
Reported by Eric | February 28th, 2009 @ 10:36 PM | in 0.4
I was using the mooeditable version that was running on mootools 1.2, and just upgraded to mootools 1.2.1
Adding additional custom buttons doens't seem to be working. I updated the code to say actions instead of buttongs, but the buttons do not do anything when clicked
',
command: 'formatBlock',
mode: 'text'
},
'sub-heading' : {
title: 'sub-heading',
tags: ['h4'],
arguments: '',
command: 'formatBlock',
mode: 'text'
},
'Quote' : {
title: 'Quote',
tags: ['blockquote'],
arguments: '',
command: 'formatBlock',
mode: 'text'
}
});
window.addEvent('load', function(){
$('id_body').mooEditable({actions: 'bold italic | Heading sub-heading Quote | insertunorderedlist indent outdent | undo redo refresh-view | createlink unlink | toggleview'})
});
', command: 'formatBlock', mode: 'text' } }); window.addEvent('load', function(){ $('id_body').mooEditable({actions: 'bold italic | Heading sub-heading Quote | insertunorderedlist indent outdent | undo redo refresh-view | createlink unlink | toggleview'}) });
Comments and changes to this ticket
-
Eric March 2nd, 2009 @ 08:17 PM
I just downloaded the latest version from Github 2 days ago. The demo for additional button doesn't seem to do anything either. The buttons are there...No errors are thrown...they just don't do anything
-
Lim Chee Aun March 14th, 2009 @ 05:50 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A simple web-based WYSIWYG editor, written in Mootools.