Hi
i am using the insert template functionlaity outside the cute editor.
var editor1 = document.getElementById('<%=Editor1.ClientID%>');
editor1.style.display ="block";
xecCommand("InsertTemplate");
Intially my editor should be invisible(display:none) , after selecting the template i should show my editor
but it throws
"Object doesn't support this property or method"
on executing
"ditor1.ExecCommand("InsertTemplate");"