C# Class Artech.UC.gxui.Helpers.WebForm

Afficher le fichier Open project: genexuslabs/gxui

Méthodes publiques

Méthode Description
BeginPanel ( string name, string themeClass, string title, object>.Dictionary properties ) : string
BeginPanel ( string name, string themeClass, string title, string width, string height ) : string
BeginPanel ( string name, string themeClass, string title, string width, string height, object>.Dictionary properties ) : string
BeginTabBody ( int tabIndex ) : string
BeginTabPanel ( string name, string themeTabPanelClass, string themeTabClass, int fixedTabs ) : string
BeginTabPanel ( string name, string themeTabPanelClass, string themeTabClass, int fixedTabs, int selectedTabIndex, bool autoHeight, bool autoWidth, string width, string height, string runTimeTabs, string minTabWidth ) : string
EndPanel ( ) : string
EndTabBody ( ) : string
EndTabPanel ( ) : string
TabTitle ( string title, int tabIndex ) : string

Private Methods

Méthode Description
BeginControl ( string type, string name, object>.Dictionary properties ) : string
EndControl ( string type ) : string
GetDesignTimeTabs ( int fixedTabs, int selectedTabIndex ) : string
PropertyValue ( string value, string defaultValue ) : string

Method Details

BeginPanel() public static méthode

public static BeginPanel ( string name, string themeClass, string title, object>.Dictionary properties ) : string
name string
themeClass string
title string
properties object>.Dictionary
Résultat string

BeginPanel() public static méthode

public static BeginPanel ( string name, string themeClass, string title, string width, string height ) : string
name string
themeClass string
title string
width string
height string
Résultat string

BeginPanel() public static méthode

public static BeginPanel ( string name, string themeClass, string title, string width, string height, object>.Dictionary properties ) : string
name string
themeClass string
title string
width string
height string
properties object>.Dictionary
Résultat string

BeginTabBody() public static méthode

public static BeginTabBody ( int tabIndex ) : string
tabIndex int
Résultat string

BeginTabPanel() public static méthode

public static BeginTabPanel ( string name, string themeTabPanelClass, string themeTabClass, int fixedTabs ) : string
name string
themeTabPanelClass string
themeTabClass string
fixedTabs int
Résultat string

BeginTabPanel() public static méthode

public static BeginTabPanel ( string name, string themeTabPanelClass, string themeTabClass, int fixedTabs, int selectedTabIndex, bool autoHeight, bool autoWidth, string width, string height, string runTimeTabs, string minTabWidth ) : string
name string
themeTabPanelClass string
themeTabClass string
fixedTabs int
selectedTabIndex int
autoHeight bool
autoWidth bool
width string
height string
runTimeTabs string
minTabWidth string
Résultat string

EndPanel() public static méthode

public static EndPanel ( ) : string
Résultat string

EndTabBody() public static méthode

public static EndTabBody ( ) : string
Résultat string

EndTabPanel() public static méthode

public static EndTabPanel ( ) : string
Résultat string

TabTitle() public static méthode

public static TabTitle ( string title, int tabIndex ) : string
title string
tabIndex int
Résultat string