Halllo!
Möchte in der quicktags.js zwei eigene Tags einbauen. Soweit habe ich es gebracht:
Code
edButtons[edButtons.length] =
new edButton('ed_block'
,'img-css-l'
,'<div class="content"><p class="pic l">'
,'</p></div>'
,'d'
);
edButtons[edButtons.length] =
new edButton('ed_block'
,'img-css-r'
,'<div class="content"><p class="pic r">'
,'</p></div>'
,'d'
);
Alles anzeigen
ABER dieser Eintrag reicht noch nicht für ein Display im Editor. Was muss ich noch und wo eigeben?
Ich bitte meine dünne js-Kenntnis nachzusehen :-)
Wäre für Hinweis dankbar.
Schönes WE.