C# Class DotNetNuke.Modules.UserDefinedTable.Configuration

The ManageUserDefinedTable Class provides the UI for manageing the UserDefinedTable
Inheritance: DotNetNuke.UI.Modules.ModuleUserControlBase, IActionable, IPostBackEventHandler
Show file Open project: DNNCommunity/DNN.FormAndList

Protected Properties

Property Type Description
Fields global::DotNetNuke.Modules.UserDefinedTable.Controls.Fields
RowCount int
XslTracking DotNetNuke.UI.UserControls.UrlControl
XslUserDefinedUrlControl DotNetNuke.UI.UserControls.UrlControl
cboPaging global::System.Web.UI.WebControls.DropDownList
cboSortField global::System.Web.UI.WebControls.DropDownList
cboSortOrder global::System.Web.UI.WebControls.DropDownList
chkExcludeFromSearch global::System.Web.UI.WebControls.CheckBox
chkShowNoRecordsUntilSearch global::System.Web.UI.WebControls.CheckBox
chkShowSearchTextBox global::System.Web.UI.WebControls.CheckBox
chkSimpleSearch global::System.Web.UI.WebControls.CheckBox
chkTrackingOnDelete global::System.Web.UI.WebControls.CheckBox
chkTrackingOnNew global::System.Web.UI.WebControls.CheckBox
chkTrackingOnUpdate global::System.Web.UI.WebControls.CheckBox
chkURLSearch global::System.Web.UI.WebControls.CheckBox
chkUseButtons global::System.Web.UI.WebControls.CheckBox
cmdCancel global::DotNetNuke.UI.WebControls.CommandButton
cmdEditEmail global::System.Web.UI.WebControls.LinkButton
cmdEditXSL global::System.Web.UI.WebControls.LinkButton
cmdGenerateEmail global::System.Web.UI.WebControls.LinkButton
cmdGenerateXSL global::System.Web.UI.WebControls.LinkButton
cmdUpdate global::DotNetNuke.UI.WebControls.CommandButton
dshChangeTracking System.Web.UI.WebControls.Panel
dshFormsSettings System.Web.UI.WebControls.Panel
dshRendering System.Web.UI.WebControls.Panel
errTopCount global::System.Web.UI.WebControls.RangeValidator
hlpColumns2 global::System.Web.UI.WebControls.HyperLink
hlpToken2 global::System.Web.UI.WebControls.HyperLink
lblDefault DotNetNuke.UI.UserControls.LabelControl
lblInputSettings DotNetNuke.UI.UserControls.LabelControl
lblList global::System.Web.UI.UserControl
lblMultipleValues DotNetNuke.UI.UserControls.LabelControl
lblNormalizeFlag DotNetNuke.UI.UserControls.LabelControl
lblOnSubmission global::System.Web.UI.UserControl
lblOnSubmissionRedirect global::System.Web.UI.UserControl
lblOutputSettings DotNetNuke.UI.UserControls.LabelControl
lblSearchAndFilter global::System.Web.UI.WebControls.Label
lblSorting global::System.Web.UI.WebControls.Label
lblSub global::System.Web.UI.UserControl
noFormSettings global::System.Web.UI.HtmlControls.HtmlGenericControl
plBody global::System.Web.UI.UserControl
plEmailSubject global::System.Web.UI.UserControl
plFilterDataSet global::System.Web.UI.UserControl
plOnDelete global::System.Web.UI.UserControl
plOnNew global::System.Web.UI.UserControl
plOnUpdate global::System.Web.UI.UserControl
plOrder global::System.Web.UI.UserControl
plPaging global::System.Web.UI.UserControl
plPrivacy global::System.Web.UI.UserControl
plRenderMethod global::System.Web.UI.UserControl
plShowNoRecordsUntilSearch global::System.Web.UI.UserControl
plShowSearchTextBox global::System.Web.UI.UserControl
plSimpleSearch global::System.Web.UI.UserControl
plSort global::System.Web.UI.UserControl
plTopCount global::System.Web.UI.UserControl
plTrackingEmailAddresses global::System.Web.UI.UserControl
plTrackingEmail_BCC global::System.Web.UI.UserControl
plTrackingEmail_CC global::System.Web.UI.UserControl
plTrackingEmail_from global::System.Web.UI.UserControl
plTrackingEmail_replyto global::System.Web.UI.UserControl
plTrackingMessage global::System.Web.UI.UserControl
plTrackingOn global::System.Web.UI.UserControl
plTrackingScript global::System.Web.UI.UserControl
plURLSearch global::System.Web.UI.UserControl
plUseButtons global::System.Web.UI.UserControl
plUserDefinedStyleSheet global::System.Web.UI.UserControl
plainFormSettingSet global::System.Web.UI.HtmlControls.HtmlGenericControl
rblBodyType global::System.Web.UI.WebControls.RadioButtonList
rblOnSubmission global::System.Web.UI.WebControls.RadioButtonList
rblUsageListForm global::System.Web.UI.WebControls.RadioButtonList
rememberSettings global::System.Web.UI.HtmlControls.HtmlGenericControl
renderMethodRadioButtonList global::System.Web.UI.WebControls.RadioButtonList
rowOnSubmissionRedirect global::System.Web.UI.HtmlControls.HtmlGenericControl
rowSearchBox global::System.Web.UI.HtmlControls.HtmlGenericControl
rowSubmissionText global::System.Web.UI.HtmlControls.HtmlGenericControl
rowTrackingScript global::System.Web.UI.HtmlControls.HtmlGenericControl
rowUserDefined global::System.Web.UI.HtmlControls.HtmlGenericControl
teSubmissionSuccess DotNetNuke.UI.UserControls.TextEditor
teTrackingMessage DotNetNuke.UI.UserControls.TextEditor
txtFilter global::System.Web.UI.WebControls.TextBox
txtOnDelete global::System.Web.UI.WebControls.TextBox
txtOnNew global::System.Web.UI.WebControls.TextBox
txtOnUpdate global::System.Web.UI.WebControls.TextBox
txtTopCount global::System.Web.UI.WebControls.TextBox
txtTrackingEmailAddresses global::System.Web.UI.WebControls.TextBox
txtTrackingEmail_BCC global::System.Web.UI.WebControls.TextBox
txtTrackingEmail_CC global::System.Web.UI.WebControls.TextBox
txtTrackingEmail_from global::System.Web.UI.WebControls.TextBox
txtTrackingEmail_replyto global::System.Web.UI.WebControls.TextBox
txtTrackingSubject global::System.Web.UI.WebControls.TextBox
udtSection global::System.Web.UI.HtmlControls.HtmlGenericControl
urlOnSubmissionRedirect DotNetNuke.UI.UserControls.UrlControl

Private Properties

Property Type Description
GetEditableFileId int
TestForValidEmailSources bool
ValidateMailTo bool

Public Methods

Method Description
RaisePostBackEvent ( string eventArgument ) : void

Protected Methods

Method Description
ApplySettingsVisibility ( ) : void

Set the visibility of controls according to

BindData ( ) : void
BindSettings ( ) : void

Gets the module settings and binds it to the web controls

OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
SaveSettings ( ) : void
SetHelpLinks ( ) : void
UpdateModuleSetting ( string name, string value ) : void
UpdateTabModuleSetting ( string name, string value ) : void
chkShowSearchTextBox_CheckedChanged ( object sender, EventArgs e ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdEditEmail_Click ( object sender, EventArgs e ) : void
cmdEditXSL_Click ( object sender, EventArgs e ) : void
cmdGenerateEmail_Click ( object sender, EventArgs e ) : void
cmdGenerateXSL_Click ( object sender, EventArgs e ) : void
cmdUpdate_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetEditableFileId ( string url ) : int
TestForValidEmailSources ( DataTable fields, string emailSources ) : bool
ValidateMailTo ( ) : bool

Method Details

ApplySettingsVisibility() protected method

Set the visibility of controls according to
protected ApplySettingsVisibility ( ) : void
return void

BindData() protected method

protected BindData ( ) : void
return void

BindSettings() protected method

Gets the module settings and binds it to the web controls
protected BindSettings ( ) : void
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

RaisePostBackEvent() public method

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void

SaveSettings() protected method

protected SaveSettings ( ) : void
return void

SetHelpLinks() protected method

protected SetHelpLinks ( ) : void
return void

UpdateModuleSetting() protected method

protected UpdateModuleSetting ( string name, string value ) : void
name string
value string
return void

UpdateTabModuleSetting() protected method

protected UpdateTabModuleSetting ( string name, string value ) : void
name string
value string
return void

chkShowSearchTextBox_CheckedChanged() protected method

protected chkShowSearchTextBox_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

cmdCancel_Click() protected method

protected cmdCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

cmdEditEmail_Click() protected method

protected cmdEditEmail_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

cmdEditXSL_Click() protected method

protected cmdEditXSL_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

cmdGenerateEmail_Click() protected method

protected cmdGenerateEmail_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

cmdGenerateXSL_Click() protected method

protected cmdGenerateXSL_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

cmdUpdate_Click() protected method

protected cmdUpdate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Fields protected property

Fields control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.Modules.UserDefinedTable.Controls.Fields Fields
return global::DotNetNuke.Modules.UserDefinedTable.Controls.Fields

RowCount protected property

protected int RowCount
return int

XslTracking protected property

protected UrlControl,DotNetNuke.UI.UserControls XslTracking
return DotNetNuke.UI.UserControls.UrlControl

XslUserDefinedUrlControl protected property

protected UrlControl,DotNetNuke.UI.UserControls XslUserDefinedUrlControl
return DotNetNuke.UI.UserControls.UrlControl

cboPaging protected property

cboPaging control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList cboPaging
return global::System.Web.UI.WebControls.DropDownList

cboSortField protected property

cboSortField control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList cboSortField
return global::System.Web.UI.WebControls.DropDownList

cboSortOrder protected property

cboSortOrder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList cboSortOrder
return global::System.Web.UI.WebControls.DropDownList

chkExcludeFromSearch protected property

chkExcludeFromSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkExcludeFromSearch
return global::System.Web.UI.WebControls.CheckBox

chkShowNoRecordsUntilSearch protected property

chkShowNoRecordsUntilSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkShowNoRecordsUntilSearch
return global::System.Web.UI.WebControls.CheckBox

chkShowSearchTextBox protected property

chkShowSearchTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkShowSearchTextBox
return global::System.Web.UI.WebControls.CheckBox

chkSimpleSearch protected property

chkSimpleSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkSimpleSearch
return global::System.Web.UI.WebControls.CheckBox

chkTrackingOnDelete protected property

chkTrackingOnDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkTrackingOnDelete
return global::System.Web.UI.WebControls.CheckBox

chkTrackingOnNew protected property

chkTrackingOnNew control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkTrackingOnNew
return global::System.Web.UI.WebControls.CheckBox

chkTrackingOnUpdate protected property

chkTrackingOnUpdate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkTrackingOnUpdate
return global::System.Web.UI.WebControls.CheckBox

chkURLSearch protected property

chkURLSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkURLSearch
return global::System.Web.UI.WebControls.CheckBox

chkUseButtons protected property

chkUseButtons control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkUseButtons
return global::System.Web.UI.WebControls.CheckBox

cmdCancel protected property

cmdCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.WebControls.CommandButton cmdCancel
return global::DotNetNuke.UI.WebControls.CommandButton

cmdEditEmail protected property

cmdEditEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdEditEmail
return global::System.Web.UI.WebControls.LinkButton

cmdEditXSL protected property

cmdEditXSL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdEditXSL
return global::System.Web.UI.WebControls.LinkButton

cmdGenerateEmail protected property

cmdGenerateEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdGenerateEmail
return global::System.Web.UI.WebControls.LinkButton

cmdGenerateXSL protected property

cmdGenerateXSL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdGenerateXSL
return global::System.Web.UI.WebControls.LinkButton

cmdUpdate protected property

cmdUpdate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.WebControls.CommandButton cmdUpdate
return global::DotNetNuke.UI.WebControls.CommandButton

dshChangeTracking protected property

protected Panel,System.Web.UI.WebControls dshChangeTracking
return System.Web.UI.WebControls.Panel

dshFormsSettings protected property

protected Panel,System.Web.UI.WebControls dshFormsSettings
return System.Web.UI.WebControls.Panel

dshRendering protected property

protected Panel,System.Web.UI.WebControls dshRendering
return System.Web.UI.WebControls.Panel

errTopCount protected property

errTopCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RangeValidator errTopCount
return global::System.Web.UI.WebControls.RangeValidator

hlpColumns2 protected property

hlpColumns2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hlpColumns2
return global::System.Web.UI.WebControls.HyperLink

hlpToken2 protected property

hlpToken2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink hlpToken2
return global::System.Web.UI.WebControls.HyperLink

lblDefault protected property

protected LabelControl,DotNetNuke.UI.UserControls lblDefault
return DotNetNuke.UI.UserControls.LabelControl

lblInputSettings protected property

protected LabelControl,DotNetNuke.UI.UserControls lblInputSettings
return DotNetNuke.UI.UserControls.LabelControl

lblList protected property

lblList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl lblList
return global::System.Web.UI.UserControl

lblMultipleValues protected property

protected LabelControl,DotNetNuke.UI.UserControls lblMultipleValues
return DotNetNuke.UI.UserControls.LabelControl

lblNormalizeFlag protected property

protected LabelControl,DotNetNuke.UI.UserControls lblNormalizeFlag
return DotNetNuke.UI.UserControls.LabelControl

lblOnSubmission protected property

lblOnSubmission control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl lblOnSubmission
return global::System.Web.UI.UserControl

lblOnSubmissionRedirect protected property

lblOnSubmissionRedirect control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl lblOnSubmissionRedirect
return global::System.Web.UI.UserControl

lblOutputSettings protected property

protected LabelControl,DotNetNuke.UI.UserControls lblOutputSettings
return DotNetNuke.UI.UserControls.LabelControl

lblSearchAndFilter protected property

lblSearchAndFilter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSearchAndFilter
return global::System.Web.UI.WebControls.Label

lblSorting protected property

lblSorting control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSorting
return global::System.Web.UI.WebControls.Label

lblSub protected property

lblSub control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl lblSub
return global::System.Web.UI.UserControl

noFormSettings protected property

noFormSettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl noFormSettings
return global::System.Web.UI.HtmlControls.HtmlGenericControl

plBody protected property

plBody control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plBody
return global::System.Web.UI.UserControl

plEmailSubject protected property

plEmailSubject control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plEmailSubject
return global::System.Web.UI.UserControl

plFilterDataSet protected property

plFilterDataSet control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plFilterDataSet
return global::System.Web.UI.UserControl

plOnDelete protected property

plOnDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plOnDelete
return global::System.Web.UI.UserControl

plOnNew protected property

plOnNew control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plOnNew
return global::System.Web.UI.UserControl

plOnUpdate protected property

plOnUpdate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plOnUpdate
return global::System.Web.UI.UserControl

plOrder protected property

plOrder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plOrder
return global::System.Web.UI.UserControl

plPaging protected property

plPaging control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plPaging
return global::System.Web.UI.UserControl

plPrivacy protected property

plPrivacy control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plPrivacy
return global::System.Web.UI.UserControl

plRenderMethod protected property

plRenderMethod control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plRenderMethod
return global::System.Web.UI.UserControl

plShowNoRecordsUntilSearch protected property

plShowNoRecordsUntilSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plShowNoRecordsUntilSearch
return global::System.Web.UI.UserControl

plShowSearchTextBox protected property

plShowSearchTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plShowSearchTextBox
return global::System.Web.UI.UserControl

plSimpleSearch protected property

plSimpleSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plSimpleSearch
return global::System.Web.UI.UserControl

plSort protected property

plSort control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plSort
return global::System.Web.UI.UserControl

plTopCount protected property

plTopCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plTopCount
return global::System.Web.UI.UserControl

plTrackingEmailAddresses protected property

plTrackingEmailAddresses control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plTrackingEmailAddresses
return global::System.Web.UI.UserControl

plTrackingEmail_BCC protected property

plTrackingEmail_BCC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plTrackingEmail_BCC
return global::System.Web.UI.UserControl

plTrackingEmail_CC protected property

plTrackingEmail_CC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plTrackingEmail_CC
return global::System.Web.UI.UserControl

plTrackingEmail_from protected property

plTrackingEmail_from control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plTrackingEmail_from
return global::System.Web.UI.UserControl

plTrackingEmail_replyto protected property

plTrackingEmail_replyto control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plTrackingEmail_replyto
return global::System.Web.UI.UserControl

plTrackingMessage protected property

plTrackingMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plTrackingMessage
return global::System.Web.UI.UserControl

plTrackingOn protected property

plTrackingOn control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plTrackingOn
return global::System.Web.UI.UserControl

plTrackingScript protected property

plTrackingScript control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plTrackingScript
return global::System.Web.UI.UserControl

plURLSearch protected property

plURLSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plURLSearch
return global::System.Web.UI.UserControl

plUseButtons protected property

plUseButtons control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plUseButtons
return global::System.Web.UI.UserControl

plUserDefinedStyleSheet protected property

plUserDefinedStyleSheet control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plUserDefinedStyleSheet
return global::System.Web.UI.UserControl

plainFormSettingSet protected property

plainFormSettingSet control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl plainFormSettingSet
return global::System.Web.UI.HtmlControls.HtmlGenericControl

rblBodyType protected property

rblBodyType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList rblBodyType
return global::System.Web.UI.WebControls.RadioButtonList

rblOnSubmission protected property

rblOnSubmission control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList rblOnSubmission
return global::System.Web.UI.WebControls.RadioButtonList

rblUsageListForm protected property

rblUsageListForm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList rblUsageListForm
return global::System.Web.UI.WebControls.RadioButtonList

rememberSettings protected property

rememberSettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl rememberSettings
return global::System.Web.UI.HtmlControls.HtmlGenericControl

renderMethodRadioButtonList protected property

renderMethodRadioButtonList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList renderMethodRadioButtonList
return global::System.Web.UI.WebControls.RadioButtonList

rowOnSubmissionRedirect protected property

rowOnSubmissionRedirect control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl rowOnSubmissionRedirect
return global::System.Web.UI.HtmlControls.HtmlGenericControl

rowSearchBox protected property

rowSearchBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl rowSearchBox
return global::System.Web.UI.HtmlControls.HtmlGenericControl

rowSubmissionText protected property

rowSubmissionText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl rowSubmissionText
return global::System.Web.UI.HtmlControls.HtmlGenericControl

rowTrackingScript protected property

rowTrackingScript control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl rowTrackingScript
return global::System.Web.UI.HtmlControls.HtmlGenericControl

rowUserDefined protected property

rowUserDefined control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl rowUserDefined
return global::System.Web.UI.HtmlControls.HtmlGenericControl

teSubmissionSuccess protected property

protected TextEditor,DotNetNuke.UI.UserControls teSubmissionSuccess
return DotNetNuke.UI.UserControls.TextEditor

teTrackingMessage protected property

protected TextEditor,DotNetNuke.UI.UserControls teTrackingMessage
return DotNetNuke.UI.UserControls.TextEditor

txtFilter protected property

txtFilter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtFilter
return global::System.Web.UI.WebControls.TextBox

txtOnDelete protected property

txtOnDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtOnDelete
return global::System.Web.UI.WebControls.TextBox

txtOnNew protected property

txtOnNew control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtOnNew
return global::System.Web.UI.WebControls.TextBox

txtOnUpdate protected property

txtOnUpdate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtOnUpdate
return global::System.Web.UI.WebControls.TextBox

txtTopCount protected property

txtTopCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTopCount
return global::System.Web.UI.WebControls.TextBox

txtTrackingEmailAddresses protected property

txtTrackingEmailAddresses control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTrackingEmailAddresses
return global::System.Web.UI.WebControls.TextBox

txtTrackingEmail_BCC protected property

txtTrackingEmail_BCC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTrackingEmail_BCC
return global::System.Web.UI.WebControls.TextBox

txtTrackingEmail_CC protected property

txtTrackingEmail_CC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTrackingEmail_CC
return global::System.Web.UI.WebControls.TextBox

txtTrackingEmail_from protected property

txtTrackingEmail_from control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTrackingEmail_from
return global::System.Web.UI.WebControls.TextBox

txtTrackingEmail_replyto protected property

txtTrackingEmail_replyto control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTrackingEmail_replyto
return global::System.Web.UI.WebControls.TextBox

txtTrackingSubject protected property

txtTrackingSubject control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTrackingSubject
return global::System.Web.UI.WebControls.TextBox

udtSection protected property

udtSection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl udtSection
return global::System.Web.UI.HtmlControls.HtmlGenericControl

urlOnSubmissionRedirect protected property

protected UrlControl,DotNetNuke.UI.UserControls urlOnSubmissionRedirect
return DotNetNuke.UI.UserControls.UrlControl