iOS开发 跳转场景的三种方式2012年10月17日, 15:32假设A跳转到B,三种方法:1.按住ctrl键,拖动A上的控件(比如说UIButton)到B上,弹出菜单,选择Modal.不需要写任何代码,在A上点击Button就会跳转到B2. 按住ctrl键,拖动A上的View Controller...
分类:
移动开发 时间:
2014-09-13 13:14:05
阅读次数:
227
Bootstrap 模态对话框发现使用romote 加载页面的时候,只会执行一次, 给链加上随机数也无果。最后发现需要添加一行代码 :Bootstrap V2$("#myModal").on("hidden", function() { $(this).removeData("modal");...
分类:
其他好文 时间:
2014-09-09 17:53:39
阅读次数:
237
iOS7之定制View Controller切换效果
在iOS7之前,View Controller的切换主要有4种:
1. Push/Pop,NavigationViewController
2. Present and dismis Modal
3. UITabBarController
4. addChildViewController(一般用于自定义的继承于 UIViewCont...
分类:
移动开发 时间:
2014-09-05 14:23:41
阅读次数:
255
基本操作默认窗体[html]view plaincopyprint?new Dialog('这是一个默认对话框').show(); 非模态对话框[html]view plaincopyprint?newDialog('非模态对话框,可以打开多个!',{modal:false}).show(); 自动...
分类:
其他好文 时间:
2014-09-03 19:35:07
阅读次数:
352
相信很多人都受够了 alert、confirm 的样子,最近正在用 bootstrap 做项目,顺便封装了一个 bootstrap 样式的消息框。实现起来很简单,bootstrap 本身就自带了 modal 模态框,样子还不错 :)就把它封装一下用吧。无码无真相,少说多做,上代码。项目是Asp.ne...
分类:
Web程序 时间:
2014-09-01 03:58:32
阅读次数:
560
属性分为CSS片段和JS片段。CSS类定义:1、div easyui-window生成一个window窗口样式。属性如下: 1)modal:是否生成模态窗口。true[是] false[否]2)shadow:是否显示窗口阴影。true[显示] false[不显示]2、div easyui-panel...
分类:
其他好文 时间:
2014-08-30 11:09:09
阅读次数:
369
本篇体验用Tab插件显示内容。Html部分为: 兰帕德宣布退出英格兰队 英超 西甲 ...
分类:
Web程序 时间:
2014-08-27 14:24:18
阅读次数:
425
机场服务 Large modal Profile Messages Profile Messages ...
分类:
其他好文 时间:
2014-08-27 12:35:57
阅读次数:
170
类似Page Header, Breadcrumbs, Dropdowns等,都是Bootstrap的组件,是静态的。如果涉及到交互,Bootstrap提供了插件。这些插件包括: ○ 过渡效果: bootstrap-transition.js○ 模态对话框:bootstrap-modal.js○ 下...
分类:
其他好文 时间:
2014-08-24 14:03:52
阅读次数:
207
iOS开发UI篇—iPad开发中得modal介绍一、简单介绍说明1: 在iPhone开发中,Modal是一种常见的切换控制器的方式 默认是从屏幕底部往上弹出,直到完全盖住后面的内容为止说明2:在iPad开发中,Modal的使用频率也是非常高的对比iPhone开发,Modal在iPad开发中多了一.....
分类:
移动开发 时间:
2014-08-19 18:04:35
阅读次数:
252