用modal.js插件的模态框时,根据参考文档写下了如下代码: ?$(‘#myModal‘).modal(‘toggle‘).on(‘shown.bs.modal‘, function (e) { ? ? ? ? //TODO something ?}); 运行结果: chrome正常! IE8+(低版本没试...
分类:
Web程序 时间:
2014-10-16 02:51:52
阅读次数:
228
var_window=newExt.Window({title:‘窗口‘,width:‘800‘,height:500,modal:true,//模态的后面的页面就不能点了frame:true,layout:‘fit‘,items:[...]});加上modal:true,这个配置项即可
分类:
Web程序 时间:
2014-10-15 16:36:11
阅读次数:
151
模态对话框(Modal Dialogue Box,又叫做模式对话框),是指在用户想要对对话框以外的应用程序进行操作时,必须首先对该对话框进行响应。如单击【确定】或【取消】按钮等将该对话框关闭。 也就是说,只要不释放该对话框,主框架就无法响应,类似于进程阻塞的效果。 JAVA中Dialog和J...
分类:
其他好文 时间:
2014-10-14 03:06:18
阅读次数:
147
项目开发中需要使用GridView批处理操作,多项选择。
但是GridView.setChoiceMode(GridView.CHOICE_MODE_MULTIPLE_MODAL)不兼容低版本。
找解决方案,查看android sdk提供的demo里介绍的GridView多项选择的方法
public class Grid3 extends Activity {
GridVi...
分类:
其他好文 时间:
2014-10-10 19:39:54
阅读次数:
628
Chapter 17 Autorotation, Popover Controller, and Modal View Controllers1.There are two distinct orientations in iOS: device orientation and interface ...
分类:
其他好文 时间:
2014-10-02 17:50:23
阅读次数:
161
CSS类定义:div easyui-windowwindow窗口样式属性如下:1)modal:是否生成模态窗口。true[是] false[否]2)shadow:是否显示窗口阴影。true[显示] false[不显示]div easyui-panel面板属性如下:1)title:该标题文本显示在面板...
分类:
其他好文 时间:
2014-09-28 21:20:25
阅读次数:
244
<div id="dialog_load" class="hide" title="">正在准备数据</div> $(‘#dialog_load‘).dialog({ ? ? autoOpen: false,//不自动显示 ? ? modal: true,//遮盖下层 ? ? width: ‘auto‘, ? ? height:‘auto‘, ?...
分类:
其他好文 时间:
2014-09-28 20:12:35
阅读次数:
201
发生环境:$modal.on('click', '#search',function(e){});上面代码的语法是这样的:.on( events [, selector ] [, data ], handler(eventObject) )其中$modal为父容器,在该容器上绑定click事件,当i...
分类:
Web程序 时间:
2014-09-25 12:59:18
阅读次数:
178
1、用Bootstrap框架弹出iframe页面
2、在弹出的模态框中载人iframe页面...
分类:
其他好文 时间:
2014-09-23 19:18:15
阅读次数:
260
在此输入代码 Bootstrap Template 1 道德经原文 上篇 Launch demo modal × Modal title One fine body… Close Save changes × Modal title22222222222 One fine body2222222222222222222… One fine body22222...
分类:
其他好文 时间:
2014-09-14 23:48:48
阅读次数:
578