BWAEditor..::..RenderBeginTag Method
Writes the editor's opening markup (wrapper <div>, optional
<fieldset>, and legend) to the response stream.
Namespace:
AdvantageCMS.Web.UIAssembly: AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)
Syntax
public void RenderBeginTag( HtmlTextWriter writer )
Parameters
- writer
- Type: HtmlTextWriter
The HtmlTextWriter receiving the output.

