Méthode | Description | |
---|---|---|
GetBreadCrumbs ( PageReference pageReference ) : List |
Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs
|
|
ShowDetail ( int layoutId ) : void |
Shows the detail.
|
|
ShowDetail ( int layoutId, int siteId ) : void |
Shows the detail.
|
Méthode | Description | |
---|---|---|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnEdit_Click ( object sender, |
Handles the Click event of the btnEdit control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
Méthode | Description | |
---|---|---|
LoadDropDowns ( ) : void |
Loads the drop downs.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowEditDetails ( Rock layout ) : void |
Shows the edit details.
|
|
ShowReadonlyDetails ( Rock layout ) : void |
Shows the readonly details.
|
public GetBreadCrumbs ( PageReference pageReference ) : List |
||
pageReference | PageReference | The page reference. |
Résultat | List |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
public ShowDetail ( int layoutId ) : void | ||
layoutId | int | The layout identifier. |
Résultat | void |
public ShowDetail ( int layoutId, int siteId ) : void | ||
layoutId | int | The layout identifier. |
siteId | int | The group id. |
Résultat | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnEdit_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |