Method |
Description |
|
GetThemeUrl ( Theme theme ) : string |
|
|
IsClientInitScriptRegistered ( string key ) : bool |
|
|
IsClientScriptBlockRegistered ( string key ) : bool |
|
|
IsClientScriptIncludeInternalRegistered ( string key ) : bool |
|
|
IsClientScriptIncludeRegistered ( string key ) : bool |
|
|
IsClientSpecialInitScriptRegistered ( string key ) : bool |
|
|
IsClientStyleIncludeInternalRegistered ( string key ) : bool |
|
|
IsOnTextResizeScriptRegistered ( string key ) : bool |
|
|
IsOnWindowResizeScriptRegistered ( string key ) : bool |
|
|
IsSupportedCulture ( CultureInfo culture ) : bool |
|
|
IsSupportedCulture ( CultureInfo culture, bool &isParentSupported ) : bool |
|
|
IsSupportedCulture ( string code ) : bool |
|
|
IsSupportedCulture ( string code, bool &isParentSupported ) : bool |
|
|
IsThemeIncludeInternalRegistered ( string key ) : bool |
|
|
RegisterAfterClientInitScript ( string script ) : void |
|
|
RegisterBeforeClientInitScript ( string script ) : void |
|
|
RegisterClientInitScript ( string key, string script ) : void |
|
|
RegisterClientScriptBlock ( string resourceName ) : void |
|
|
RegisterClientScriptBlock ( string key, string script ) : void |
|
|
RegisterClientScriptInclude ( Type type, string resourceName ) : void |
|
|
RegisterClientScriptInclude ( Type type, string resourceName, bool force ) : void |
|
|
RegisterClientScriptInclude ( string resourceName ) : void |
|
|
RegisterClientScriptInclude ( string resourceName, bool force ) : void |
|
|
RegisterClientScriptInclude ( string key, string url ) : void |
|
|
RegisterClientScriptInclude ( string key, string url, bool force ) : void |
|
|
RegisterClientScriptIncludeInternal ( Type type, string resourceName ) : void |
|
|
RegisterClientScriptIncludeInternal ( Type type, string resourceName, bool force ) : void |
|
|
RegisterClientScriptIncludeInternal ( string resourceName ) : void |
|
|
RegisterClientScriptIncludeInternal ( string resourceName, bool force ) : void |
|
|
RegisterClientScriptIncludeInternal ( string key, string url ) : void |
|
|
RegisterClientScriptIncludeInternal ( string key, string url, bool force ) : void |
|
|
RegisterClientSpecialInitScript ( string key, string script ) : void |
|
|
RegisterClientStyleBlock ( Type type, string resourceName ) : void |
|
|
RegisterClientStyleBlock ( string resourceName ) : void |
|
|
RegisterClientStyleBlock ( string key, string styles ) : void |
|
|
RegisterClientStyleInclude ( Type type, string resourceName ) : void |
|
|
RegisterClientStyleInclude ( string resourceName ) : void |
|
|
RegisterClientStyleInclude ( string key, string url ) : void |
|
|
RegisterClientStyleIncludeInternal ( Type type, string resourceName ) : void |
|
|
RegisterClientStyleIncludeInternal ( string resourceName ) : void |
|
|
RegisterClientStyleIncludeInternal ( string key, string url ) : void |
|
|
RegisterOnReadyScript ( long orderNumber, string script ) : void |
|
|
RegisterOnReadyScript ( string script ) : void |
|
|
RegisterOnTextResizeScript ( string key, string script ) : void |
|
|
RegisterOnWindowResizeScript ( string key, string script ) : void |
|
|
RegisterThemeIncludeInternal ( Type type, string resourceName ) : void |
|
|
RegisterThemeIncludeInternal ( string key, string url ) : void |
|
|
Session ( string name ) : object |
|
|
SetTheme ( Theme theme ) : void |
|
|