Class WizardAdapter

The wizard adpater will render the standard wizard control using div's rather than tables.

Inheritance
System.Object
WizardAdapter
Namespace: Mediachase.Commerce.Website.Controls.Adapters
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public class WizardAdapter : WebControlAdapter

Constructors

WizardAdapter()

Default constructor

Declaration
public WizardAdapter()

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()

RenderBeginTag(HtmlTextWriter)

Declaration
protected override void RenderBeginTag(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

RenderContents(HtmlTextWriter)

Declaration
protected override void RenderContents(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

RenderEndTag(HtmlTextWriter)

Declaration
protected override void RenderEndTag(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer