Method | Description | |
---|---|---|
LayoutBlocks_Add ( object sender, |
Handles the Add event of the LayoutBlocks control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
OnPreRender ( |
Raises the E:System.Web.UI.Control.PreRender event.
|
|
ShowEdit ( BlockLocation location, int blockId ) : void |
Shows the edit.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
ddlBlockType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlBlockType control.
|
|
gLayoutBlocks_Delete ( object sender, |
Handles the Delete event of the gLayoutBlocks control.
|
|
gLayoutBlocks_Edit ( object sender, |
Handles the Edit event of the gLayoutBlocks control.
|
|
gLayoutBlocks_GridRebind ( object sender, |
Handles the GridRebind event of the gLayoutBlocks control.
|
|
gLayoutBlocks_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gLayoutBlocks control.
|
|
gPageBlocks_Delete ( object sender, |
Handles the Delete event of the gPageBlocks control.
|
|
gPageBlocks_Edit ( object sender, |
Handles the Edit event of the gPageBlocks control.
|
|
gPageBlocks_GridAdd ( object sender, |
Handles the GridAdd event of the gPageBlocks control.
|
|
gPageBlocks_GridRebind ( object sender, |
Handles the GridRebind event of the gPageBlocks control.
|
|
gPageBlocks_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void |
Handles the GridReorder event of the gPageBlocks control.
|
Method | Description | |
---|---|---|
BindGrids ( ) : void |
Binds the grids.
|
|
BindLayoutGrid ( ) : void |
Binds the layout grid.
|
|
BindPageGrid ( ) : void |
Binds the page grid.
|
|
LoadBlockTypes ( ) : void |
Loads the block types.
|
protected LayoutBlocks_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected OnPreRender ( |
||
e | An |
|
return | void |
protected ShowEdit ( BlockLocation location, int blockId ) : void | ||
location | BlockLocation | The location. |
blockId | int | The block id. |
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected ddlBlockType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gLayoutBlocks_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gLayoutBlocks_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gLayoutBlocks_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gLayoutBlocks_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | Rock.Web.UI.Controls.GridReorderEventArgs | The |
return | void |
protected gPageBlocks_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gPageBlocks_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gPageBlocks_GridAdd ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gPageBlocks_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gPageBlocks_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void | ||
sender | object | The source of the event. |
e | Rock.Web.UI.Controls.GridReorderEventArgs | The |
return | void |