码迷,mamicode.com
首页 >  
搜索关键字:resizable    ( 119个结果
jQuery UI与jQuery easyUI的冲突解决办法
jQuery UI与jQuery easyUI都是基于jQuery开发的。难免里面会有些方法名冲突!因此对jQuery.easyui其中的两个方法名:resizable 和 draggable进行替换,分别替换为resiz_able和dragg_able,即可!
分类:Web程序   时间:2015-07-18 15:34:51    阅读次数:287
mvc index 用table显示内容,文字过长时用......表示
此行是显示文字的内容,加载时自动调用commonSubstring()函数判断{ title: '点评', field: 'commonent', width: 180, resizable: true, f...
分类:Web程序   时间:2015-07-17 11:30:25    阅读次数:168
ArrayList or. LinkedList or. Vecto
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 跨域子窗口关闭并刷新父窗口
//实现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的窗口拖拽,改变大小,背景淡化问题
大部分Extjs的Windows问题:在Extjs4代码中,只要加几句话:frame:true, //这个窗口的边边是圆的 border : false , //窗口没有边框draggable: true, //允许窗口被拖动resizable: true,//允许窗口大小可以被改动ghost:fa...
分类:Web程序   时间:2015-05-27 18:41:22    阅读次数:198
解决以showModalDialog打开的页面在提交表单时弹出新窗口的问题
源代码如下:父页面:window.showModalDialog("../readfile/readFile.jsp","","dialogWidth=1000px;dialogHeight=500px;status=no;help=no;resizable:yes");子页面:readFile.j...
分类:其他好文   时间:2015-05-21 10:42:04    阅读次数:145
ExtJs学习笔记之Window组件
Window窗体组件window是一个指定的打算作为一个应用程序窗口的面板,默认窗口是浮动的,resizable, 并且draggable,默认的,窗体靠document.body呈现。1、示例:Insert title here 这里是窗体内容':窗体内部显示的html内容。 ...
分类:Windows程序   时间:2015-05-05 16:04:27    阅读次数:171
Java 动态数组 深究
【Java心得总结六】Java容器中——Collection在前面自己总结的一篇博文中对Collection的框架结构做了整理,这里深究一下Java中list的实现方式1.动态数组Incomputer science, adynamic array,growable array,resizable ...
分类:编程语言   时间:2015-04-23 15:21:04    阅读次数:198
Javascript 模拟F11全屏
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
Asset Catalog Help (九)---Specifying a Resizable Area of an Image
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
119条   上一页 1 ... 8 9 10 11 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!