jQuery UI与jQuery easyUI都是基于jQuery开发的。难免里面会有些方法名冲突!因此对jQuery.easyui其中的两个方法名:resizable 和 draggable进行替换,分别替换为resiz_able和dragg_able,即可!
分类:
Web程序 时间:
2015-07-18 15:34:51
阅读次数:
287
此行是显示文字的内容,加载时自动调用commonSubstring()函数判断{ title: '点评', field: 'commonent', width: 180, resizable: true, f...
分类:
Web程序 时间:
2015-07-17 11:30:25
阅读次数:
168
ArrayListis implemented as a resizable array. As more elements are added to ArrayList, its size is increased dynamically. It's elements can be accesse...
分类:
其他好文 时间:
2015-06-17 23:19:34
阅读次数:
158
//实现javascript跨域子窗口关闭并刷新父窗口functionwinOpen(url){varwin=window.open(url,‘‘,‘height=480,width=670,top=300,left=300,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=no‘);setInterval((function(win){returnfunction(){if(win.clo..
分类:
编程语言 时间:
2015-06-10 15:55:13
阅读次数:
148
大部分Extjs的Windows问题:在Extjs4代码中,只要加几句话:frame:true, //这个窗口的边边是圆的 border : false , //窗口没有边框draggable: true, //允许窗口被拖动resizable: true,//允许窗口大小可以被改动ghost:fa...
分类:
Web程序 时间:
2015-05-27 18:41:22
阅读次数:
198
源代码如下:父页面:window.showModalDialog("../readfile/readFile.jsp","","dialogWidth=1000px;dialogHeight=500px;status=no;help=no;resizable:yes");子页面:readFile.j...
分类:
其他好文 时间:
2015-05-21 10:42:04
阅读次数:
145
Window窗体组件window是一个指定的打算作为一个应用程序窗口的面板,默认窗口是浮动的,resizable, 并且draggable,默认的,窗体靠document.body呈现。1、示例:Insert title here 这里是窗体内容':窗体内部显示的html内容。 ...
【Java心得总结六】Java容器中——Collection在前面自己总结的一篇博文中对Collection的框架结构做了整理,这里深究一下Java中list的实现方式1.动态数组Incomputer science, adynamic array,growable array,resizable ...
分类:
编程语言 时间:
2015-04-23 15:21:04
阅读次数:
198
functionfullscr(){varffchat;ffchat=window.open("#","hamie","Status=no,scrollbars=no,resizable=yes");ffchat.moveTo(0,0);ffchat.resizeTo(screen.availWidth,screen.availHeight);ffchat.outerWidth=screen.availWidth;ffchat.outerHeight=screen.availHeight;}<spanc..
分类:
编程语言 时间:
2015-04-21 18:37:22
阅读次数:
213
Specifying a Resizable Area of an ImageUse the XcodeSlicingfeature to specify the dimensions of a resizable center area of the image and to optionally...
分类:
其他好文 时间:
2015-04-15 19:29:56
阅读次数:
141