Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
function GetLine(id)
{
var currentTextRange = getEditor(id).document.selection.createRange();
var currentText = currentTextRange.htmlText;
var newText = currentText + "
";
currentTextRange.pasteHTML(newText);
}
in the cs file:
ClientSideOnClick = String.Format("GetLine('{0}')", editor.ClientID);
Iconen syns inte och jag får "fel" vid kompilering att IconOver och IconOff är gammalmodigt, att man ska använda Iconbase o IconType ist, är det därför det inte fungerar? Sen försöker jag retunerna en sträng med
men det verkar inte räcka? Tips emottages gärna.