
Protected Member Functions | |
| void | CancelButton_Clicked (Object sender, EventArgs e) |
| Event handler for the cancel button. | |
| string | GetString (string key) |
| Get a Localized String. | |
| void | NextButton_Clicked (Object sender, EventArgs e) |
| Event handler for the next button. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| Button | NextButton |
| Web controls. | |
| Button | CancelButton |
| Web controls. | |
| HtmlGenericControl | CreateiFolderDiv |
| Control that contains the create ifolder controls. | |
| Label | NameLabel |
| Control that specifies the new ifolder label. | |
| TextBox | Name |
| Control that gets the name for the new ifolder. | |
| Label | DescriptionLabel |
| Control that specifies the new ifolder description. | |
| TextBox | Description |
| Control that gets the description for the new ifolder. | |
| void Novell::iFolderWeb::Admin::CreateiFolder::CancelButton_Clicked | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler for the cancel button.
| sender | ||
| e |
| string Novell::iFolderWeb::Admin::CreateiFolder::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::CreateiFolder::NextButton_Clicked | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler for the next button.
| sender | ||
| e |
| override void Novell::iFolderWeb::Admin::CreateiFolder::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Top navigation panel control.
Button Novell::iFolderWeb::Admin::CreateiFolder::NextButton [protected] |
Web controls.
Button Novell::iFolderWeb::Admin::CreateiFolder::CancelButton [protected] |
Web controls.
HtmlGenericControl Novell::iFolderWeb::Admin::CreateiFolder::CreateiFolderDiv [protected] |
Control that contains the create ifolder controls.
Label Novell::iFolderWeb::Admin::CreateiFolder::NameLabel [protected] |
Control that specifies the new ifolder label.
TextBox Novell::iFolderWeb::Admin::CreateiFolder::Name [protected] |
Control that gets the name for the new ifolder.
Label Novell::iFolderWeb::Admin::CreateiFolder::DescriptionLabel [protected] |
Control that specifies the new ifolder description.
TextBox Novell::iFolderWeb::Admin::CreateiFolder::Description [protected] |
Control that gets the description for the new ifolder.
1.5.6