quicktags for comments (javascript issue)
-
Quick question, I’ve looked around the forum but I can’t seem to get the answer to be honest, basically I’ve included the comments quicktags hack into my design. This is from scriptygoddess’s js file:
https://www.scriptygoddess.com/archives/2004/06/10/quick-tags-for-comments/
All I want it to have an image inplace of the text for the various buttons. What would I change to this part of the js file (I’m thinking that’s what I need to change right?):
edButtons[edButtons.length] = new edButton('ed_bold'
,'Bold'
,''
,''
);
edButtons[edButtons.length] = new edButton('ed_italic'
,'Italic'
,''
,''
);
edButtons[edButtons.length] = new edButton('ed_link'
,'Add link'
,''
,''
); // special case
- The topic ‘quicktags for comments (javascript issue)’ is closed to new replies.