Editor1.Setting(
<asp:TextBox id="docFile" ReadOnly ="true" CssClass="longfield-select" runat="server" />
function callInsertImage()
{
editor1.FocusDocument();
editor1.ExecCommand(
InputURL();
window.document.getElementById(
}
function
setTimeout(InputURL,500);
<
</