Product : Ext.NET Release Date : 2015-05-15 Current Version : 3.2.0 -------------------------------------------------------------------------- CONTENTS -------------------------------------------------------------------------- I. SYSTEM REQUIREMENTS II. INSTALLATION INSTRUCTIONS III. REVISIONS + BREAKING CHANGES IV. SAMPLE WEB.CONFIG V. WEB.CONFIG GLOBAL CONFIGURATION PROPERTIES VI. MVC Installation Tips VII. CREDITS -------------------------------------------------------------------------- I. SYSTEM REQUIREMENTS -------------------------------------------------------------------------- 1. Visual Studio 2010*, 2012, 2013 or 2015, or 2. Visual Studio Express 2010*, 2012, 2013 or 2015 3. .NET Framework 4.0, 4.5 and 4.5.1 * Visual Studio 2012 (or higher) required for Examples Explorer projects -------------------------------------------------------------------------- II. INSTALLATION INSTRUCTIONS -------------------------------------------------------------------------- Getting Started (NuGet) The easiest and quickest way to install Ext.NET is using NuGet. Run the following command in Visual Studio Command panel, or seach for "Ext.NET" in NuGet Package Manager. Install-Package Ext.NET Getting Started (Manual Installation with Videos) http://forums.ext.net/showthread.php?11027-Install-and-Setup-Guide-for-Visual-Studio -------------------------------------------------------------------------- III. REVISIONS + BREAKING CHANGES -------------------------------------------------------------------------- See CHANGELOG.txt and BREAKING_CHANGES.txt files included in the download package, or view online: http://examples.ext.net/#/Getting_Started/Release_Documents/README/ http://examples.ext.net/#/Getting_Started/Release_Documents/BREAKING_CHANGES/ -------------------------------------------------------------------------- IV. SAMPLE WEB.CONFIG --------------------------------------------------------------------------
-------------------------------------------------------------------------- V. WEB.CONFIG GLOBAL CONFIGURATION PROPERTIES -------------------------------------------------------------------------- ajaxTimeout : int Sets the default Timeout in milliseconds for all AJAX operations: DirectEvents, DirectMethods, loading data to Stores via AJAX (PageProxy, AjaxProxy), etc. Default is 30000. ajaxViewStateMode : ViewStateMode 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. Default is 'Default'. Options include [Default|Exclude|Include] cleanResourceUrl : bool The Ext.NET controls can clean up the autogenerated WebResource URL so they look presentable. Default is 'true'. Options include [true|false] dateTimeZoneHandling : DateTimeZoneHandling Specifies how to treat the time value when converting between string and DateTime. It is a Json.NET setting. More details: http://james.newtonking.com/json/help/index.html?topic=html/SerializeDateTimeZoneHandling.htm disableViewState : bool Specifies whether remove ViewState from page's rendering or not. Defaults to true (remove). directEventUrl : string The url to request for all DirectEvents. Default is "". directMethodProxy : ClientProxy Specifies whether server-side Methods marked with the [DirectMethod] attribute will output configuration script to the client. If not, the DirectMethods can still be called, but the DirectMethod proxies are not automatically generated. Default is 'Default' (it creates the proxy for each DirectMethod). Options include [Default|Include|Ignore] directMethodNamespace : string Specifies a custom namespace prefix to use for the DirectMethods. Defaults to App.direct. glyphFontFamily : string Sets the default font-family to use for components that support a glyph config. Default is "". gzip : bool Whether to automatically render scripts with gzip compression. Only works when renderScripts="Embedded" and/or renderStyles="Embedded". Default is true. Options include [true|false] idMode : IDMode Manages how a control's id is rendered to the client. Default is 'Explicit'. Options include [Client|Explicit|Ignore|Inherit|Legacy|Parent|Predictable|Static] initScriptMode : InitScriptMode Specifies how to render the Ext.NET initialization script. The options are self-explanatory. Default is 'Inline'. Options include [Inline|Linked] licenseKey : string The Ext.NET License key. locale : string Specifies the language of the Ext.NET localization resources to use. For example, "en-GB", "fr-CA", "ru". Default is English. namespace : string The application's JavaScript namespace. Default is "App". renderScripts : ResourceLocationType Whether to have the Ext.NET controls output the required JavaScript includes or not. Gives a developer the option of manually including the required