码迷,mamicode.com
首页 >  
搜索关键字:Dialog    ( 2555个结果
easyui dialog 扩展load
1$.extend($.fn.panel.methods,{2showMask:function(jq,msg){3returnjq.each(function(){4varpal=$(this).panel('panel');5if(pal.css('position').toLowerCase(...
分类:其他好文   时间:2014-08-08 23:46:16    阅读次数:429
android--自定义ProgressDialog显示位置(其它Dialog子类都可以设置)
1、一般情况下,系统默认的Dialog显示位置为屏幕居中: pbDialog = new ProgressDialog(MainActivity.this); pbDialog.setMessage("请稍等,加载中"); pbDialog.show(); 2、设置Dialog显示位置在屏幕底部: pbDialog = new ProgressDialog(MainActivity....
分类:移动开发   时间:2014-08-08 12:47:35    阅读次数:193
forward declaration of class 错误
在使用Qt的时候遇到这个错误,查了一下发现,是因为我没有正确的使用前置声明。 1 #ifndef FIRSTPAGE_H 2 #define FIRSTPAGE_H 3 4 #include "ui_dialog.h" 5 //#include 6 class QWizardPage; 7 8...
分类:其他好文   时间:2014-08-08 12:07:45    阅读次数:211
MFC中模态对话框和非模态对话框
MFC的对话框非为两种,一种叫模态对话框(Modal Dialog Box,又叫做模式对话框),一种叫做非模式对话框(Modaless Dialog Box,又叫无模式对话框)。两者的区别在于当对话框打开的时候,是否允许用户进行其他对象的操作。...
分类:其他好文   时间:2014-08-07 23:05:45    阅读次数:344
dialog 最大化、换肤、IE不兼容、只能横向居中
对话框 var miniDrag =function() { this.handler = null; this.dragB...
分类:其他好文   时间:2014-08-07 21:51:40    阅读次数:275
MVC应用程序显示上传的图片(续)
上一篇《MVC应用程序显示上传的图片》http://www.cnblogs.com/insus/p/3597543.html最后有提及没有实现用户点击图片,显示原图的功能。此篇Insus.NET来完成它。想使用一个dialog box来呈现原图。这个jQuery的UI已经有了,引用相关的js类库即可...
分类:Web程序   时间:2014-08-07 12:11:19    阅读次数:250
dialog-simple
dialog master
分类:其他好文   时间:2014-08-07 00:14:16    阅读次数:317
对话框AlertDialog的dismiss和cancel区别
先上cancel方法源码和注解 /** * Cancel the dialog. This is essentially the same as calling {@link #dismiss()}, but it will * also call your {@link Dia...
分类:其他好文   时间:2014-08-06 18:36:51    阅读次数:267
art.dialog的应用
art.dialog开发实践
分类:其他好文   时间:2014-08-06 18:25:21    阅读次数:185
easyui-01 怎么样使用easyui
console.info();在控制台打印。1、引入 2、 demo dialog 通过class渲染出dialog dialog content通过js渲染出dialog$("#xx").dialog();--------------------------------------------.....
分类:其他好文   时间:2014-08-06 14:08:41    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!