Calendar-for-ext1.1

所属分类:.net编程
开发工具:C#
文件大小:5387KB
下载次数:10
上传日期:2012-08-02 09:24:24
上 传 者sqrlt
说明:  Calendar日程管理,ext.net1.1开发,sql2005,vs2010, 日程管理系统,官网示例改编
(Calendar scheduling ext.net1.1 development, sql2005, vs2010, schedule management system, the official website of examples adapted)

文件列表:
Default.aspx (14908, 2012-07-26)
Default.aspx.cs (10934, 2012-07-26)
Login.aspx (1335, 2012-07-26)
Login.aspx.cs (2069, 2012-07-26)
Web.config (3133, 2012-07-25)
请读我.txt (865, 2012-07-26)
App_Code\DbHelperSql.cs (164795, 2012-07-26)
App_Code\GlobalClass.cs (47581, 2012-07-26)
App_Code\SqlHelper.cs (141811, 2012-05-29)
App_Data\Calendar.mdf (3145728, 2012-07-26)
App_Data\Calendar.Sql (4376, 2012-07-26)
App_Data\Calendar_log.ldf (1048576, 2012-07-26)
Bin\2. CHANGELOG.txt (36012, 2012-02-29)
Bin\3. LICENSE.txt (10941, 2012-03-01)
Bin\4. Sample.Web.config (5082, 2012-03-01)
Bin\Ext.Net.dll (15967232, 2012-02-29)
Bin\Ext.Net.Utilities.dll (39936, 2012-02-29)
Bin\Ext.Net.Utilities.xml (21905, 2012-02-29)
Bin\Ext.Net.xml (3389505, 2012-02-29)
Bin\Newtonsoft.Json.dll (331264, 2012-02-29)
Bin\Newtonsoft.Json.xml (374408, 2012-02-29)
scripts\jquery-1.7.2.min.js (94840, 2012-06-04)
scripts\kindeditor-4.1\kindeditor-min.js (90520, 2012-06-04)
scripts\kindeditor-4.1\kindeditor.js (160159, 2012-06-04)
scripts\kindeditor-4.1\lang\ar.js (9504, 2012-06-04)
scripts\kindeditor-4.1\lang\en.js (7892, 2012-06-04)
scripts\kindeditor-4.1\lang\zh_CN.js (8388, 2012-06-04)
scripts\kindeditor-4.1\lang\zh_TW.js (8252, 2012-06-04)
scripts\kindeditor-4.1\license.txt (35, 2012-06-04)
scripts\kindeditor-4.1\plugins\anchor\anchor.js (1513, 2012-06-04)
scripts\kindeditor-4.1\plugins\baidumap\baidumap.js (2646, 2012-06-04)
scripts\kindeditor-4.1\plugins\baidumap\map.html (1222, 2012-06-04)
scripts\kindeditor-4.1\plugins\clearhtml\clearhtml.js (1185, 2012-06-04)
scripts\kindeditor-4.1\plugins\code\code.js (2071, 2012-06-04)
scripts\kindeditor-4.1\plugins\code\prettify.css (973, 2012-06-04)
scripts\kindeditor-4.1\plugins\code\prettify.js (13660, 2012-06-04)
scripts\kindeditor-4.1\plugins\emoticons\emoticons.js (4058, 2012-06-04)
scripts\kindeditor-4.1\plugins\emoticons\images\0.gif (1810, 2012-06-04)
scripts\kindeditor-4.1\plugins\emoticons\images\1.gif (1582, 2012-06-04)
... ...

Product : Ext.NET Pro Version : 1.3.0 Last Updated : 2012-02-29 -------------------------------------------------------------------------- CONTENTS -------------------------------------------------------------------------- I. Version 1.3.0 CHANGELOG II. ADD TO VISUAL STUDIO (or VISUAL WEB DEVELOPER) PROJECT INSTRUCTIONS III. SAMPLE WEB.CONFIG IV. WEB.CONFIG GLOBAL CONFIGURATION PROPERTIES V. CREDITS -------------------------------------------------------------------------- I. Version 1.3.0 CHANGELOG -------------------------------------------------------------------------- See CHANGELOG.txt -------------------------------------------------------------------------- II. ADD TO VISUAL STUDIO (or VISUAL WEB DEVELOPER) PROJECT INSTRUCTIONS -------------------------------------------------------------------------- The following steps are required to manually install the controls into your Visual Studio (2008 or 2010) or Visual Web Developer (2008 or 210) Express Toolbox. ADD TO VISUAL STUDIO TOOLBOX ---------------------------- 1. Open Visual Studio or Visual Web Developer Express. 2. Open an existing web site or create a new web site project. 3. Open or create a new .aspx page. 4. Open the ToolBox panel, typically located on the left side in a fly-out panel (Ctrl + Alt + x). 5. Create a new "Ext.NET" Tab, by... a. Right-Click in the ToolBox area. b. Select "Add Tab". c. Enter "Ext.NET". 6. Inside the "Ext.NET" tab, Right-Click and select "Choose Items...". 7. Under the ".NET Framework Components" Tab select the "Browse" button. 8. Navigate to and select the Ext.Net.dll file, choose open, then select the "Ext.NET.dll" from the extracted download .zip package. Ext.NET can always be downloaded from the following location, see http://www.ext.net/download/ 9. The component items should now be added to the list and pre-checked. You can confirm by sorting the list by "Namespace" and scrolling to "Ext.Net" 10. Click "OK". The icons should be added to your ToolBox. You should now be able to drag/drop a Ext.NET component onto your WebForm. When a Component is drag/dropped into your .aspx, Visual Studio will automatically add the proper project Assembly References. A project Assembly Reference can be manually added with the following steps: 10.1 In Visual Studio, open your project, then open the "Solution Explorer" panel. Or, from the main Visual Studio menu, select "Project", then "Add Reference...". 10.2 Right-click on your project, select "Add Reference...". 10.3 Under the "Browse" Tab, navigate and find the "Ext.Net.dll" from the extracted download .zip package. 10.4 Click "OK" button. Project Reference has now been added. ADD REQUIRED WEB.CONFIG NODES ----------------------------- 1. Open your projects Web.config file. 2. Add required Ext.NET related node as provided in item III. "SAMPLE WEB.CONFIG" below. -------------------------------------------------------------------------- III. SAMPLE WEB.CONFIG --------------------------------------------------------------------------
-------------------------------------------------------------------------- IV. WEB.CONFIG GLOBAL CONFIGURATION PROPERTIES -------------------------------------------------------------------------- directEventUrl : string The url to request for all DirectEvents. Default is "". directMethodNamespace : string Specifies a custom namespace prefix to use for the DirectMethods. Example "CompanyX". Example (default): Ext.net.DirectMethods.doSomething(); Example: CompanyX.doSomething(); directMethodProxy : ClientProxy Specifies whether server-side Methods marked with the [DirectMethod] attribute will output configuration script to the client. If false, the DirectMethods can still be called, but the Method proxies are not automatically generated. Specifies ajax method proxies creation. The Default value is to Create the proxy for each ajax method. Default is 'Default'. Options include [Default|Include|Ignore] ajaxViewStateMode : ViewStateMode Specifies whether the ViewState should be returned and updated on the client during a DirectEvent. The Default value is Disabled, i.e. to disable the ViewState from the Response. Default is 'Disabled'. Options include [Inherit|Disabled|Enabled] cleanResourceUrl : boolean The Ext.NET controls can clean up the autogenerate WebResource Url so they look presentable. Default is 'true'. Options include [true|false] clientInitDirectMethods : boolean Specifies whether server-side Methods marked with the [DirectMethod] attribute will output configuration script to the client. If false, the DirectMethods can still be called, but the Method proxies are not automatically generated. Default is 'false'. Options include [true|false] idMode : IDMode Specifies how the Client ID for the control should be sent to the client. Similar in functionality to ASP.NET 4.0 ClientIDMode property. The Default value is Legacy. Default is 'Legacy'. Options include [Legacy|Inherit|Static|Ignore|Explicit] initScriptMode : InitScriptMode Specifies how the initialization JavaScript code will be rendered in the client. Inline will place the Ext.onReady block within the Page . Linked will create a link to the init block and download in a separate request. The Default value is Inline. Default is 'Inline'. Options include [Inline|Linked] locale : string Specifies language of the ExtJS resources to use. Default is to return the System.Threading.Thread.CurrentThread.CurrentUICulture if available. gzip : boolean Whether to automatically render scripts with gzip compression. Only works when renderScripts="Embedded" and/or renderStyles="Embedded". Default is true. Options include [true|false] scriptAdapter : ScriptAdapter Gets or Sets the current script Adapter. Default is "Ext". Options include [Ext|jQuery|Prototype|YUI] disableViewState : boolean True to completely remove the __VIEWSTATE field from the client. If true, the VIEWSTATE is not sent to, nor returned from the client. Default is "false". Options include [true|false] renderScripts : ResourceLocationType Whether to have the Ext.NET controls output the required JavaScript includes or not. Gives developer option of manually including required