The quick wayto opena sharepoint 2013 dialog modal form is via Javascriptbelow12345function OpenPopUpPage(url, callback, width, height)function OpenPo...
分类:
其他好文 时间:
2015-09-06 16:07:46
阅读次数:
188
sweetalert:http://t4t5.github.io/sweetalert/ 提示bootStrap: class="modal-dialog" 表单bootbox: http://bootboxjs.com/documentation.htmljnotify: 小提示框
分类:
其他好文 时间:
2015-09-02 10:34:19
阅读次数:
130
1. popup window × Modal Header Some text in the modal.
分类:
其他好文 时间:
2015-08-31 19:08:13
阅读次数:
135
模态框提供了两个可选尺寸,通过为 .modal-dialog 增加一个样式调整类实现。加modal-lg,加modal-sm,不加也可以,共有三种尺寸。触发方式,data-target, 感觉比js得好用触发modal的元素,给modal传值:可传多个值 Launch demo modal...
分类:
其他好文 时间:
2015-08-31 16:55:09
阅读次数:
278
在使用百度地图API的过程中,当我需要在infoWindow的按钮点击触发modal模态框时,就会发现bootstrap的模态框会失效。弄清modal的原理就可以通过自定义modal的css样式和modal方法来解决这个问题。Bootstrapmodal模态框的原理是通过控制modal框div的.....
const angular = require("angular");
const jqLite = angular.element;/**
* @ngdoc service
* @name commonModal
* @module common.modal.service
*
*/module.exports = angular.module('common.modal.service...
分类:
其他好文 时间:
2015-08-30 19:32:10
阅读次数:
229
http://www.runoob.com/bootstrap/bootstrap-v2-modal-plugin.html描述Bootstrap Modals(模态框)是使用定制的 Jquery 插件创建的。它可以用来创建模态窗口丰富用户体验,或者为用户添加实用功能。您可以在 Modals(模态框...
分类:
其他好文 时间:
2015-08-30 12:38:22
阅读次数:
307
一、iOS8介绍 iOS8 新特性,主要是UI上进行了统一 1、UIAlertController 2、UIPresentaionController:管理所有通过modal出来的控制器(看笔记) 3、UIPopoverPresentationController 4、SizeClass ...
分类:
移动开发 时间:
2015-08-30 11:18:37
阅读次数:
282
在上一话中我们看了一个Demo,使用modal的方式,但其实如果要考虑到适配Iphone和Ipad设备的话,默认的modal会充满屏幕,而popover可以只占据屏幕上的一小块,之前我们讲过在Iphone中使用popover看起来和modal是一样的。实则不然,popover有很多设置在Iphone中也是生效的。修改上一话中的Demo。
首先为了突出效果我们把第一个场景的背景色加深,橙色好了,然后...
分类:
移动开发 时间:
2015-08-28 23:18:57
阅读次数:
242
在之前的Demo中讲解过NSNotification的用法,NSNotification是使用NSOperationQueue实现的,所以使用NSNotification不可避免地会陷入内存问题,比如下面这个情况:在storyboard中准备两个场景。在第一个场景中显示一个label,旁边有一个按钮我们可以点击这个按钮modal segue到另外一个场景中,在其中放置一个textField输入新的n...
分类:
移动开发 时间:
2015-08-28 13:14:57
阅读次数:
157