Method | Description | |
---|---|---|
CreateChildControls ( IRockControl rockControl, System.Web.UI.ControlCollection controls ) : void |
Creates the child controls and handles adding the required field validator control.
|
|
Init ( IRockControl rockControl ) : void |
Inits the specified rock control.
|
|
RenderControl ( IRockControl rockControl, System.Web.UI.HtmlTextWriter writer, string additionalCssClass = "" ) : void |
Renders the control which handles adding all the IRockControl common pieces (Label, Help, etc.).
|
|
RenderControl ( string label, |
public static CreateChildControls ( IRockControl rockControl, System.Web.UI.ControlCollection controls ) : void | ||
rockControl | IRockControl | The rock control. |
controls | System.Web.UI.ControlCollection | The controls. |
return | void |
public static Init ( IRockControl rockControl ) : void | ||
rockControl | IRockControl | The rock control. |
return | void |
public static RenderControl ( IRockControl rockControl, System.Web.UI.HtmlTextWriter writer, string additionalCssClass = "" ) : void | ||
rockControl | IRockControl | The rock control. |
writer | System.Web.UI.HtmlTextWriter | The writer. |
additionalCssClass | string | The additional CSS class. |
return | void |
public static RenderControl ( string label, |
||
label | string | |
control | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |