• khaled

    (@khaled)


    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

Viewing 1 replies (of 1 total)
  • Thread Starter khaled

    (@khaled)

    ok I feel embaressed right now as the actual reply was staring me in the face, Basically the ed_bold is the ID tag, just suit in the css and that should be it. I’m going to see if hover effect will work in the same what or not.

Viewing 1 replies (of 1 total)
  • The topic ‘quicktags for comments (javascript issue)’ is closed to new replies.