On hiding the cute Editor , cant access the inser template functionality

  •  02-03-2010, 2:34 PM

    On hiding the cute Editor , cant access the inser template functionality

    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");"
     
     
View Complete Thread