"";
}}
return tableLayout;
}}
// Insert desired HTML at the current cursor position of the CK editor if it is not already inserted
function InsertAtCursorPosition(htmlString) {{
InsertHTML(htmlString);
}}
function ConfirmDelete() {{
return confirm(document.getElementById('confirmdelete').value);
}}", htmlEditor.ClientID, lstAvailableFields.ClientID);
ScriptHelper.RegisterClientScriptBlock(this, typeof(string), "Autoresponder_" + ClientID, script, true);
}
#endregion
}