随笔分类 - easyui
摘要:$('#List').datagrid({ url: '@Url.Action("GetList")', width:SetGridWidthSub(10), methord: 'post', height: SetGridHeightSub(45), fitColumns:...
阅读全文
摘要:$("#btnCreate").click(function () { $("#modalwindow").html(""); $("#modalwindow").window({ title: '@Resource.Create', width: 700, height: 400, iconCls: 'icon-add' }).window('open'); }); $("#btnEd...
阅读全文