Can anyone tell me how to add more buttons to quicktags.js?
I've had a look at the file and can see that it would be something like the STRONG code below...
edButtons[edButtons.length] =
new edButton('ed_strong'
,'b'
,''
,''
,'b'
);
...but changing the relevant parts such as the start and end tags and the "new edButton" line to give it a unique name. But is there anything else in the file that needs editing as a result of doing this? Thanks in advance for any help.