BWAEditor..::..RenderContents Method
Writes the editor's body — the hosted <textarea> and the inline TinyMCE
init script — to the response stream.
Namespace:
AdvantageCMS.Web.UIAssembly: AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)
Syntax
protected void RenderContents( HtmlTextWriter writer )
Parameters
- writer
- Type: HtmlTextWriter
The HtmlTextWriter receiving the output.

