Method | Description | |
---|---|---|
AddCustomActionControl ( |
Adds the custom action control.
|
|
ClearCustomActionControls ( ) : void |
Clears the custom action controls.
|
|
GridActions ( Rock.Web.UI.Controls.Grid parentGrid ) : System |
Initializes a new instance of the GridActions class.
|
|
RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
|
|
RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the HTML closing tag of the control to the specified writer. This method is used primarily by control developers.
|
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.
|
|
_lbMergeTemplate_Click ( object sender, |
Handles the Click event of the _lbMergeTemplate control.
|
Method | Description | |
---|---|---|
lbAdd_Click ( object sender, |
Handles the Click event of the lbAdd control.
|
|
lbBulkUpdate_Click ( object sender, |
Handles the Click event of the lbBulkUpdate control.
|
|
lbCommunicate_Click ( object sender, |
Handles the Click event of the lbAdd control.
|
|
lbExcelExport_Click ( object sender, |
Handles the Click event of the lbExcelExport control.
|
|
lbPersonMerge_Click ( object sender, |
Handles the Click event of the lbAdd control.
|
|
lb_PreRender ( object sender, |
Handles the PreRender event of the linkbutton controls.
|
public AddCustomActionControl ( |
||
control | The control. | |
return | void |
public GridActions ( Rock.Web.UI.Controls.Grid parentGrid ) : System | ||
parentGrid | Rock.Web.UI.Controls.Grid | The parent grid. |
return | System |
protected OnInit ( |
||
e | An |
|
return | void |
public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | A |
return | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
return | void |
public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | A |
return | void |
protected _lbMergeTemplate_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |