Property | Type | Description | |
---|---|---|---|
ErrorPanel | global::System.Web.UI.WebControls.Panel | ||
FormWrapPanel | global::System.Web.UI.WebControls.Panel | ||
FriendEmailPatternValidator | global::System.Web.UI.WebControls.RegularExpressionValidator | ||
FriendEmailRequiredValidator | global::System.Web.UI.WebControls.RequiredFieldValidator | ||
FriendNameRequiredValidator | global::System.Web.UI.WebControls.RequiredFieldValidator | ||
FriendNameTextBox | global::System.Web.UI.WebControls.TextBox | ||
FriendsEmailTextBox | global::System.Web.UI.WebControls.TextBox | ||
InvisibleCaptcha | global::DotNetNuke.Web.UI.WebControls.DnnCaptcha | ||
MessageRow | global::System.Web.UI.HtmlControls.HtmlGenericControl | ||
MessageTextBox | global::System.Web.UI.WebControls.TextBox | ||
ModalAnchorPanel | global::System.Web.UI.WebControls.Panel | ||
ModuleWrap | global::System.Web.UI.WebControls.Panel | ||
SenderEmailPatternValidator | global::System.Web.UI.WebControls.RegularExpressionValidator | ||
SenderEmailRequiredValidator | global::System.Web.UI.WebControls.RequiredFieldValidator | ||
SenderEmailTextBox | global::System.Web.UI.WebControls.TextBox | ||
SenderNameRequiredValidator | global::System.Web.UI.WebControls.RequiredFieldValidator | ||
SenderNameTextBox | global::System.Web.UI.WebControls.TextBox | ||
StandardCaptcha | global::DotNetNuke.Web.UI.WebControls.DnnCaptcha | ||
SubmitButton | global::System.Web.UI.WebControls.Button | ||
SuccessPanel | global::System.Web.UI.WebControls.Panel | ||
TimedCaptcha | global::DotNetNuke.Web.UI.WebControls.DnnCaptcha |
Property | Type | Description | |
---|---|---|---|
AddCssFile | void | ||
GetCurrentQueryString | string[] | ||
GetCurrentUrl | string | ||
LoadSettings | void | ||
Page_Load | void | ||
PopulateUserInfo | void | ||
SetEmailValidation | void | ||
SetValidationGroupOnChildControls | void | ||
SetupCaptchas | void | ||
SubmitButton_Click | void |
Method | Description | |
---|---|---|
OnInit ( |
Raises the Control.Init event.
|
|
ViewTellAFriend ( ) : System |
Initializes a new instance of the ViewTellAFriend class.
|
Method | Description | |
---|---|---|
AddCssFile ( ) : void |
Adds the CSS file if this is loaded as a skin object rather than a regular module.
|
|
GetCurrentQueryString ( ) : string[] |
Gets the current query string.
|
|
GetCurrentUrl ( ) : string |
Gets the current URL.
|
|
LoadSettings ( ) : void |
Loads the settings.
|
|
Page_Load ( object sender, |
Handles the Load event of the Page control.
|
|
PopulateUserInfo ( ) : void |
Populates the "from" fields with the current DNN user's display name and email address.
|
|
SetEmailValidation ( ) : void |
Sets the validator expression for email fields.
|
|
SetValidationGroupOnChildControls ( ) : void |
Sets the validation group on child controls.
|
|
SetupCaptchas ( ) : void |
Sets up the CAPTCHA controls.
|
|
SubmitButton_Click ( object sender, |
Handles the Button.Click event of the SubmitButton control.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected global::System.Web.UI.WebControls.Panel ErrorPanel | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel FormWrapPanel | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.RegularExpressionValidator FriendEmailPatternValidator | ||
return | global::System.Web.UI.WebControls.RegularExpressionValidator |
protected global::System.Web.UI.WebControls.RequiredFieldValidator FriendEmailRequiredValidator | ||
return | global::System.Web.UI.WebControls.RequiredFieldValidator |
protected global::System.Web.UI.WebControls.RequiredFieldValidator FriendNameRequiredValidator | ||
return | global::System.Web.UI.WebControls.RequiredFieldValidator |
protected global::System.Web.UI.WebControls.TextBox FriendNameTextBox | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox FriendsEmailTextBox | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::DotNetNuke.Web.UI.WebControls.DnnCaptcha InvisibleCaptcha | ||
return | global::DotNetNuke.Web.UI.WebControls.DnnCaptcha |
protected global::System.Web.UI.HtmlControls.HtmlGenericControl MessageRow | ||
return | global::System.Web.UI.HtmlControls.HtmlGenericControl |
protected global::System.Web.UI.WebControls.TextBox MessageTextBox | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.Panel ModalAnchorPanel | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel ModuleWrap | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.RegularExpressionValidator SenderEmailPatternValidator | ||
return | global::System.Web.UI.WebControls.RegularExpressionValidator |
protected global::System.Web.UI.WebControls.RequiredFieldValidator SenderEmailRequiredValidator | ||
return | global::System.Web.UI.WebControls.RequiredFieldValidator |
protected global::System.Web.UI.WebControls.TextBox SenderEmailTextBox | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.RequiredFieldValidator SenderNameRequiredValidator | ||
return | global::System.Web.UI.WebControls.RequiredFieldValidator |
protected global::System.Web.UI.WebControls.TextBox SenderNameTextBox | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::DotNetNuke.Web.UI.WebControls.DnnCaptcha StandardCaptcha | ||
return | global::DotNetNuke.Web.UI.WebControls.DnnCaptcha |
protected global::System.Web.UI.WebControls.Button SubmitButton | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Panel SuccessPanel | ||
return | global::System.Web.UI.WebControls.Panel |