Property | Type | Description |
---|
Method | Description | |
---|---|---|
PagePicker ( ) : System |
Initializes a new instance of the PagePicker class.
|
|
RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void |
This is where you implment the simple aspects of rendering your control. The rest will be handled by calling RenderControlHelper's RenderControl() method.
|
|
RenderCustomPickerActions ( System.Web.UI.HtmlTextWriter writer ) : void |
Render any additional picker actions
|
|
SetValue ( Rock pageRoute ) : void |
Sets the value.
|
|
SetValues ( IEnumerable |
Sets the values.
|
|
_btnSelectCurrentPage_Click ( object sender, |
Handles the Click event of the _btnSelectCurrentPage control.
|
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
SetValueOnSelect ( ) : void |
Handles the Click event of the btnSelect control.
|
|
SetValuesOnSelect ( ) : void |
Sets the values on select.
|
|
_btnSelectPageRoute_Click ( object sender, |
Handles the Click event of the _btnSelectPageRoute control.
|
protected OnInit ( |
||
e | An |
|
return | void |
public RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
return | void |
public RenderCustomPickerActions ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
return | void |
public SetValue ( Rock pageRoute ) : void | ||
pageRoute | Rock | The page route. |
return | void |
public SetValues ( IEnumerable |
||
pages | IEnumerable |
The pages. |
return | void |
public _btnSelectCurrentPage_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected _btnSelectPageRoute_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |