C# Class Rock.Web.UI.Adapters.DropDownListAdapter

Custom control adapter for rendering a dropdown list
Inheritance: System.Web.UI.WebControls.Adapters.WebControlAdapter
Afficher le fichier Open project: NewSpring/Rock

Méthodes protégées

Méthode Description
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void

Generates the target-specific inner markup for the Web control to which the control adapter is attached.

Private Methods

Méthode Description
RenderListItem ( System.Web.UI.WebControls.ListItem item, System.Web.UI.HtmlTextWriter writer ) : void
RenderOptionGroupBeginTag ( string name, System.Web.UI.HtmlTextWriter writer ) : void
RenderOptionGroupEndTag ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

RenderContents() protected méthode

Generates the target-specific inner markup for the Web control to which the control adapter is attached.
protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The containing methods to render the target-specific output.
Résultat void