• Resolved Wukung

    (@wukung)


    Halllo!

    I would like to built in into quicktags.js two selfmade tags. So far I may be right:

    Code:

    edButtons[edButtons.length] =
    new edButton(‘ed_block’
    ,’img-css-l’
    ,'<div class=”content”><p class=”pic l”>’
    ,'</div>’
    ,’d’
    );

    edButtons[edButtons.length] =
    new edButton(‘ed_block’
    ,’img-css-r’
    ,'<div class=”content”><p class=”pic r”>’
    ,'</div>’
    ,’d’
    );

    But that is not enough for diplaying the wished tags in the editor. WHAT additional code one has to write – and at what line?

    Please excuse my poor js-know-how ;-(

    A hint would be great.

    Have a nice weekend.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘quicktags selfmade’ is closed to new replies.