Property | Type | Description | |
---|---|---|---|
chkEnableRss | global::System.Web.UI.WebControls.CheckBox | ||
chkShowParent | global::System.Web.UI.WebControls.CheckBox | ||
ddlCategory | global::System.Web.UI.WebControls.DropDownList | ||
ddlDataType | global::System.Web.UI.WebControls.DropDownList | ||
ddlDisplayFormat | global::System.Web.UI.WebControls.DropDownList | ||
ddlItemTypeList | global::System.Web.UI.WebControls.DropDownList | ||
fvMaxItems | global::System.Web.UI.WebControls.CustomValidator | ||
lblEnableRss | global::DotNetNuke.UI.UserControls.LabelControl | ||
lblShowParent | global::DotNetNuke.UI.UserControls.LabelControl | ||
plCategory | global::DotNetNuke.UI.UserControls.LabelControl | ||
plDataType | global::DotNetNuke.UI.UserControls.LabelControl | ||
plFormatType | global::DotNetNuke.UI.UserControls.LabelControl | ||
plItemType | global::DotNetNuke.UI.UserControls.LabelControl | ||
plMaxItems | global::DotNetNuke.UI.UserControls.LabelControl | ||
txtMaxItems | global::System.Web.UI.WebControls.TextBox |
Property | Type | Description | |
---|---|---|---|
DataBindItemTypeList | void | ||
ddlCategory_SelectedIndexChanged | void | ||
ddlDataType_SelectedIndexChanged | void | ||
fvMaxItems_ServerValidate | void |
Method | Description | |
---|---|---|
LoadSettings ( ) : void | ||
UpdateSettings ( ) : void |
Method | Description | |
---|---|---|
DataBindItemTypeList ( ) : void |
Binds all item types to the item type DropDownList, as well as a default "Choose One" option.
|
|
ddlCategory_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
ddlDataType_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
fvMaxItems_ServerValidate ( object source, ServerValidateEventArgs args ) : void |
protected global::System.Web.UI.WebControls.CheckBox chkEnableRss | ||
return | global::System.Web.UI.WebControls.CheckBox |
protected global::System.Web.UI.WebControls.CheckBox chkShowParent | ||
return | global::System.Web.UI.WebControls.CheckBox |
protected global::System.Web.UI.WebControls.DropDownList ddlCategory | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.DropDownList ddlDataType | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.DropDownList ddlDisplayFormat | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.DropDownList ddlItemTypeList | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.CustomValidator fvMaxItems | ||
return | global::System.Web.UI.WebControls.CustomValidator |
protected global::DotNetNuke.UI.UserControls.LabelControl lblEnableRss | ||
return | global::DotNetNuke.UI.UserControls.LabelControl |
protected global::DotNetNuke.UI.UserControls.LabelControl lblShowParent | ||
return | global::DotNetNuke.UI.UserControls.LabelControl |
protected global::DotNetNuke.UI.UserControls.LabelControl plCategory | ||
return | global::DotNetNuke.UI.UserControls.LabelControl |
protected global::DotNetNuke.UI.UserControls.LabelControl plDataType | ||
return | global::DotNetNuke.UI.UserControls.LabelControl |
protected global::DotNetNuke.UI.UserControls.LabelControl plFormatType | ||
return | global::DotNetNuke.UI.UserControls.LabelControl |
protected global::DotNetNuke.UI.UserControls.LabelControl plItemType | ||
return | global::DotNetNuke.UI.UserControls.LabelControl |
protected global::DotNetNuke.UI.UserControls.LabelControl plMaxItems | ||
return | global::DotNetNuke.UI.UserControls.LabelControl |