Version 1.4.5
-------------
* Bug
* datagrid: The 'getChanges' method does not return the updated rows after calling 'updateRow' method. fixed.
* treegrid: The 'onLoadSuccess' event fires when append or insert a row. fixed.
* tree: The 'onLoadSuccess' event fires when append or insert a node. fixed.
* Improvement
* window: The displaying style can be customized.
* window: The 'border' property allows the user to set different border style.
* navpanel: The 'href' property is enabled to load content from remote server.
* combotree: The 'setValue' and 'setValues' methods accept the paremter values in 'id' and 'text' pairs
* combobox: Add 'showItemIcon' property.
* combobox: Set 'groupPosition' property to 'sticky' to stick the item group to the top of drop-down panel.
* messager: Pressing ENTER key on input box will trigger click event of the first button.
* validatebox: Add 'editable',disabled' and 'readonly' properties.
* validatebox: Add 'enable','disable','readonly' methods.
* validatebox: Allow the user to determine how to display the error message.
* filebox: Add 'accept' and 'multiple' properties.
* form: Add 'iframe' property and 'onProgress' event.
* treegrid: Add cascade checkbox selection.
* treegrid: Add 'getCheckedNodes','checkNode' and 'uncheckNode' methods.
Version 1.4.4
-------------
* Bug
* filebox: The 'clear' and 'reset' methods do not work properly in IE9. fixed.
* messager: After calling $.messager.progress() with no arguments, the $.messager.progress('close') does not work properly. fixed.
* timespinner: The value does not display properly in IE8 while clicking the spin buttons. fixed.
* window: The window does not display when calling 'options' method in 'onMove' event. fixed.
* treegrid: The 'getLevel' method does not accept the parameter value of 0. fixed.
* Improvement
* layout: The 'collapsedContent','expandMode' and 'hideExpandTool' properties are supported in region panel.
* layout: The 'hideCollapsedContent' property can be set to display the vertical title bar on collapsed panel.
* layout: Add 'onCollapse','onExpand','onAdd','onRemove' events.
* datagrid: Display the 'up-down' icon on the sortable columns.
* datagrid: Add 'gotoPage' method.
* propertygrid: Add 'groups' method that allows to get all the data groups.
* messager: Auto scroll feature is supported when displaying long messages.
* tabs: The 'disabled' property is supported when defining a disabled tab panel.
* tabs: The percentange size is supported now.
Version 1.4.3
-------------
* Bug
* textbox: The 'setText' method does not accept value 0. fixed.
* timespinner: When running in IE11, the error occurs when clicking on the empty textbox. fixed.
* tabs: The 'update' method can not update only the panel body. fixed.
* Improvement
* combobox: Improve the performance of displaying the drop-down panel.
* combogrid: Remember the displaying text when the drop-down datagrid go to other pages.
* combogrid: The 'setValue' and 'setValues' methods accept a key-value object.
* window: The inline window's mask can auto-stretch its size to fill parent container.
* tabs: The 'showTool' and 'hideTool' methods are available for users to show or hide the tools.
* layout: Allow the user to override the 'cls','headerCls' and 'bodyCls' property values.
* New Plugins
* switchbutton: The switch button with two states:'on' and 'off'.
Version 1.4.2
-------------
* Bug
* treegrid: The column will restore its size to original size after recreating the treegrid. fixed.
* Improvement
* draggable: Add 'delay' property that allows the user to delay the drag operation.
* tree: Add 'filter' property and 'doFilter' method.
* tabs: The 'add' method allows the user to insert a tab panel at a specified index.
* tabs: The user can determine what tab panel can be selected.
* tabs: Add 'justified' and 'narrow' properties.
* layout: Add 'unsplit' and 'split' methods.
* messager: Keyboard navigation features are supported now.
* form: Add 'onChange' event.
* combobox: Add 'queryParams' property.
* slider: Add 'range' property.
* menu: Add 'itemHeight','inline','noline' properties.
* panel: The 'header' property allows the user to customize the panel header.
* menubutton: Add 'hasDownArrow' property.
* New Plugins
* datalist: The plugin to render items in a list.
* navpanel: The root component for the mobile page.
* mobile: The plugin to provide the mobile page stack management and navigation.
Version 1.4.1
-------------
* Bug
* combogrid: The combogrid has different height than other combo components. fixed.
* datagrid: The row element loses some class style value after calling 'updateRow' method. fixed.
* menubutton: Calling 'enable' method on a disabled button can not work well. fixed.
* form: The filebox components in the form do not work correctly after calling 'clear' method. fixed.
* Improvement
* tabs: The 'update' method accepts 'type' option that allows the user to update the header,body,or both.
* panel: Add 'openAnimation','openDuration','closeAnimation' and 'closeDuration' properties to set the animation for opening or closing a panel.
* panel: Add 'footer' property that allows the user to add a footer bar to the bottom of panel.
* datagrid: Calling 'endEdit' method will accept the editing value correctly.
* datagrid: Add 'onBeforeSelect','onBeforeCheck','onBeforeUnselect','onBeforeUncheck' events.
* propertygrid: The user can edit a row by calling 'beginEdit' method.
* datebox: Add 'cloneFrom' method to create the datebox component quickly.
* datetimebox: Add 'cloneFrom' method to create the datetimebox component quickly.
Version 1.4
-------------
* Bug
* menu: The menu should not has a correct height when removed a menu item. fixed.
* datagrid: The 'fitColumns' method does not work normally when the datarid width is too small. fixed.
* Improvement
* The fluid/percentange size is supported now for all easyui components.
* menu: Add 'showItem', 'hideItem' and 'resize' methods.
* menu: Auto resize the height upon the window size.
* menu: Add 'duration' property that allows the user to define duration time in milliseconds to hide menu.
* validatebox: Add 'onBeforeValidate' and 'onValidate' events.
* combo: Extended from textbox now.
* combo: Add 'panelMinWidth','panelMaxWidth','panelMinHeight' and 'panelMaxHeight' properties.
* searchbox: Extended from textbox now.
* tree: The 'getRoot' method will return the top parent node of a specified node if pass a 'nodeEl' parameter.
* tree: Add 'queryParams' property.
* datetimebox: Add 'spinnerWidth' property.
* panel: Add 'doLayout' method to cause the panel to lay out its components.
* panel: Add 'clear' method to clear the panel's content.
* datagrid: The user is allowed to assign percent width to columns.
* form: Add 'ajax','novalidate' and 'queryParams' properties.
* linkbutton: Add 'resize' method.
* New Plugins
* textbox: A enhanced input field that allows users build their form easily.
* datetimespinner: A date and time spinner that allows to pick a specific day.
* filebox: The filebox component represents a file field of the forms.
Version 1.3.6
-------------
* Bug
* treegrid: The 'getChecked' method can not return correct checked rows. fixed.
* tree: The checkbox does not display properly on async tree when 'onlyLeafCheck' property is true. fixed.
* Improvement
* treegrid: All the selecting and checking methods are extended from datagrid component.
* linkbutton: The icon alignment is fully supported, possible values are: 'top','bottom','left','right'.
* linkbutton: Add 'size' property, possible values are: 'small','large'.
* linkbutton: Add 'onClick' event.
* menubutton: Add 'menuAlign' property that allows the user set top level menu alignment.
* combo: Add 'panelAlign' property, possible values are: 'left','right'.
* calendar: The 'formatter','styler' and 'validator' options are available to custom the calendar dates.
* calendar: Add
没有合适的资源?快使用搜索试试~ 我知道了~
mvc+dapper+mssql+easyui demo
共957个文件
html:291个
css:198个
png:150个
5星 · 超过95%的资源 需积分: 5 10 下载量 161 浏览量
2018-07-23
13:59:20
上传
评论
收藏 2.44MB ZIP 举报
温馨提示
ORM全称叫做Object Relationship Mapper,也就是可以用object来map我们的db,而且市面上的orm框架有很多,其中有一个框架 叫做dapper,而且被称为the king of ORM。
资源推荐
资源详情
资源评论
收起资源包目录
mvc+dapper+mssql+easyui demo (957个子文件)
Global.asax 99B
Web.config 2KB
web.config 2KB
packages.config 2KB
Web.Release.config 1KB
Web.Debug.config 1KB
App.config 480B
packages.config 466B
packages.config 129B
packages.config 129B
packages.config 129B
packages.config 129B
packages.config 129B
PHA_BaseInfoDAL.cs 9KB
PSS_ExWarehouseDetailDAL.cs 7KB
PHA_AccountsDAL.cs 7KB
EncryptUtils.cs 7KB
PSS_InWarehouseDetailDAL.cs 7KB
PSS_PurchasePlanDetailDAL.cs 5KB
PSS_InWarehouseDetailBLL.cs 4KB
PHA_OrginDAL.cs 4KB
PHA_BaseInfo.cs 4KB
PSS_ExWarehouseDetailBLL.cs 4KB
DrugManagementController.cs 4KB
PSS_InWarehouseController.cs 4KB
PSS_ExWarehouseController.cs 4KB
PSS_InWarehouseDAL.cs 3KB
PSS_ExWarehouseDAL.cs 3KB
PHA_AccountsController.cs 3KB
UserController.cs 3KB
PSS_PurchasePlanDAL.cs 3KB
PSS_PurchaseCompanyDAL.cs 3KB
PSS_InWarehouseModeDAL.cs 2KB
PHA_RepositoryDAL.cs 2KB
PSS_ExWarehouseModeDAL.cs 2KB
Dto_InWarehouseDetail.cs 2KB
COM_UserDAL.cs 2KB
PSS_PurchasePlanController.cs 2KB
PHA_Accounts.cs 2KB
PSS_PurchasePlanDetailController.cs 2KB
PSS_ExWarehouseDetailController.cs 2KB
PSS_InWarehouseDetailController.cs 2KB
Dto_ExWarehouseDetail.cs 2KB
Dto_PurchasePlanDetail.cs 2KB
PHA_OrginController.cs 2KB
PHA_BaseInfoBLL.cs 2KB
PHA_RepositoryController.cs 2KB
PHA_AccountsBLL.cs 2KB
PSS_ExWarehouseModeController.cs 2KB
PSS_InWarehouseModeController.cs 2KB
PSS_PurchaseCompanyController.cs 2KB
PSS_PurchasePlanDetailBLL.cs 2KB
ExHistoryController.cs 2KB
InHistoryController.cs 2KB
PHA_StockDetail.cs 2KB
PHA_StorageConditionDAL.cs 2KB
PSS_InWarehouseDetail.cs 2KB
PHA_DispenseWayDAL.cs 2KB
PHA_DosageFormDAL.cs 2KB
PHA_PhaAttrDAL.cs 2KB
PHA_AdjustPriceDetail.cs 1KB
PHA_OrginBLL.cs 1KB
PSS_InWarehouse.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
IPHA_OrginBLL.cs 1KB
PSS_InWarehouseModeBLL.cs 1KB
PSS_ExWarehouseModeBLL.cs 1KB
PSS_PurchaseCompanyBLL.cs 1KB
COM_User.cs 1KB
PHA_RepositoryBLL.cs 1KB
IPHA_AccountsBLL.cs 1KB
IPHA_BaseInfoBLL.cs 1KB
PSS_ExWarehouse.cs 1KB
PSS_PurchaseCompany.cs 1KB
IPSS_ExWarehouseDetailBLL.cs 1KB
IPSS_InWarehouseDetailBLL.cs 1006B
PSS_PurchasePlan.cs 926B
PSS_PurchasePlanBLL.cs 910B
PSS_InWarehouseBLL.cs 901B
PSS_ExWarehouseBLL.cs 901B
PSS_ExWarehouseDetail.cs 885B
PHA_AdjustPrice.cs 879B
UserControllerTests.cs 854B
IPSS_PurchasePlanDetailBLL.cs 836B
SetupController.cs 826B
PHA_BaseInfoDALTests.cs 825B
PSS_PurchasePlanDetail.cs 788B
PHA_BaseInfoBLLTests.cs 784B
PHA_Repository.cs 770B
PSS_ExWarehouseDetailBLLTests.cs 757B
IPSS_InWarehouseModeBLL.cs 746B
IPSS_PurchaseCompanyBLL.cs 746B
IPSS_ExWarehouseModeBLL.cs 745B
PHA_DosageFormBLL.cs 735B
共 957 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10
资源评论
- dhtiaw2020-08-18学习可以用。
髙兴同学
- 粉丝: 1
- 资源: 9
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功