- 博客(11)
- 资源 (7)
- 收藏
- 关注
原创 Extjs 解决MVC中 Ext.ux.SearchField 的问题
Ext.define('Ext.ux.SearchField', { extend: 'Ext.form.field.Trigger', alias: 'widget.searchfield', trigger1Cls: Ext.baseCSSPrefix + 'form-clear-trigger', trigger2Cls: Ext.baseCSSPref
2013-05-24 20:51:57
1156
原创 js正则表达式 必然包含数字和字母 6到20位之间
var s = "123abc"; var reg = /^(?!\D+$)(?![^a-zA-Z]+$)\S{6,20}$/; alert(reg.test(s));
2013-05-15 14:55:32
4873
原创 Extjs PagingToolbar下拉框分页插件 Ext.ux.ComboPageSize
Ext.define('Ext.ux.ComboPageSize', { requires: [ 'Ext.form.field.ComboBox' ], pageSizes: [10, 25, 50, 100, 200], constructor : function(config) { if (config) {
2013-05-15 14:02:53
1915
转载 js监听浏览器,关闭,刷新(兼容IE6+,Firefox,Chrome,Safari)
http://www.foolerp.com/knowledge-view-136.htmljs阻止浏览器关闭 刷新、js监听浏览 关闭 刷新;对Alt+F4 、右键关闭 都起作用var UnloadConfirm = {};UnloadConfirm.MSG_UNLOAD = "数据尚未保存,离开后可能会导致数据丢失\n\n您确定要离开吗?";UnloadConfir
2013-01-10 08:41:55
5314
1
原创 icons 资源
点击打开链接 http://www.famfamfam.com/lab/icons/silk/点击打开链接 http://www.16px.com/点击打开链接 http://www.axialis.com/free/icons/index.html点击打开链接 http://www.freeiconsdownload.com/Index.ht
2013-01-02 20:52:11
579
转载 JQuery获取浏览器窗口宽高
$(document).ready(function() { alert($(window).height()); //浏览器当前窗口可视区域高度 alert($(document).height()); //浏览器当前窗口文档的高度 alert($(document.body).height());//浏览器当前窗口文档body的高度 alert($(document.body).ou
2013-01-02 14:31:16
801
转载 Swfupload 解决IE9不兼容问题
只需要修改一下swfupload.js就可以解决 大约在307行修改前:// Private: getFlashHTML generates the object tag needed to embed the flash in to the documentSWFUpload.prototype.getFlashHTML = function (flashVersion) { // Fla
2012-12-31 16:48:40
4305
转载 SQL 表数据多行某一列拼接成一个字符串
alter function [dbo].[fun]()returns nvarchar(200)asbegin declare @re nvarchar(200) set @re='' --title 是你要拼接的列名 news 是你的表 select @re=@re+title+',' from news select @re=left(@re,
2012-12-25 09:20:12
1458
原创 ExtJs4.1 RowEditing时新增取消自动删除该行 + 判断是新增 还是 修改
//var rowEditing = Ext.create('Ext.grid.plugin.RowEditing', { clicksToMoveEditor: 1, saveBtnText: '更新', cancelBtnText: '取消', errorSu
2012-12-23 07:39:10
2979
原创 Extjs4.1 checkboxgroup动态生成checkbox 还有 checkbox绑定点击事件
我在网上有找到的 checkbox点击事件URL:http://blog.youkuaiyun.com/jiafugui/article/details/7590330他的有个bug就是点击文字的时候 会执行两次 而我的就不会出现两次 //role function rolewin(id,name){ Ext.Ajax.
2012-12-23 07:26:48
7405
原创 ExtJS4.1 ExtJS TabPanel 双击标签关闭该页
/*总觉得 TabPanel 生成的那个关闭按钮太小关闭的时候不太顺手 感觉不方便 所以想双击关闭tab方便些于是在网上找到下面的代码 URL:http://atian25.iteye.com/blog/413920可是用在我的系统框架上无效,本人用的是ExtJs4.1。不知道是不是我的问题,可是实在找不出错在哪里。于是 自己想了个办法 亲测支持ExtJs4.1 可能有
2012-12-23 06:41:18
2646
臻识和智芯源动车牌识别相机TCP协议对接(QT c++版).rar
2021-05-20
ExtJS4.2 MVC + VS2012 MVC + EntityFramework 搭建系統框架
2014-05-06
ExtJs4.1 swfupload 多文件上传实例
2012-12-25
EXTJS JSON ASP.NET C#超简洁系统框架 实例
2011-11-23
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人