Drag me around i can fly! Drop here Resizable Item 1 Item 2 Item 3 Item 4 Item 5 Item 6 Item 7 Item 8 Item...
分类:
Web程序 时间:
2014-11-25 18:20:39
阅读次数:
228
if(navigator.userAgent.indexOf("Chrome") >0 ){
var winOption = "height="+height+",width="+width+",top=50,left=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes...
父窗口 创建一个窗口var backinfo = window.showModalDialog('UserSelect.aspx', '', 'dialogHeight=600px; dialogWidth= 600px; edge=Raised; center=Yes;resizable= No;...
在jsp页面用servlet使用js调用:varwin=window.open("DownloadYhscServlet",‘用户手册下载‘,‘height=‘+iHeight+‘,width=‘+iWidth+‘,top=‘+iTop+‘,left=‘+iLeft+‘,status=no,scrollbars=no,resizable=no‘);在servlet中实现下载的方法:/**
*@seeHttpServlet#doGet(HttpServletRe..
分类:
其他好文 时间:
2014-10-14 05:09:08
阅读次数:
149
1、dialog Java代码 $("#dialog-form").dialog({title:"任務",width:500,resizable:false,cache:false,//禁止缓存href:'/Admin/Project/videoPlayer',//加载的页面地址closed:fal...
分类:
Web程序 时间:
2014-09-08 10:46:26
阅读次数:
369
resizable 布局
开发桌面应用时,应用一般会有多个窗格,这些窗格需要可调节宽度高度,使用node-webkit开发,布局就是网页布局,这时候这就需要resize的属性,实际效果如:http://jsfiddle.net/
这里使用了jquery.ui辅助,以一个左右两栏布局为例
Thi...
分类:
Web程序 时间:
2014-09-06 13:41:34
阅读次数:
242
Resizable(调整大小)组件,easyui基础组件之一,调整大小就是可以对元素可以拖着调整大小,这个组件不依赖于其他组件,使用比较简单,相关的属性、事件都
在例子中介绍了。
示例:
jQuery Easy UI
$(function () {
$.fn.resizable.defaults.disabled = true;
$('#rr').resiza...
分类:
Web程序 时间:
2014-08-27 22:02:58
阅读次数:
265
弹出窗口两种方式:1.window.showModalDialog:var feature = "dialogWidth:615px;dialogHeight:505px;status:no;help:no;scroll:no;resizable:no;center:yes";window.show...
常用数据结构及复杂度常用数据结构的时间复杂度Data StructureAddFindDeleteGetByIndexArray (T[])O(n)O(n)O(n)O(1)Linked list (LinkedList)O(1)O(n)O(n)O(n)Resizable array list (Li...
分类:
其他好文 时间:
2014-08-05 00:07:58
阅读次数:
391