You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
371 B

<%@ Page Language="C#" Trace="false"%>
<%@ Register TagPrefix="ed" Namespace="OboutInc.Editor" Assembly="obout_Editor" %>
<script runat="server">
void Page_Load(object o, EventArgs e)
{
if(Page.IsPostBack)
{
//
// Here one can save postbacked HTML content of HTMLEditor (editor.Content)
//
}
else
{
//
// Here one can set initial HTML content of HTMLEditor