Thread Javascript-Buttons
(21 answers)
Opened by pq at 2009-03-11 13:24
Mit Greasemonkey wird folgender Code eingefügt: (Umbrüche hinzugefügt)
Code (html): (dl
)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 <input value="b" class="button" type="button"> <input value="i" class="button" type="button"> <input value="s" class="button" type="button"> <input value="tt" class="button" type="button"> <input value="u" class="button" type="button"> <input title="Listenformatierung! Um eine Liste zu erzeugen, markiere Text mit folgenden Format: * Liste *Liste *Liste" value="Liste" class="button" type="button"> <input style="margin-right: 1em;" title="Fügt einen Tag ein, innerhalb dessen BB-Code Tags nicht umgewandelt werden." value="noparse" class="button" type="button"> <input value="Code" class="button" type="button"> <input value="Quote" class="button" type="button"> <input style="margin-right: 1em;" value="Perl" class="button" type="button"> <input title="Fügt eine Linkformatierung ein." value="Link" class="button" type="button"> <input title="Gib den Modulnamen an" value="cpan" class="button" type="button"> <input style="margin-right: 1em;" value="wikipedia" class="button" type="button"> <br> |