
Public Types | |
| enum | PageTabs { Users, iFolders, System, Servers, Reports } |
| Enumeration of page tabs. More... | |
Public Member Functions | |
| void | AddBreadCrumb (string crumb, string link) |
| Adds a bread crumb to the bread crumb list. | |
| void | AddBreadCrumb (string[] crumbs, string[] links) |
| Adds a bread crumb to the bread crumb list. | |
| string | ExceptionMessage (Exception e) |
| Gets the exception message from the Exception object. | |
| void | SetActivePageTab (PageTabs page) |
| Sets the active page tab for utility pages that are used by multiple root pages. | |
| void | ShowInfo (string msg) |
| Shows up an error below the banner. | |
| void | ShowError (string msg) |
| Shows up an error below the banner. | |
| void | ShowError (Exception ex) |
| Shows up an error below the banner. | |
| void | ShowError (string msg, Exception ex) |
| Shows up an error below the banner. | |
| bool | ShowExceptionDetail (Exception e) |
| Determines whether to show exception detail based on the type of exception. | |
| void | AddHelpLink (string PageName) |
| Adds the parameter for providing help link for a page. | |
Static Public Member Functions | |
| static string | GetExceptionType (Exception e) |
| Gets the exception type from the specified exception. | |
Protected Member Functions | |
| string | GetString (string key) |
| Get a Localized String. | |
| override void | OnInit (EventArgs e) |
| OnInit(). | |
Protected Attributes | |
| HtmlAnchor | UserLink |
| Anchor controls. | |
| HtmlAnchor | iFolderLink |
| Anchor controls. | |
| HtmlAnchor | ServerLink |
| Anchor controls. | |
| HtmlAnchor | SystemLink |
| Anchor controls. | |
| HtmlAnchor | ReportsLink |
| Anchor controls. | |
| HtmlGenericControl | ErrorPanel |
| Error panel control. | |
| Label | ErrorMsg |
| Error message control. | |
| HtmlGenericControl | MessagePanel |
| Label | InfoMsg |
| Error message control. | |
| DataList | BreadCrumbs |
| Breadcrumb control. | |
| Footer | footer |
| Footer control panel. | |
Enumeration of page tabs.
| string Novell::iFolderWeb::Admin::TopNavigation::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::TopNavigation::AddBreadCrumb | ( | string | crumb, | |
| string | link | |||
| ) | [inline] |
Adds a bread crumb to the bread crumb list.
| crumb | ||
| link |
| void Novell::iFolderWeb::Admin::TopNavigation::AddBreadCrumb | ( | string[] | crumbs, | |
| string[] | links | |||
| ) | [inline] |
Adds a bread crumb to the bread crumb list.
| crumbs | ||
| links |
| string Novell::iFolderWeb::Admin::TopNavigation::ExceptionMessage | ( | Exception | e | ) | [inline] |
Gets the exception message from the Exception object.
| e |
| static string Novell::iFolderWeb::Admin::TopNavigation::GetExceptionType | ( | Exception | e | ) | [inline, static] |
Gets the exception type from the specified exception.
| e |
| void Novell::iFolderWeb::Admin::TopNavigation::SetActivePageTab | ( | PageTabs | page | ) | [inline] |
Sets the active page tab for utility pages that are used by multiple root pages.
| page |
| void Novell::iFolderWeb::Admin::TopNavigation::ShowInfo | ( | string | msg | ) | [inline] |
Shows up an error below the banner.
| msg |
| void Novell::iFolderWeb::Admin::TopNavigation::ShowError | ( | string | msg | ) | [inline] |
Shows up an error below the banner.
| msg |
| void Novell::iFolderWeb::Admin::TopNavigation::ShowError | ( | Exception | ex | ) | [inline] |
Shows up an error below the banner.
| ex |
| void Novell::iFolderWeb::Admin::TopNavigation::ShowError | ( | string | msg, | |
| Exception | ex | |||
| ) | [inline] |
Shows up an error below the banner.
| msg | ||
| ex |
| bool Novell::iFolderWeb::Admin::TopNavigation::ShowExceptionDetail | ( | Exception | e | ) | [inline] |
Determines whether to show exception detail based on the type of exception.
| e |
| void Novell::iFolderWeb::Admin::TopNavigation::AddHelpLink | ( | string | PageName | ) | [inline] |
Adds the parameter for providing help link for a page.
| PageName |
| override void Novell::iFolderWeb::Admin::TopNavigation::OnInit | ( | EventArgs | e | ) | [inline, protected] |
HtmlAnchor Novell::iFolderWeb::Admin::TopNavigation::UserLink [protected] |
Anchor controls.
HtmlAnchor Novell::iFolderWeb::Admin::TopNavigation::iFolderLink [protected] |
Anchor controls.
HtmlAnchor Novell::iFolderWeb::Admin::TopNavigation::ServerLink [protected] |
Anchor controls.
HtmlAnchor Novell::iFolderWeb::Admin::TopNavigation::SystemLink [protected] |
Anchor controls.
HtmlAnchor Novell::iFolderWeb::Admin::TopNavigation::ReportsLink [protected] |
Anchor controls.
HtmlGenericControl Novell::iFolderWeb::Admin::TopNavigation::ErrorPanel [protected] |
Error panel control.
Label Novell::iFolderWeb::Admin::TopNavigation::ErrorMsg [protected] |
Error message control.
HtmlGenericControl Novell::iFolderWeb::Admin::TopNavigation::MessagePanel [protected] |
Message panel control.
Label Novell::iFolderWeb::Admin::TopNavigation::InfoMsg [protected] |
Error message control.
DataList Novell::iFolderWeb::Admin::TopNavigation::BreadCrumbs [protected] |
Breadcrumb control.
Footer control panel.
1.5.6