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

Last post 02-03-2010, 2:34 PM by [email protected]. 0 replies.
Sort Posts: Previous Next
  •  02-03-2010, 2:34 PM 58513

    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 as RSS news feed in XML