Version

LoaderModel Class Properties

For a list of all members of this type, see LoaderModel members.

Public Properties
 NameDescription
Public PropertyAutoDetectLocaleIndicates whether the loader should automatically detect browser's locale. Default value is false.  
Public PropertyCssPathSets the script path for the CSS resources.  
Public PropertyIDSets the ID of the loader.  
Public PropertyLocaleSets the locale for the widgets on the page: "ja", "ru" etc. Not needed when English locale is used.  
Public PropertyLocalePathSets the locale path for the location of localization js files. If omitted defaults to "modules/i18n" off the ScriptPath.  
Public PropertyRegionalSets regional settings for the widgets on the page: "ja", "en-GB" etc. If ommitted, the settings are inferred from Locale.  
Public PropertyResourcesSets comma separated resources to load first. Can be either Infragistics module, or any .js or .css files in the same location as specified by ScriptPath.  
Public PropertyScriptPathSets the script path for the Java Script resources.  
Public PropertyThemeSets the theme name for the widgets on the page.  
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub