Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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.