Hallo,
ich möchte bbcodes so definieren, dass sie beim Klicken auf einen Button eingefügt werden. Ich habe auch etwas dafür gefunden aber als Liste und nicht als Button. Hier ein Beispiel.
was ich schon weiss ist, dass es ungefähr so aussehen muss :mrgreen:.
<input type="button" class="button2" style="margin-top:2px;" name="addbbcodeimg" value="img" onclick="bbfontstyle('[' + this.form.addbbcodeimg.?????[this.form.addbbcodeimg.?????].value + ']', '[/' + this.form.addbbcodeimg.?????[this.form.addbbcodeimg.?????].value + ']');this.form.addbbcodecimg.?????? = 0;;" title="Img:
" />
Bitte um Hilfe
Gruß
Georg
ich möchte bbcodes so definieren, dass sie beim Klicken auf einen Button eingefügt werden. Ich habe auch etwas dafür gefunden aber als Liste und nicht als Button. Hier ein Beispiel.
HTML:
<select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}">
<option value="50">{L_FONT_TINY}</option>
<option value="85">{L_FONT_SMALL}</option>
</select>
<input type="button" class="button2" style="margin-top:2px;" name="addbbcodeimg" value="img" onclick="bbfontstyle('[' + this.form.addbbcodeimg.?????[this.form.addbbcodeimg.?????].value + ']', '[/' + this.form.addbbcodeimg.?????[this.form.addbbcodeimg.?????].value + ']');this.form.addbbcodecimg.?????? = 0;;" title="Img:
Bitte um Hilfe
Gruß
Georg