C# Class DotNetNuke.Modules.UserDefinedTable.Configuration

The ManageUserDefinedTable Class provides the UI for manageing the UserDefinedTable
Inheritance: DotNetNuke.UI.Modules.ModuleUserControlBase, IActionable, IPostBackEventHandler
Mostrar archivo 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_oe 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_oe property

protected int RowCount
return int

XslTracking protected_oe property

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

XslUserDefinedUrlControl protected_oe property

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

cboPaging protected_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe property

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

dshFormsSettings protected_oe property

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

dshRendering protected_oe property

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

errTopCount protected_oe 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_oe 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_oe 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_oe property

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

lblInputSettings protected_oe property

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

lblList protected_oe 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_oe property

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

lblNormalizeFlag protected_oe property

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

lblOnSubmission protected_oe 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_oe 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_oe property

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

lblSearchAndFilter protected_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe property

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

teTrackingMessage protected_oe property

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

txtFilter protected_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe property

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