Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ResourceManager Class Reference

More...

Inheritance diagram for Ext.Net.ResourceManager:
Ext.Net.MVC.MvcResourceManager

Public Member Functions

void RegisterBeforeClientInitScript (string script)
 
bool IsClientSpecialInitScriptRegistered (string key)
 
void RegisterClientSpecialInitScript (string key, string script)
 
bool IsClientInitScriptRegistered (string key)
 
void RegisterClientInitScript (string key, string script)
 
void RegisterAfterClientInitScript (string script)
 
void RegisterOnReadyScript (string script)
 
bool IsClientScriptBlockRegistered (string key)
 
void RegisterClientScriptBlock (string resourceName)
 
void RegisterClientScriptBlock (string key, string script)
 
bool IsClientScriptIncludeRegistered (string key)
 
void RegisterClientScriptInclude (string resourceName)
 
void RegisterClientScriptInclude (string resourceName, bool force)
 
void RegisterClientScriptInclude (Type type, string resourceName)
 
void RegisterClientScriptInclude (Type type, string resourceName, bool force)
 
void RegisterClientScriptInclude (string key, string url)
 
void RegisterClientScriptInclude (string key, string url, bool force)
 
void RegisterClientStyleBlock (string resourceName)
 
void RegisterClientStyleBlock (Type type, string resourceName)
 
void RegisterClientStyleBlock (string key, string styles)
 
void RegisterClientStyleInclude (string resourceName)
 
void RegisterClientStyleInclude (Type type, string resourceName)
 
void RegisterClientStyleInclude (string key, string url)
 
 ResourceManager ()
 
 ResourceManager (bool copy)
 
void Unregister ()
 Remove ResourceManager from the Page. More...
 
virtual string BuildAll ()
 
virtual string BuildStyleBlock ()
 
virtual string BuildDirectMethodProxies ()
 
virtual string BuildDirectMethodProxies (bool dynamicOnly)
 
void AddDirectMethodControl (Control control)
 
void AddDirectMethodControl (Control control, bool isDynamic)
 
void RemoveDirectMethodControl (Control control)
 
void RemoveDirectMethodControl (Control control, bool isDynamic)
 
virtual string BuildScriptBlock ()
 
virtual string BuildScriptBlock (bool withFunctionTemplate)
 
ResourcePlaceHolder GetResourceContainerByType (ResourceMode type)
 
virtual string GetWebResourceUrl (string resourceName)
 
virtual string GetWebResourceUrl (Type type, string resourceName)
 
virtual string GetWebResourceAsString (string resourceName)
 
virtual string GetWebResourceAsString (Type type, string resourceName)
 
virtual string ParseCssWebResourceUrls (Type type, string src)
 
virtual void RegisterIcon (Icon icon)
 
virtual void RegisterNS (string ns)
 
virtual string GetIconClass (Icon icon)
 
void RaisePostBackEvent (string eventArgument)
 
virtual void InvalidateNamespace ()
 
virtual ResourcesStrategy GetResourcesStrategy ()
 
virtual ResourcesStrategy GetDefaultResourcesStrategy ()
 
virtual string BuildStyles ()
 
virtual string BuildScripts ()
 
virtual string BuildScripts (bool ignoreRenderScriptsMode)
 
void RegisterLocale (string localeCode)
 
virtual string GetThemeUrl (Theme theme)
 
virtual string GetIconUrl (Icon icon)
 
virtual void AddUpdatePanelToRefresh (Control updatePanel)
 
virtual void RemoveUpdatePanelToRefresh (Control updatePanel)
 

Static Public Member Functions

static void AddFactory (Func< FactoryResource, BaseControl > method, string alias, string instance)
 
static void AddFactory (string path, string alias, string instance)
 
static void AddFactoryView (string view, string alias, string instance)
 
static void RemoveFactory (string key)
 
static bool HasFactory (string key)
 
static string GetInstanceByAlias (string alias)
 
static string GetAliasByInstance (string instance)
 
static IEnumerable< FactoryResourceGetFactories ()
 
static BaseControl GetFactory (string key)
 
static void MarkAsRendered (string key)
 
static bool RenderFactory (string key)
 
static bool IsSupportedCulture (CultureInfo culture)
 
static bool IsSupportedCulture (CultureInfo culture, out bool isParentSupported)
 
static bool IsSupportedCulture (string code)
 
static bool IsSupportedCulture (string code, out bool isParentSupported)
 
static void AddInstanceScript (string script)
 
static void AddBeforeInitScript (string script)
 
static void AddInstanceScript (string template, params object[] args)
 
static string GetInstanceScript ()
 
static string GetBeforeInitScript (bool clear=false)
 
static void RegisterGlobalIcon (Icon icon)
 
static void RegisterGlobalScript (string url)
 
static void RegisterGlobalScript (Type type, string resourceName)
 
static void RegisterGlobalStyle (string url)
 
static void RegisterGlobalStyle (Type type, string resourceName)
 
static void RegisterGlobalResource (ClientResourceItem resource)
 
static string GetIconClassName (Icon icon)
 
static string GetIconRequester (Icon icon)
 
static ResourceManager GetInstance ()
 
static ResourceManager GetInstance (Page page)
 
static ResourceManager GetInstance (HttpContext context)
 
static ParameterCollection JTokenToParams (JToken token)
 
static void RegisterControlResources< T > ()
 
static void RegisterControlResources (BaseControl baseControl)
 
static bool IsMono ()
 
static bool IsMicrosoftCLR ()
 
static Control FindControlByConfigID (Control seed, string configID, bool traverse, Control branch)
 
static Control FindChildControlByConfigID (Control seed, string configID)
 
static void RegisterUI ()
 

Static Public Attributes

static readonly string OnReadyTemplate = "Ext.onReady(function(){{" + onReadyBegin + "{0}" + onReadyEnd + "}});"
 
const string ScriptBlockTemplate = " <script type=\"text/javascript\">\n //<![CDATA[\n {0}\n //]]>\n </script>\n"
 
const string SimpleScriptBlockTemplate = "\n <script type=\"text/javascript\">{0}</script>"
 
const string ScriptIncludeTemplate = "\n <script type=\"text/javascript\" src=\"{0}\"></script>"
 
const string StyleBlockTemplate = "\n <style type=\"text/css\">\n{0}\n </style>"
 
const string StyleBlockItemTemplate = "\n {0}"
 
const string StyleIncludeTemplate = "\n <link type=\"text/css\" rel=\"stylesheet\" href=\"{0}\" />"
 
const string ExtNetStyleIncludeTemplate = "\n <link type=\"text/css\" rel=\"stylesheet\" href=\"{0}\" id=\"extnet-styles\" />"
 
const string ResetStyleIncludeTemplate = "\n <link type=\"text/css\" rel=\"stylesheet\" href=\"{0}\" id=\"extnet-resetstyles\" />"
 
const string ThemeIncludeTemplate = "\n <link type=\"text/css\" rel=\"stylesheet\" href=\"{0}\" id=\"ext-theme\" />"
 
const string CommentTemplate = "\n <!-- {0} -->"
 
const string FunctionTemplate = "function(){{{0}}}"
 
const string FunctionTemplateWithParams = "function({0}){{{1}}}"
 
const string FilterMarker = "ExtNetInitScriptFilter"
 
const string INSTANCESCRIPT = "Ext.Net.ResourceMgr.InstanceScript"
 
const string BEFOREINITSCRIPT = "Ext.Net.ResourceMgr.BeforeInitScript"
 
const string GLOBAL_RESOURCES = "Ext.Net.GlobalResources"
 
const string GLOBAL_CLIENT_RESOURCES = "Ext.Net.GlobalClientResources"
 
static readonly string WarningTemplate = "<Ext.Net.InitScript.Warning><script type=\"text/javascript\">Ext.onReady(function(){Ext.Msg.show({title:'Warning',msg:'The <code>web.config</code> file for this project is missing the required DirectRequestModule.<br /><br /><div style=\"margin-left:48px;\"><b>Example</b><br /><br /><code>&lt;system.web><br />&nbsp;&nbsp;&lt;httpModules><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;add name=\"DirectRequestModule\" type=\"Ext.Net.DirectRequestModule, Ext.Net\" /><br />&nbsp;&nbsp;&lt;/httpModules><br />&lt;/system.web></code><br /><br />More information available at \"<a href=\"https://examples.ext.net/?/Getting_Started/Introduction/Overview/\">Getting Started</a>\".</div><br />',buttons: Ext.Msg.OK,icon: Ext.MessageBox.WARNING});});</script></Ext.Net.InitScript.Warning>" + Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "warning" } }, "")
 
static readonly string ViewStateToken = Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "viewstate" } }, "")
 
static readonly string PostBackMethodToken = Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "postback" } }, "")
 
static readonly string RemoveBlocksToken = Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "removeblocks" } }, "")
 
static readonly string RemoveLeadingEmptyLines = Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "removeLeadingEmptyLines" } }, "")
 
static readonly string RemoveLeadingEmptyLinesAfterForm = Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "removeLeadingEmptyLinesAfterForm" } }, "")
 
static readonly string InputsToken = Transformer.NET.Net.CreateToken(typeof(InputFieldsTag), new Dictionary<string, string> { { "ref", "init_script" }, { "index", "-100" } }, "")
 
static readonly string InputsVSToken = Transformer.NET.Net.CreateToken(typeof(InputFieldsTag), new Dictionary<string, string> { { "viewstate", "true" }, { "ref", "init_script" }, { "index", "-100" } }, "")
 
const string ASSEMBLYSLUG = "Ext.Net.Build.Ext.Net"
 

Protected Member Functions

override void OnPreRender (EventArgs e)
 
override void Render (HtmlTextWriter writer)
 
override void OnInit (EventArgs e)
 
virtual void Page_PreRenderComplete (object sender, EventArgs e)
 
virtual void AddInitAchorTag (StringBuilder onready)
 
override void OnLoad (EventArgs e)
 
void Page_AjaxLoadComplete (object sender, EventArgs e)
 
virtual string GetResourceUrl (ResourceDescriptor descriptor)
 
virtual string GetThemeName (Theme theme, bool underscore)
 
virtual string GetThemePath (Theme theme)
 

Properties

List< string > ScriptBeforeClientInitBag [get]
 
InsertOrderedDictionary< string, string > ScriptClientSpecialInitBag [get]
 
InsertOrderedDictionary< string, string > ScriptClientInitBag [get]
 
List< string > ScriptAfterClientInitBag [get]
 
SortedList< long, string > ScriptOnReadyBag [get]
 
InsertOrderedDictionary< string, string > ClientScriptBlockBag [get]
 
InsertOrderedDictionary< string, string > ClientScriptIncludeBag [get]
 
InsertOrderedDictionary< string, string > ClientStyleBlockBag [get]
 
InsertOrderedDictionary< string, string > ClientStyleIncludeBag [get]
 
static List< CultureInfo > SupportedCultures [get]
 
override ConfigOptionsCollection ConfigOptions [get]
 
virtual string FormID [get, set]
 
string?? FormIDProxy [get]
 
virtual bool HasLoadPostData [get, set]
 
virtual string WindowUnloadMsg [get, set]
 The message to display in the Window unload confirm dialog. Used in conjunction with WindowUnload Listener. More...
 
virtual bool HideInDesign [get, set]
 Hide the ResourceManager at Design Time. More...
 
virtual CultureInfo CurrentLocale [get]
 
virtual string ThemeProxy [get]
 
override string? UniqueID [get]
 
override string ConfigIDProxy [get]
 
List< ResourcePlaceHolder >?? ResourceContainers [get]
 
virtual ResourcePlaceHolder ResourcePlaceHolder [get]
 
virtual ResourcePlaceHolder ScriptFilesContainer [get]
 
virtual ResourcePlaceHolder StyleContainer [get]
 
virtual string ApplicationName [get]
 
static string CacheBuster [get]
 
string RegisteredIcons [get]
 
string RegisteredNS [get]
 
virtual List< string > GlobalNS [get]
 
virtual GlobalListeners GlobalEvents [get, set]
 An Observable through which Ext fires global events. More...
 
virtual ResourceManagerListeners Listeners [get, set]
 Client-side JavaScript Event Handlers More...
 
virtual ListenerCollection CustomListeners [get, set]
 Custom Client-side JavaScript Event Handlers More...
 
ResourceManagerDirectEvents DirectEvents [get, set]
 Server-side Ajax Event Handlers More...
 
virtual DirectEventCollection CustomDirectEvents [get, set]
 Custom Server-side Ajax Event Handlers More...
 
virtual StartupMask StartupMask [get, set]
 
virtual AppInit App [get, set]
 
static bool? ReturnViewState [get, set]
 
static object ServiceResponse [get, set]
 
static ParameterCollection ExtraParamsResponse [get]
 
static object DirectMethodResult [get, set]
 
static bool AjaxSuccess [get, set]
 
static string AjaxErrorMessage [get, set]
 
virtual int AjaxTimeout [get, set]
 Sets the default Timeout in milliseconds for all AJAX operations: DirectEvents, DirectMethods, loading data to Stores via AJAX (PageProxy, AjaxProxy), etc. Defaults to 30000. More...
 
virtual DurationMessageCollection DirectEventDurationMessages [get, set]
 The configs of DirectEvent duration messages More...
 
virtual ? bool? DirectEventForbidDurationMessages [get, set]
 Sets the DirectEvent's forbidDurationMessages property. If true, it forbids showing of duration messages. It can be set at Page level in ResourceManager, Session["Ext.Net.DirectEventUrl"], Application["Ext.Net.DirectEventUrl"] and Web.config. More...
 
virtual ? bool? DirectEventShowDurationMessages [get, set]
 Sets the DirectEvent's showDurationMessages property. It is used as a default value for a DirectEvent EventMask's ShowDurationMessages. It can be set at Page level in ResourceManager, Session["Ext.Net.DirectEventUrl"], Application["Ext.Net.DirectEventUrl"] and Web.config. More...
 
virtual string DirectEventUrl [get, set]
 Gets or Set the default Url to make all DirectEvent requests to if no <form> is available on the Page, or DirectEvent Type='Load'. Can be set at Page level in ResourceManager, Session["Ext.Net.DirectEventUrl"], Application["Ext.Net.DirectEventUrl"] and web.config. More...
 
virtual string DirectEventUrlProxy [get]
 
virtual ViewStateMode AjaxViewStateMode [get, set]
 Specifies whether the ViewState should be returned and updated on the client during an DirectEvent. The Default value is to Exclude the ViewState from the Response. Can be set at Page level in ResourceManager, Session["Ext.Net.AjaxViewStateMode"], Application["Ext.Net.AjaxViewStateMode"] and web.config. More...
 
virtual ClientProxy DirectMethodProxy [get, set]
 Specifies ajax method proxies creation. The Default value is to Create the proxy for each ajax method. Can be set at Page level in ResourceManager, Session["Ext.Net.DirectMethodProxy"], Application["Ext.Net.DirectMethodProxy"] and web.config. More...
 
virtual ? bool EnableKeyboardMode [get, set]
 When set to 'true', focus styling will be applied to focused elements based on the user interaction mode. More...
 
override IDMode IDMode [get, set]
 Gets or Sets the IDMode. Manages how a control's id is rendered to the client. Can be set at Page level in ResourceManager, Session["Ext.Net.IDMode"], Application["Ext.Net.IDMode"] and web.config. More...
 
virtual bool GZip [get, set]
 Specifies whether the Ext.NET ResourceManager will output GZip Embedded JavaScript and Css Resources. Default is 'True'. Can be set within Session["Ext.Net.GZip"], Application["Ext.Net.GZip"] and web.config. More...
 
virtual bool CleanResourceUrl [get, set]
 Specifies whether the Ext.NET ResourceManager will output 'clean' Url's when linking to Embedded Resources. Default is 'True'. Can be set at Page level in ResourceManager, Session["Ext.Net.CleanResourceUrl"], Application["Ext.Net.CleanResourceUrl"] and web.config. More...
 
virtual InitScriptMode InitScriptMode [get, set]
 Gets or Sets the InitScriptMode. Specifies how to render the Ext.NET initialization script. Can be set at Page level in ResourceManager, Session["Ext.Net.InitScriptMode"], Application["Ext.Net.InitScriptMode"] and web.config. More...
 
virtual ResourceLocationType RenderScripts [get, set]
 Determines how or if the required Scripts should be rendered to the Page. Can be set at Page level in ResourceManager, Session["Ext.Net.RenderScripts"], Application["Ext.Net.RenderScripts"] and web.config. More...
 
virtual ResourceLocationType RenderStyles [get, set]
 Determines how or if the required Styles should be rendered to the Page. Can be set at Page level in ResourceManager, Session["Ext.Net.RenderStyles"], Application["Ext.Net.RenderStyles"] and web.config. More...
 
virtual string ResourcePath [get, set]
 Gets the prefix of the Url path to the base ~/Ext.Net/ folder containing the resources files for this project. The path can be Absolute or Relative. Can be set at Page level in ResourceManager, Session["Ext.Net.ResourcePath"], Application["Ext.Net.ResourcePath"] and web.config. More...
 
virtual ScriptMode ScriptMode [get, set]
 Specifies whether the Scripts should be rendered in Release (minified), Debug (non-minified) or Development (non-minified with additional debug information) mode. Default is Release. Can be set at Page level in ResourceManager, Session["Ext.Net.ScriptMode"], Application["Ext.Net.ScriptMode"] and web.config. More...
 
virtual bool SourceFormatting [get, set]
 Specifies whether the Ext.NET initialization script rendered to the page should be formatted. 'True' = formatted/non-minified, 'False' = minified/compressed. Default is 'False'. Can be set at Page level in ResourceManager, Session["Ext.Net.SourceFormatting"], Application["Ext.Net.SourceFormatting"] and web.config. More...
 
virtual Theme Theme [get, set]
 Gets or Sets the current Theme. Can be set at Page level in ResourceManager, Session["Ext.Net.Theme"], Application["Ext.Net.Theme"] and web.config. More...
 
virtual StateProvider StateProvider [get, set]
 Specifies the current state provider to maintain the controls' state. Can be set at Page level in ResourceManager, Session["Ext.Net.ScriptAdapter"], Application["Ext.Net.ScriptAdapter"] and web.config. More...
 
virtual bool QuickTips [get, set]
 Specifies whether to render the QuickTips. Provides attractive and customizable tooltips for any element. 'True' = QuickTips enabled, 'False' = QuickTips disabled. Default is 'True'. Can be set at Page level in ResourceManager, Session["Ext.Net.QuickTips"], Application["Ext.Net.QuickTips"] and web.config. More...
 
virtual string? Locale [get, set]
 Specifies the language of the Ext.NET localization resources to use. For example, "en-GB", "fr-CA", "ru". Default is English. More...
 
virtual string DirectMethodNamespace [get, set]
 Specifies a custom namespace prefix to use for the DirectMethods. Defaults to App.direct. More...
 
string? NormalizedDirectMethodNamespace [get]
 
static string? GlobalNormalizedDirectMethodNamespace [get]
 
virtual bool DisableViewState [get, set]
 Specifies whether remove ViewState from page's rendering or not. Defaults to true (remove). More...
 
virtual bool RethrowAjaxExceptions [get, set]
 Rethrow ajax exceptions from catch sections. Default is 'False'. Can be set within Session["Ext.Net.RethrowAjaxExceptions"], Application["Ext.Net.RethrowAjaxExceptions"] and web.config. More...
 
virtual bool ShowWarningOnAjaxFailure [get, set]
 Show a warning dialog on ajax event failure. Default is 'True'. Can be set within Session["Ext.Net.ShowWarningOnAjaxFailure"], Application["Ext.Net.ShowWarningOnAjaxFailure"] and web.config. More...
 
override LazyMode LazyMode [get, set]
 Gets or Sets the LazyMode (options for controlling how the lazy control is instantiated in the client.). Can be set at Page level in ResourceManager, Session["Ext.Net.LazyMode"], Application["Ext.Net.LazyMode"] and web.config. More...
 
virtual bool SubmitDisabled [get, set]
 If false then disabled fields will not be submitted. Can be set within Session["Ext.Net.SubmitDisabled"], Application["Ext.Net.SubmitDisabled"] and web.config. More...
 
override string Namespace [get, set]
 The application's JavaScript namespace. Defaults to "App". More...
 
string? NormalizedNamespace [get]
 
static string? GlobalNormalizedNamespace [get]
 
virtual string LicenseKey [get, set]
 
virtual bool RTL [get, set]
 True to layout the page in "rtl" (right-to-left) mode. Default is false. Can be set within Session["Ext.Net.RTL"], Application["Ext.Net.RTL"] and Web.config (lowercase "rtl" option). More...
 
virtual string ThemePath [get, set]
 Configure the path to the custom theme .css and .js (if required) file globally across the entire application. This will override any .Theme setting. You can specify several files by delimiting them with "|". For example, "some.css|another.css|some.js|another.js". Regularly, you will need to specify the only .css file, for example, "some.css" or two files - one .css and one .js - "some.js|some.css". More...
 
virtual bool ResetStyles [get, set]
 True to reset default browser styles. More...
 
virtual ? bool? EnableAria [get, set]
 Set to true to enable Accessibility (ARIA). Defaults to: true More...
 
virtual ? bool? EnableAriaButtons [get, set]
 Set to false to disable WAI-ARIA compatibility checks for buttons. More...
 
virtual ? bool? EnableAriaPanels [get, set]
 Set to false to disable WAI-ARIA compatibility checks for panels. More...
 
virtual string GlyphFontFamily [get, set]
 Sets the default font-family to use for components that support a glyph config. More...
 
virtual Type ResourcesStrategyType [get, set]
 Full qualifed name of class with strategy More...
 
virtual string ResourcePathProxy [get]
 
virtual string CDNPathProxy [get]
 
virtual List< Control > AllUpdatePanels [get]
 
virtual List< Control >?? UpdatePanelsToRefresh [get]
 
virtual List< string >?? UpdatePanelIDsToRefresh [get]
 
virtual Control TriggerUpdatePanel [get]
 
virtual string TriggerUpdatePanelID [get]
 
override bool RemoveContainer [get]
 
override string CallID [get]
 An id to call client side methods More...
 

Detailed Description

Constructor & Destructor Documentation

◆ ResourceManager() [1/2]

Ext.Net.ResourceManager.ResourceManager ( )
inline

◆ ResourceManager() [2/2]

Ext.Net.ResourceManager.ResourceManager ( bool  copy)
inline

Parameters
copy

Member Function Documentation

◆ AddBeforeInitScript()

static void Ext.Net.ResourceManager.AddBeforeInitScript ( string  script)
inlinestatic

Parameters
script

◆ AddDirectMethodControl() [1/2]

void Ext.Net.ResourceManager.AddDirectMethodControl ( Control  control)
inline

Parameters
control

◆ AddDirectMethodControl() [2/2]

void Ext.Net.ResourceManager.AddDirectMethodControl ( Control  control,
bool  isDynamic 
)
inline

Parameters
control
isDynamic

◆ AddFactory() [1/2]

static void Ext.Net.ResourceManager.AddFactory ( Func< FactoryResource, BaseControl method,
string  alias,
string  instance 
)
inlinestatic

◆ AddFactory() [2/2]

static void Ext.Net.ResourceManager.AddFactory ( string  path,
string  alias,
string  instance 
)
inlinestatic

◆ AddFactoryView()

static void Ext.Net.ResourceManager.AddFactoryView ( string  view,
string  alias,
string  instance 
)
inlinestatic

◆ AddInitAchorTag()

virtual void Ext.Net.ResourceManager.AddInitAchorTag ( StringBuilder  onready)
inlineprotectedvirtual

Parameters
onready

Reimplemented in Ext.Net.MVC.MvcResourceManager.

◆ AddInstanceScript() [1/2]

static void Ext.Net.ResourceManager.AddInstanceScript ( string  script)
inlinestatic

Parameters
script

◆ AddInstanceScript() [2/2]

static void Ext.Net.ResourceManager.AddInstanceScript ( string  template,
params object[]  args 
)
inlinestatic

Parameters
template
args

◆ AddUpdatePanelToRefresh()

virtual void Ext.Net.ResourceManager.AddUpdatePanelToRefresh ( Control  updatePanel)
inlinevirtual

Parameters
updatePanel

◆ BuildAll()

virtual string Ext.Net.ResourceManager.BuildAll ( )
inlinevirtual

Returns

◆ BuildDirectMethodProxies() [1/2]

virtual string Ext.Net.ResourceManager.BuildDirectMethodProxies ( )
inlinevirtual

Returns

◆ BuildDirectMethodProxies() [2/2]

virtual string Ext.Net.ResourceManager.BuildDirectMethodProxies ( bool  dynamicOnly)
inlinevirtual

Parameters
dynamicOnly
Returns

◆ BuildScriptBlock() [1/2]

virtual string Ext.Net.ResourceManager.BuildScriptBlock ( )
inlinevirtual

Returns

◆ BuildScriptBlock() [2/2]

virtual string Ext.Net.ResourceManager.BuildScriptBlock ( bool  withFunctionTemplate)
inlinevirtual

Parameters
withFunctionTemplate
Returns

◆ BuildScripts() [1/2]

virtual string Ext.Net.ResourceManager.BuildScripts ( )
inlinevirtual

Returns

◆ BuildScripts() [2/2]

virtual string Ext.Net.ResourceManager.BuildScripts ( bool  ignoreRenderScriptsMode)
inlinevirtual

Parameters
ignoreRenderScriptsMode
Returns

summary> /summary> param name="localeCode">

Reimplemented in Ext.Net.MVC.MvcResourceManager.

◆ BuildStyleBlock()

virtual string Ext.Net.ResourceManager.BuildStyleBlock ( )
inlinevirtual

Returns

Reimplemented in Ext.Net.MVC.MvcResourceManager.

◆ BuildStyles()

virtual string Ext.Net.ResourceManager.BuildStyles ( )
inlinevirtual

Returns

◆ FindChildControlByConfigID()

static Control Ext.Net.ResourceManager.FindChildControlByConfigID ( Control  seed,
string  configID 
)
inlinestatic

Parameters
seed
configID
Returns

◆ FindControlByConfigID()

static Control Ext.Net.ResourceManager.FindControlByConfigID ( Control  seed,
string  configID,
bool  traverse,
Control  branch 
)
inlinestatic

Parameters
seed
configID
traverse
branch
Returns

◆ GetAliasByInstance()

static string Ext.Net.ResourceManager.GetAliasByInstance ( string  instance)
inlinestatic

◆ GetBeforeInitScript()

static string Ext.Net.ResourceManager.GetBeforeInitScript ( bool  clear = false)
inlinestatic

Returns

◆ GetDefaultResourcesStrategy()

virtual ResourcesStrategy Ext.Net.ResourceManager.GetDefaultResourcesStrategy ( )
inlinevirtual

◆ GetFactories()

static IEnumerable<FactoryResource> Ext.Net.ResourceManager.GetFactories ( )
inlinestatic

◆ GetFactory()

static BaseControl Ext.Net.ResourceManager.GetFactory ( string  key)
inlinestatic

◆ GetIconClass()

virtual string Ext.Net.ResourceManager.GetIconClass ( Icon  icon)
inlinevirtual

Parameters
icon
Returns

◆ GetIconClassName()

static string Ext.Net.ResourceManager.GetIconClassName ( Icon  icon)
inlinestatic

Parameters
icon
Returns

◆ GetIconRequester()

static string Ext.Net.ResourceManager.GetIconRequester ( Icon  icon)
inlinestatic

Parameters
icon
Returns

◆ GetIconUrl()

virtual string Ext.Net.ResourceManager.GetIconUrl ( Icon  icon)
inlinevirtual

Parameters
icon
Returns

◆ GetInstance() [1/3]

static ResourceManager Ext.Net.ResourceManager.GetInstance ( )
inlinestatic

Returns

◆ GetInstance() [2/3]

static ResourceManager Ext.Net.ResourceManager.GetInstance ( HttpContext  context)
inlinestatic

Parameters
context
Exceptions
ArgumentNullException
Returns

◆ GetInstance() [3/3]

static ResourceManager Ext.Net.ResourceManager.GetInstance ( Page  page)
inlinestatic

Parameters
page
Exceptions
ArgumentNullException
Returns

◆ GetInstanceByAlias()

static string Ext.Net.ResourceManager.GetInstanceByAlias ( string  alias)
inlinestatic

◆ GetInstanceScript()

static string Ext.Net.ResourceManager.GetInstanceScript ( )
inlinestatic

Returns

◆ GetResourceContainerByType()

ResourcePlaceHolder Ext.Net.ResourceManager.GetResourceContainerByType ( ResourceMode  type)
inline

Parameters
type
Returns

◆ GetResourcesStrategy()

virtual ResourcesStrategy Ext.Net.ResourceManager.GetResourcesStrategy ( )
inlinevirtual

◆ GetResourceUrl()

virtual string Ext.Net.ResourceManager.GetResourceUrl ( ResourceDescriptor  descriptor)
inlineprotectedvirtual

◆ GetThemeName()

virtual string Ext.Net.ResourceManager.GetThemeName ( Theme  theme,
bool  underscore 
)
inlineprotectedvirtual

◆ GetThemePath()

virtual string Ext.Net.ResourceManager.GetThemePath ( Theme  theme)
inlineprotectedvirtual

◆ GetThemeUrl()

virtual string Ext.Net.ResourceManager.GetThemeUrl ( Theme  theme)
inlinevirtual

Parameters
theme
Returns

Reimplemented in Ext.Net.MVC.MvcResourceManager.

◆ GetWebResourceAsString() [1/2]

virtual string Ext.Net.ResourceManager.GetWebResourceAsString ( string  resourceName)
inlinevirtual

Parameters
resourceName
Returns

◆ GetWebResourceAsString() [2/2]

virtual string Ext.Net.ResourceManager.GetWebResourceAsString ( Type  type,
string  resourceName 
)
inlinevirtual

Parameters
type
resourceName
Returns

◆ GetWebResourceUrl() [1/2]

virtual string Ext.Net.ResourceManager.GetWebResourceUrl ( string  resourceName)
inlinevirtual

Parameters
resourceName
Returns

◆ GetWebResourceUrl() [2/2]

virtual string Ext.Net.ResourceManager.GetWebResourceUrl ( Type  type,
string  resourceName 
)
inlinevirtual

Parameters
type
resourceName
Returns

◆ HasFactory()

static bool Ext.Net.ResourceManager.HasFactory ( string  key)
inlinestatic

◆ InvalidateNamespace()

virtual void Ext.Net.ResourceManager.InvalidateNamespace ( )
inlinevirtual

◆ IsClientInitScriptRegistered()

bool Ext.Net.ResourceManager.IsClientInitScriptRegistered ( string  key)
inline

Parameters
key
Returns

◆ IsClientScriptBlockRegistered()

bool Ext.Net.ResourceManager.IsClientScriptBlockRegistered ( string  key)
inline

Parameters
key
Returns

◆ IsClientScriptIncludeRegistered()

bool Ext.Net.ResourceManager.IsClientScriptIncludeRegistered ( string  key)
inline

Parameters
key
Returns

◆ IsClientSpecialInitScriptRegistered()

bool Ext.Net.ResourceManager.IsClientSpecialInitScriptRegistered ( string  key)
inline

Parameters
key
Returns

◆ IsMicrosoftCLR()

static bool Ext.Net.ResourceManager.IsMicrosoftCLR ( )
inlinestatic

Returns

◆ IsMono()

static bool Ext.Net.ResourceManager.IsMono ( )
inlinestatic

Returns

◆ IsSupportedCulture() [1/4]

static bool Ext.Net.ResourceManager.IsSupportedCulture ( CultureInfo  culture)
inlinestatic

Parameters
culture
Returns

◆ IsSupportedCulture() [2/4]

static bool Ext.Net.ResourceManager.IsSupportedCulture ( CultureInfo  culture,
out bool  isParentSupported 
)
inlinestatic

Parameters
culture
isParentSupported
Returns

◆ IsSupportedCulture() [3/4]

static bool Ext.Net.ResourceManager.IsSupportedCulture ( string  code)
inlinestatic

Parameters
code
Returns

◆ IsSupportedCulture() [4/4]

static bool Ext.Net.ResourceManager.IsSupportedCulture ( string  code,
out bool  isParentSupported 
)
inlinestatic

Parameters
code
isParentSupported
Returns

◆ JTokenToParams()

static ParameterCollection Ext.Net.ResourceManager.JTokenToParams ( JToken  token)
inlinestatic

Parameters
token
Returns

◆ MarkAsRendered()

static void Ext.Net.ResourceManager.MarkAsRendered ( string  key)
inlinestatic

◆ OnInit()

override void Ext.Net.ResourceManager.OnInit ( EventArgs  e)
inlineprotected

Parameters
e

◆ OnLoad()

override void Ext.Net.ResourceManager.OnLoad ( EventArgs  e)
inlineprotected

Parameters
e

◆ OnPreRender()

override void Ext.Net.ResourceManager.OnPreRender ( EventArgs  e)
inlineprotected

Parameters
e

◆ Page_AjaxLoadComplete()

void Ext.Net.ResourceManager.Page_AjaxLoadComplete ( object  sender,
EventArgs  e 
)
inlineprotected

Parameters
sender
e

◆ Page_PreRenderComplete()

virtual void Ext.Net.ResourceManager.Page_PreRenderComplete ( object  sender,
EventArgs  e 
)
inlineprotectedvirtual

Parameters
sender
e

◆ ParseCssWebResourceUrls()

virtual string Ext.Net.ResourceManager.ParseCssWebResourceUrls ( Type  type,
string  src 
)
inlinevirtual

Parameters
src
type
Returns

◆ RaisePostBackEvent()

void Ext.Net.ResourceManager.RaisePostBackEvent ( string  eventArgument)
inline

Parameters
eventArgument

◆ RegisterAfterClientInitScript()

void Ext.Net.ResourceManager.RegisterAfterClientInitScript ( string  script)
inline

Parameters
script

◆ RegisterBeforeClientInitScript()

void Ext.Net.ResourceManager.RegisterBeforeClientInitScript ( string  script)
inline

Parameters
script

◆ RegisterClientInitScript()

void Ext.Net.ResourceManager.RegisterClientInitScript ( string  key,
string  script 
)
inline

Parameters
key
script

◆ RegisterClientScriptBlock() [1/2]

void Ext.Net.ResourceManager.RegisterClientScriptBlock ( string  key,
string  script 
)
inline

Parameters
key
script

◆ RegisterClientScriptBlock() [2/2]

void Ext.Net.ResourceManager.RegisterClientScriptBlock ( string  resourceName)
inline

Parameters
resourceName

◆ RegisterClientScriptInclude() [1/6]

void Ext.Net.ResourceManager.RegisterClientScriptInclude ( string  key,
string  url 
)
inline

Parameters
key
url

◆ RegisterClientScriptInclude() [2/6]

void Ext.Net.ResourceManager.RegisterClientScriptInclude ( string  key,
string  url,
bool  force 
)
inline

Parameters
key
url
force

◆ RegisterClientScriptInclude() [3/6]

void Ext.Net.ResourceManager.RegisterClientScriptInclude ( string  resourceName)
inline

Parameters
resourceName

◆ RegisterClientScriptInclude() [4/6]

void Ext.Net.ResourceManager.RegisterClientScriptInclude ( string  resourceName,
bool  force 
)
inline

Parameters
resourceName
force

◆ RegisterClientScriptInclude() [5/6]

void Ext.Net.ResourceManager.RegisterClientScriptInclude ( Type  type,
string  resourceName 
)
inline

Parameters
type
resourceName

◆ RegisterClientScriptInclude() [6/6]

void Ext.Net.ResourceManager.RegisterClientScriptInclude ( Type  type,
string  resourceName,
bool  force 
)
inline

Parameters
type
resourceName
force

◆ RegisterClientSpecialInitScript()

void Ext.Net.ResourceManager.RegisterClientSpecialInitScript ( string  key,
string  script 
)
inline

Parameters
key
script

◆ RegisterClientStyleBlock() [1/3]

void Ext.Net.ResourceManager.RegisterClientStyleBlock ( string  key,
string  styles 
)
inline

Parameters
key
styles

◆ RegisterClientStyleBlock() [2/3]

void Ext.Net.ResourceManager.RegisterClientStyleBlock ( string  resourceName)
inline

Parameters
resourceName

◆ RegisterClientStyleBlock() [3/3]

void Ext.Net.ResourceManager.RegisterClientStyleBlock ( Type  type,
string  resourceName 
)
inline

Parameters
type
resourceName

◆ RegisterClientStyleInclude() [1/3]

void Ext.Net.ResourceManager.RegisterClientStyleInclude ( string  key,
string  url 
)
inline

Parameters
key
url

◆ RegisterClientStyleInclude() [2/3]

void Ext.Net.ResourceManager.RegisterClientStyleInclude ( string  resourceName)
inline

Parameters
resourceName

◆ RegisterClientStyleInclude() [3/3]

void Ext.Net.ResourceManager.RegisterClientStyleInclude ( Type  type,
string  resourceName 
)
inline

Parameters
type
resourceName

◆ RegisterControlResources()

static void Ext.Net.ResourceManager.RegisterControlResources ( BaseControl  baseControl)
inlinestatic

◆ RegisterControlResources< T >()

static void Ext.Net.ResourceManager.RegisterControlResources< T > ( )
inlinestatic

Template Parameters
T
Type Constraints
T :BaseControl 
T :new() 

◆ RegisterGlobalIcon()

static void Ext.Net.ResourceManager.RegisterGlobalIcon ( Icon  icon)
inlinestatic

Parameters
icon

◆ RegisterGlobalResource()

static void Ext.Net.ResourceManager.RegisterGlobalResource ( ClientResourceItem  resource)
inlinestatic

Parameters
resource

◆ RegisterGlobalScript() [1/2]

static void Ext.Net.ResourceManager.RegisterGlobalScript ( string  url)
inlinestatic

◆ RegisterGlobalScript() [2/2]

static void Ext.Net.ResourceManager.RegisterGlobalScript ( Type  type,
string  resourceName 
)
inlinestatic

◆ RegisterGlobalStyle() [1/2]

static void Ext.Net.ResourceManager.RegisterGlobalStyle ( string  url)
inlinestatic

◆ RegisterGlobalStyle() [2/2]

static void Ext.Net.ResourceManager.RegisterGlobalStyle ( Type  type,
string  resourceName 
)
inlinestatic

◆ RegisterIcon()

virtual void Ext.Net.ResourceManager.RegisterIcon ( Icon  icon)
inlinevirtual

Parameters
icon

◆ RegisterNS()

virtual void Ext.Net.ResourceManager.RegisterNS ( string  ns)
inlinevirtual

Parameters
ns

◆ RegisterOnReadyScript()

void Ext.Net.ResourceManager.RegisterOnReadyScript ( string  script)
inline

Parameters
script

◆ RegisterUI()

static void Ext.Net.ResourceManager.RegisterUI ( )
inlinestatic

◆ RemoveDirectMethodControl() [1/2]

void Ext.Net.ResourceManager.RemoveDirectMethodControl ( Control  control)
inline

Parameters
control

◆ RemoveDirectMethodControl() [2/2]

void Ext.Net.ResourceManager.RemoveDirectMethodControl ( Control  control,
bool  isDynamic 
)
inline

Parameters
control
isDynamic

◆ RemoveFactory()

static void Ext.Net.ResourceManager.RemoveFactory ( string  key)
inlinestatic

◆ RemoveUpdatePanelToRefresh()

virtual void Ext.Net.ResourceManager.RemoveUpdatePanelToRefresh ( Control  updatePanel)
inlinevirtual

Parameters
updatePanel

◆ Render()

override void Ext.Net.ResourceManager.Render ( HtmlTextWriter  writer)
inlineprotected

Parameters
writer

◆ RenderFactory()

static bool Ext.Net.ResourceManager.RenderFactory ( string  key)
inlinestatic

◆ Unregister()

void Ext.Net.ResourceManager.Unregister ( )
inline

Remove ResourceManager from the Page.

Member Data Documentation

◆ ASSEMBLYSLUG

const string Ext.Net.ResourceManager.ASSEMBLYSLUG = "Ext.Net.Build.Ext.Net"
static

◆ BEFOREINITSCRIPT

const string Ext.Net.ResourceManager.BEFOREINITSCRIPT = "Ext.Net.ResourceMgr.BeforeInitScript"
static

◆ CommentTemplate

const string Ext.Net.ResourceManager.CommentTemplate = "\n <!-- {0} -->"
static

◆ ExtNetStyleIncludeTemplate

const string Ext.Net.ResourceManager.ExtNetStyleIncludeTemplate = "\n <link type=\"text/css\" rel=\"stylesheet\" href=\"{0}\" id=\"extnet-styles\" />"
static

◆ FilterMarker

const string Ext.Net.ResourceManager.FilterMarker = "ExtNetInitScriptFilter"
static

◆ FunctionTemplate

const string Ext.Net.ResourceManager.FunctionTemplate = "function(){{{0}}}"
static

◆ FunctionTemplateWithParams

const string Ext.Net.ResourceManager.FunctionTemplateWithParams = "function({0}){{{1}}}"
static

◆ GLOBAL_CLIENT_RESOURCES

const string Ext.Net.ResourceManager.GLOBAL_CLIENT_RESOURCES = "Ext.Net.GlobalClientResources"
static

◆ GLOBAL_RESOURCES

const string Ext.Net.ResourceManager.GLOBAL_RESOURCES = "Ext.Net.GlobalResources"
static

◆ InputsToken

readonly string Ext.Net.ResourceManager.InputsToken = Transformer.NET.Net.CreateToken(typeof(InputFieldsTag), new Dictionary<string, string> { { "ref", "init_script" }, { "index", "-100" } }, "")
static

◆ InputsVSToken

readonly string Ext.Net.ResourceManager.InputsVSToken = Transformer.NET.Net.CreateToken(typeof(InputFieldsTag), new Dictionary<string, string> { { "viewstate", "true" }, { "ref", "init_script" }, { "index", "-100" } }, "")
static

◆ INSTANCESCRIPT

const string Ext.Net.ResourceManager.INSTANCESCRIPT = "Ext.Net.ResourceMgr.InstanceScript"
static

◆ OnReadyTemplate

readonly string Ext.Net.ResourceManager.OnReadyTemplate = "Ext.onReady(function(){{" + onReadyBegin + "{0}" + onReadyEnd + "}});"
static

◆ PostBackMethodToken

readonly string Ext.Net.ResourceManager.PostBackMethodToken = Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "postback" } }, "")
static

◆ RemoveBlocksToken

readonly string Ext.Net.ResourceManager.RemoveBlocksToken = Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "removeblocks" } }, "")
static

◆ RemoveLeadingEmptyLines

readonly string Ext.Net.ResourceManager.RemoveLeadingEmptyLines = Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "removeLeadingEmptyLines" } }, "")
static

◆ RemoveLeadingEmptyLinesAfterForm

readonly string Ext.Net.ResourceManager.RemoveLeadingEmptyLinesAfterForm = Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "removeLeadingEmptyLinesAfterForm" } }, "")
static

◆ ResetStyleIncludeTemplate

const string Ext.Net.ResourceManager.ResetStyleIncludeTemplate = "\n <link type=\"text/css\" rel=\"stylesheet\" href=\"{0}\" id=\"extnet-resetstyles\" />"
static

◆ ScriptBlockTemplate

const string Ext.Net.ResourceManager.ScriptBlockTemplate = " <script type=\"text/javascript\">\n //<![CDATA[\n {0}\n //]]>\n </script>\n"
static

◆ ScriptIncludeTemplate

const string Ext.Net.ResourceManager.ScriptIncludeTemplate = "\n <script type=\"text/javascript\" src=\"{0}\"></script>"
static

◆ SimpleScriptBlockTemplate

const string Ext.Net.ResourceManager.SimpleScriptBlockTemplate = "\n <script type=\"text/javascript\">{0}</script>"
static

◆ StyleBlockItemTemplate

const string Ext.Net.ResourceManager.StyleBlockItemTemplate = "\n {0}"
static

◆ StyleBlockTemplate

const string Ext.Net.ResourceManager.StyleBlockTemplate = "\n <style type=\"text/css\">\n{0}\n </style>"
static

◆ StyleIncludeTemplate

const string Ext.Net.ResourceManager.StyleIncludeTemplate = "\n <link type=\"text/css\" rel=\"stylesheet\" href=\"{0}\" />"
static

◆ ThemeIncludeTemplate

const string Ext.Net.ResourceManager.ThemeIncludeTemplate = "\n <link type=\"text/css\" rel=\"stylesheet\" href=\"{0}\" id=\"ext-theme\" />"
static

◆ ViewStateToken

readonly string Ext.Net.ResourceManager.ViewStateToken = Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "viewstate" } }, "")
static

◆ WarningTemplate

readonly string Ext.Net.ResourceManager.WarningTemplate = "<Ext.Net.InitScript.Warning><script type=\"text/javascript\">Ext.onReady(function(){Ext.Msg.show({title:'Warning',msg:'The <code>web.config</code> file for this project is missing the required DirectRequestModule.<br /><br /><div style=\"margin-left:48px;\"><b>Example</b><br /><br /><code>&lt;system.web><br />&nbsp;&nbsp;&lt;httpModules><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;add name=\"DirectRequestModule\" type=\"Ext.Net.DirectRequestModule, Ext.Net\" /><br />&nbsp;&nbsp;&lt;/httpModules><br />&lt;/system.web></code><br /><br />More information available at \"<a href=\"https://examples.ext.net/?/Getting_Started/Introduction/Overview/\">Getting Started</a>\".</div><br />',buttons: Ext.Msg.OK,icon: Ext.MessageBox.WARNING});});</script></Ext.Net.InitScript.Warning>" + Transformer.NET.Net.CreateToken(typeof(Transformer.NET.ItemTag), new Dictionary<string, string> { { "selector", "warning" } }, "")
static

Property Documentation

◆ AjaxErrorMessage

string Ext.Net.ResourceManager.AjaxErrorMessage
staticgetset

◆ AjaxSuccess

bool Ext.Net.ResourceManager.AjaxSuccess
staticgetset

◆ AjaxTimeout

virtual int Ext.Net.ResourceManager.AjaxTimeout
getset

Sets the default Timeout in milliseconds for all AJAX operations: DirectEvents, DirectMethods, loading data to Stores via AJAX (PageProxy, AjaxProxy), etc. Defaults to 30000.

◆ AjaxViewStateMode

virtual ViewStateMode Ext.Net.ResourceManager.AjaxViewStateMode
getset

Specifies whether the ViewState should be returned and updated on the client during an DirectEvent. The Default value is to Exclude the ViewState from the Response. Can be set at Page level in ResourceManager, Session["Ext.Net.AjaxViewStateMode"], Application["Ext.Net.AjaxViewStateMode"] and web.config.

◆ AllUpdatePanels

virtual List<Control> Ext.Net.ResourceManager.AllUpdatePanels
get

◆ App

virtual AppInit Ext.Net.ResourceManager.App
getset

◆ ApplicationName

virtual string Ext.Net.ResourceManager.ApplicationName
get

◆ CacheBuster

string Ext.Net.ResourceManager.CacheBuster
staticget

◆ CallID

override string Ext.Net.ResourceManager.CallID
get

An id to call client side methods

◆ CDNPathProxy

virtual string Ext.Net.ResourceManager.CDNPathProxy
getprotected

◆ CleanResourceUrl

virtual bool Ext.Net.ResourceManager.CleanResourceUrl
getset

Specifies whether the Ext.NET ResourceManager will output 'clean' Url's when linking to Embedded Resources. Default is 'True'. Can be set at Page level in ResourceManager, Session["Ext.Net.CleanResourceUrl"], Application["Ext.Net.CleanResourceUrl"] and web.config.

◆ ClientScriptBlockBag

InsertOrderedDictionary<string, string> Ext.Net.ResourceManager.ClientScriptBlockBag
get

◆ ClientScriptIncludeBag

InsertOrderedDictionary<string, string> Ext.Net.ResourceManager.ClientScriptIncludeBag
get

◆ ClientStyleBlockBag

InsertOrderedDictionary<string, string> Ext.Net.ResourceManager.ClientStyleBlockBag
get

◆ ClientStyleIncludeBag

InsertOrderedDictionary<string, string> Ext.Net.ResourceManager.ClientStyleIncludeBag
get

◆ ConfigIDProxy

override string Ext.Net.ResourceManager.ConfigIDProxy
getprotected

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.ResourceManager.ConfigOptions
get

◆ CurrentLocale

virtual CultureInfo Ext.Net.ResourceManager.CurrentLocale
get

◆ CustomDirectEvents

virtual DirectEventCollection Ext.Net.ResourceManager.CustomDirectEvents
getset

Custom Server-side Ajax Event Handlers

◆ CustomListeners

virtual ListenerCollection Ext.Net.ResourceManager.CustomListeners
getset

Custom Client-side JavaScript Event Handlers

◆ DirectEventDurationMessages

virtual DurationMessageCollection Ext.Net.ResourceManager.DirectEventDurationMessages
getset

The configs of DirectEvent duration messages

◆ DirectEventForbidDurationMessages

virtual ? bool? Ext.Net.ResourceManager.DirectEventForbidDurationMessages
getset

Sets the DirectEvent's forbidDurationMessages property. If true, it forbids showing of duration messages. It can be set at Page level in ResourceManager, Session["Ext.Net.DirectEventUrl"], Application["Ext.Net.DirectEventUrl"] and Web.config.

◆ DirectEvents

ResourceManagerDirectEvents Ext.Net.ResourceManager.DirectEvents
getset

Server-side Ajax Event Handlers

◆ DirectEventShowDurationMessages

virtual ? bool? Ext.Net.ResourceManager.DirectEventShowDurationMessages
getset

Sets the DirectEvent's showDurationMessages property. It is used as a default value for a DirectEvent EventMask's ShowDurationMessages. It can be set at Page level in ResourceManager, Session["Ext.Net.DirectEventUrl"], Application["Ext.Net.DirectEventUrl"] and Web.config.

◆ DirectEventUrl

virtual string Ext.Net.ResourceManager.DirectEventUrl
getset

Gets or Set the default Url to make all DirectEvent requests to if no <form> is available on the Page, or DirectEvent Type='Load'. Can be set at Page level in ResourceManager, Session["Ext.Net.DirectEventUrl"], Application["Ext.Net.DirectEventUrl"] and web.config.

◆ DirectEventUrlProxy

virtual string Ext.Net.ResourceManager.DirectEventUrlProxy
getprotected

◆ DirectMethodNamespace

virtual string Ext.Net.ResourceManager.DirectMethodNamespace
getset

Specifies a custom namespace prefix to use for the DirectMethods. Defaults to App.direct.

◆ DirectMethodProxy

virtual ClientProxy Ext.Net.ResourceManager.DirectMethodProxy
getset

Specifies ajax method proxies creation. The Default value is to Create the proxy for each ajax method. Can be set at Page level in ResourceManager, Session["Ext.Net.DirectMethodProxy"], Application["Ext.Net.DirectMethodProxy"] and web.config.

◆ DisableViewState

virtual bool Ext.Net.ResourceManager.DisableViewState
getset

Specifies whether remove ViewState from page's rendering or not. Defaults to true (remove).

◆ EnableAria

virtual ? bool? Ext.Net.ResourceManager.EnableAria
getset

Set to true to enable Accessibility (ARIA). Defaults to: true

This property is provided for backward compatibility with previous versions of Ext JS.

◆ EnableAriaButtons

virtual ? bool? Ext.Net.ResourceManager.EnableAriaButtons
getset

Set to false to disable WAI-ARIA compatibility checks for buttons.

Defaults to: true

◆ EnableAriaPanels

virtual ? bool? Ext.Net.ResourceManager.EnableAriaPanels
getset

Set to false to disable WAI-ARIA compatibility checks for panels.

Defaults to: true

◆ EnableKeyboardMode

virtual ? bool Ext.Net.ResourceManager.EnableKeyboardMode
getset

When set to 'true', focus styling will be applied to focused elements based on the user interaction mode.

◆ ExtraParamsResponse

ParameterCollection Ext.Net.ResourceManager.ExtraParamsResponse
staticget

summary> /summary>

◆ FormID

virtual string Ext.Net.ResourceManager.FormID
getset

◆ FormIDProxy

string?? Ext.Net.ResourceManager.FormIDProxy
getprotected

◆ GlobalEvents

virtual GlobalListeners Ext.Net.ResourceManager.GlobalEvents
getset

An Observable through which Ext fires global events.

◆ GlobalNormalizedDirectMethodNamespace

string? Ext.Net.ResourceManager.GlobalNormalizedDirectMethodNamespace
staticget

◆ GlobalNormalizedNamespace

string? Ext.Net.ResourceManager.GlobalNormalizedNamespace
staticget

◆ GlobalNS

virtual List<string> Ext.Net.ResourceManager.GlobalNS
getprotected

◆ GlyphFontFamily

virtual string Ext.Net.ResourceManager.GlyphFontFamily
getset

Sets the default font-family to use for components that support a glyph config.

◆ GZip

virtual bool Ext.Net.ResourceManager.GZip
getset

Specifies whether the Ext.NET ResourceManager will output GZip Embedded JavaScript and Css Resources. Default is 'True'. Can be set within Session["Ext.Net.GZip"], Application["Ext.Net.GZip"] and web.config.

◆ HasLoadPostData

virtual bool Ext.Net.ResourceManager.HasLoadPostData
getsetprotected

◆ HideInDesign

virtual bool Ext.Net.ResourceManager.HideInDesign
getset

Hide the ResourceManager at Design Time.

◆ IDMode

override IDMode Ext.Net.ResourceManager.IDMode
getset

Gets or Sets the IDMode. Manages how a control's id is rendered to the client. Can be set at Page level in ResourceManager, Session["Ext.Net.IDMode"], Application["Ext.Net.IDMode"] and web.config.

◆ InitScriptMode

virtual InitScriptMode Ext.Net.ResourceManager.InitScriptMode
getset

Gets or Sets the InitScriptMode. Specifies how to render the Ext.NET initialization script. Can be set at Page level in ResourceManager, Session["Ext.Net.InitScriptMode"], Application["Ext.Net.InitScriptMode"] and web.config.

◆ LazyMode

override LazyMode Ext.Net.ResourceManager.LazyMode
getset

Gets or Sets the LazyMode (options for controlling how the lazy control is instantiated in the client.). Can be set at Page level in ResourceManager, Session["Ext.Net.LazyMode"], Application["Ext.Net.LazyMode"] and web.config.

◆ LicenseKey

virtual string Ext.Net.ResourceManager.LicenseKey
getset

◆ Listeners

virtual ResourceManagerListeners Ext.Net.ResourceManager.Listeners
getset

Client-side JavaScript Event Handlers

◆ Locale

virtual string? Ext.Net.ResourceManager.Locale
getset

Specifies the language of the Ext.NET localization resources to use. For example, "en-GB", "fr-CA", "ru". Default is English.

◆ Namespace

override string Ext.Net.ResourceManager.Namespace
getset

The application's JavaScript namespace. Defaults to "App".

◆ NormalizedDirectMethodNamespace

string? Ext.Net.ResourceManager.NormalizedDirectMethodNamespace
get

◆ NormalizedNamespace

string? Ext.Net.ResourceManager.NormalizedNamespace
get

◆ QuickTips

virtual bool Ext.Net.ResourceManager.QuickTips
getset

Specifies whether to render the QuickTips. Provides attractive and customizable tooltips for any element. 'True' = QuickTips enabled, 'False' = QuickTips disabled. Default is 'True'. Can be set at Page level in ResourceManager, Session["Ext.Net.QuickTips"], Application["Ext.Net.QuickTips"] and web.config.

◆ RegisteredIcons

string Ext.Net.ResourceManager.RegisteredIcons
getprotected

◆ RegisteredNS

string Ext.Net.ResourceManager.RegisteredNS
getprotected

◆ RemoveContainer

override bool Ext.Net.ResourceManager.RemoveContainer
getprotected

◆ RenderScripts

virtual ResourceLocationType Ext.Net.ResourceManager.RenderScripts
getset

Determines how or if the required Scripts should be rendered to the Page. Can be set at Page level in ResourceManager, Session["Ext.Net.RenderScripts"], Application["Ext.Net.RenderScripts"] and web.config.

◆ RenderStyles

virtual ResourceLocationType Ext.Net.ResourceManager.RenderStyles
getset

Determines how or if the required Styles should be rendered to the Page. Can be set at Page level in ResourceManager, Session["Ext.Net.RenderStyles"], Application["Ext.Net.RenderStyles"] and web.config.

◆ ResetStyles

virtual bool Ext.Net.ResourceManager.ResetStyles
getset

True to reset default browser styles.

◆ ResourceContainers

List<ResourcePlaceHolder>?? Ext.Net.ResourceManager.ResourceContainers
get

◆ ResourcePath

virtual string Ext.Net.ResourceManager.ResourcePath
getset

Gets the prefix of the Url path to the base ~/Ext.Net/ folder containing the resources files for this project. The path can be Absolute or Relative. Can be set at Page level in ResourceManager, Session["Ext.Net.ResourcePath"], Application["Ext.Net.ResourcePath"] and web.config.

◆ ResourcePathProxy

virtual string Ext.Net.ResourceManager.ResourcePathProxy
getprotected

◆ ResourcePlaceHolder

virtual ResourcePlaceHolder Ext.Net.ResourceManager.ResourcePlaceHolder
get

◆ ResourcesStrategyType

virtual Type Ext.Net.ResourceManager.ResourcesStrategyType
getset

Full qualifed name of class with strategy

◆ RethrowAjaxExceptions

virtual bool Ext.Net.ResourceManager.RethrowAjaxExceptions
getset

Rethrow ajax exceptions from catch sections. Default is 'False'. Can be set within Session["Ext.Net.RethrowAjaxExceptions"], Application["Ext.Net.RethrowAjaxExceptions"] and web.config.

◆ RTL

virtual bool Ext.Net.ResourceManager.RTL
getset

True to layout the page in "rtl" (right-to-left) mode. Default is false. Can be set within Session["Ext.Net.RTL"], Application["Ext.Net.RTL"] and Web.config (lowercase "rtl" option).

◆ ScriptAfterClientInitBag

List<string> Ext.Net.ResourceManager.ScriptAfterClientInitBag
get

◆ ScriptBeforeClientInitBag

List<string> Ext.Net.ResourceManager.ScriptBeforeClientInitBag
get

◆ ScriptClientInitBag

InsertOrderedDictionary<string, string> Ext.Net.ResourceManager.ScriptClientInitBag
get

◆ ScriptClientSpecialInitBag

InsertOrderedDictionary<string, string> Ext.Net.ResourceManager.ScriptClientSpecialInitBag
get

◆ ScriptFilesContainer

virtual ResourcePlaceHolder Ext.Net.ResourceManager.ScriptFilesContainer
get

◆ ScriptMode

virtual ScriptMode Ext.Net.ResourceManager.ScriptMode
getset

Specifies whether the Scripts should be rendered in Release (minified), Debug (non-minified) or Development (non-minified with additional debug information) mode. Default is Release. Can be set at Page level in ResourceManager, Session["Ext.Net.ScriptMode"], Application["Ext.Net.ScriptMode"] and web.config.

◆ ScriptOnReadyBag

SortedList<long, string> Ext.Net.ResourceManager.ScriptOnReadyBag
get

◆ ServiceResponse

object Ext.Net.ResourceManager.ServiceResponse
staticgetset

◆ ShowWarningOnAjaxFailure

virtual bool Ext.Net.ResourceManager.ShowWarningOnAjaxFailure
getset

Show a warning dialog on ajax event failure. Default is 'True'. Can be set within Session["Ext.Net.ShowWarningOnAjaxFailure"], Application["Ext.Net.ShowWarningOnAjaxFailure"] and web.config.

◆ SourceFormatting

virtual bool Ext.Net.ResourceManager.SourceFormatting
getset

Specifies whether the Ext.NET initialization script rendered to the page should be formatted. 'True' = formatted/non-minified, 'False' = minified/compressed. Default is 'False'. Can be set at Page level in ResourceManager, Session["Ext.Net.SourceFormatting"], Application["Ext.Net.SourceFormatting"] and web.config.

◆ StartupMask

virtual StartupMask Ext.Net.ResourceManager.StartupMask
getset

◆ StateProvider

virtual StateProvider Ext.Net.ResourceManager.StateProvider
getset

Specifies the current state provider to maintain the controls' state. Can be set at Page level in ResourceManager, Session["Ext.Net.ScriptAdapter"], Application["Ext.Net.ScriptAdapter"] and web.config.

◆ StyleContainer

virtual ResourcePlaceHolder Ext.Net.ResourceManager.StyleContainer
get

◆ SubmitDisabled

virtual bool Ext.Net.ResourceManager.SubmitDisabled
getset

If false then disabled fields will not be submitted. Can be set within Session["Ext.Net.SubmitDisabled"], Application["Ext.Net.SubmitDisabled"] and web.config.

◆ SupportedCultures

List<CultureInfo> Ext.Net.ResourceManager.SupportedCultures
staticget

◆ Theme

virtual Theme Ext.Net.ResourceManager.Theme
getset

Gets or Sets the current Theme. Can be set at Page level in ResourceManager, Session["Ext.Net.Theme"], Application["Ext.Net.Theme"] and web.config.

◆ ThemePath

virtual string Ext.Net.ResourceManager.ThemePath
getset

Configure the path to the custom theme .css and .js (if required) file globally across the entire application. This will override any .Theme setting. You can specify several files by delimiting them with "|". For example, "some.css|another.css|some.js|another.js". Regularly, you will need to specify the only .css file, for example, "some.css" or two files - one .css and one .js - "some.js|some.css".

◆ ThemeProxy

virtual string Ext.Net.ResourceManager.ThemeProxy
getprotected

◆ TriggerUpdatePanel

virtual Control Ext.Net.ResourceManager.TriggerUpdatePanel
get

◆ TriggerUpdatePanelID

virtual string Ext.Net.ResourceManager.TriggerUpdatePanelID
get

◆ UniqueID

override string? Ext.Net.ResourceManager.UniqueID
get

◆ UpdatePanelIDsToRefresh

virtual List<string>?? Ext.Net.ResourceManager.UpdatePanelIDsToRefresh
get

◆ UpdatePanelsToRefresh

virtual List<Control>?? Ext.Net.ResourceManager.UpdatePanelsToRefresh
get

◆ WindowUnloadMsg

virtual string Ext.Net.ResourceManager.WindowUnloadMsg
getset

The message to display in the Window unload confirm dialog. Used in conjunction with WindowUnload Listener.


The documentation for this class was generated from the following files: