ts230
Gesperrt
Hallo, ich brauche für einen WYSIWYG-Editor sowas wie eine Klasse.
Ich meine so:
TSEdit.exec("bold",null);
Ich hoffe ihr könnt helfen.
Mei Script sieht so aus:
Ich meine so:
TSEdit.exec("bold",null);
Ich hoffe ihr könnt helfen.
Mei Script sieht so aus:
SQL:
function TSEdit()
{
var this.exec(what,value){editableDocument.execCommand(what, false, value); }
var this.color(){command="forecolor";document.getElementById('colorpalette').style.visibility='visible';}
var this.dismisscolorpalette(){document.getElementById("colorpalette").style.visibility="hidden";}
}
Zuletzt bearbeitet von einem Moderator: