码迷,mamicode.com
首页 >  
搜索关键字:modal    ( 862个结果
Modal有两种方式,直接使用属性数据或使用JavaScript方式。
传值使用JavaScript方式吧,代码如下: 张三 2012/10/28 22:28:42 呵呵呵呵呵呵 ...
分类:编程语言   时间:2015-01-08 14:52:16    阅读次数:194
Issue 5158: Modal dialog present (UnexpectedAlertOpen) issue in IE (Similar issue like 3360)
https://code.google.com/p/selenium/issues/detail?id=5158Reported bymailtopa...@gmail.com,Feb 13, 2013Hi,This is pavan,i would like to say thanks for p...
分类:其他好文   时间:2015-01-06 17:27:50    阅读次数:279
对bootstrap modal的简单扩展封装
对bootstrap modal的简单扩展封装参考自:http://www.muzilei.com/archives/677 注:原文不支持bootstrap新版本,并且居中等存在问题 此段时间一直在学习bootstrap,主要是用于做后台,一直习惯用easyui,ui,jgrid前端框架,以至于....
分类:其他好文   时间:2014-12-31 16:07:59    阅读次数:182
mfc dialog用法
CDialogThe CDialog class is the base class used for displaying dialog boxes on the screen. Dialog boxes are of two types: modal and modeless. A modal ...
分类:编程语言   时间:2014-12-29 21:17:37    阅读次数:250
[iOS基础控件 - 6.12.2] Modal
A.概念 1.也可以用来切换控制器 2.如ActionSheet 除了push之外,还有另外一种控制器的切换方式,那就是Modal 任何控制器都能通过Modal的形式展示出来 Modal的默认效果:新控制器从屏幕的最底部往上钻,直到盖住之前的控制器为止以Modal的形式展示控制器- (void)pr...
分类:移动开发   时间:2014-12-28 01:39:45    阅读次数:284
bootstrap model弹出框的使用
之前,我们讲解了bootstrap tab的使用,今天我们来了解下bootstrap 中model弹出窗的使用。效果:代码:×Modal header很简单吧,这样就可以了。注意:data-target属性,指向了model的id,所以点击按钮,model就会弹出来了。当然你也可以用js来控制。如下...
分类:其他好文   时间:2014-12-24 20:01:20    阅读次数:126
StoryBoard初探(二):使用UINavigationController和UITabBarController
UINavigationController StoryBoard的Segue类型有三种:Push,Modal,Custom.其中Push类型的Segue需要用到UINavigationController。第一步,先清空之前所有的连线和连接,选择ViewController,打开Editor菜单,选择Embed In选项中的Navigation Controller。 主窗口区域...
分类:其他好文   时间:2014-12-24 11:48:20    阅读次数:236
jquery ui 常用(二)(对话框 | 旋转器 | 工具提示框(表单) | 特效(百叶窗) )
一、添加信息的对话框 http://www.w3cschool.cc/try/tryit.php?filename=jqueryui-example-dialog-modal-form、模态表单 | 模态消息 二、滑块(可以用在延时天数)http://www.w3cschool.cc/jqueryu...
分类:Web程序   时间:2014-12-19 23:11:20    阅读次数:197
模态窗口和非模态窗口
对话框一般分为两种类型:模态类型(modal)与非模态类型(modeless)。所谓模态对话框,就是指除非采取有效的关闭手段,用户的鼠标焦点或者输入光标将一直停留在其上的对话框。非模态对话框则不会强制此种特性,用户可以在当前对话框以及其他窗口间进行切换。本文介绍如何使用JavaScript语言来创建...
分类:其他好文   时间:2014-12-18 01:28:02    阅读次数:213
ShowModal 和 Show 的区别
Show: Use Show to set the form Visible property to true and to bring the form to the front of other forms on the screen. ShowModal: Use ShowModal to show a form as a modal form.  A modal form is ...
分类:其他好文   时间:2014-12-17 18:28:10    阅读次数:219
862条   上一页 1 ... 75 76 77 78 79 ... 87 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!