Property | Type | Description | |
---|---|---|---|
CreateFieldTypeDetailControls | void | ||
RegisterClientScript | void | ||
_ddlFieldType_SelectedIndexChanged | void |
Method | Description | |
---|---|---|
GetAttributeProperties ( Rock attribute ) : void |
Gets the attribute properties.
|
|
SetAttributeProperties ( Rock attribute, |
Sets the attribute properties.
|
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.
|
|
LoadViewState ( object savedState ) : void |
Restores view-state information from a previous request that was saved with the M:System.Web.UI.WebControls.WebControl.SaveViewState method.
|
|
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.
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
|
|
SaveViewState ( ) : object |
Saves any state that was modified after the M:System.Web.UI.WebControls.Style.TrackViewState method was invoked.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
cvKey_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void |
Handles the ServerValidate event of the cvKey control.
|
Method | Description | |
---|---|---|
CreateFieldTypeDetailControls ( int fieldTypeId, bool recreate = false ) : void |
Creates the field type detail controls.
|
|
RegisterClientScript ( ) : void |
Registers the client script.
|
|
_ddlFieldType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the _ddlFieldType control.
|
public GetAttributeProperties ( Rock attribute ) : void | ||
attribute | Rock | The attribute. |
return | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An object that represents the control state to restore. |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected OnPreRender ( |
||
e | An |
|
return | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
return | void |
public SetAttributeProperties ( Rock attribute, |
||
attribute | Rock | The attribute. |
objectType | Type of the object. | |
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 cvKey_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void | ||
source | object | The source of the event. |
args | System.Web.UI.WebControls.ServerValidateEventArgs | The |
return | void |