AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

BWAEditor..::..RenderBeginTag Method

Writes the editor's opening markup (wrapper <div>, optional <fieldset>, and legend) to the response stream.

Namespace:  AdvantageCMS.Web.UI
Assembly:  AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)

Syntax


public void RenderBeginTag(
	HtmlTextWriter writer
)

Parameters

writer
Type: HtmlTextWriter
The HtmlTextWriter receiving the output.