AlertDialog.Builder builder = new AlertDialog.Builder(_context); builder.setTitle("温馨提示").setMessage("您的账户被锁定,请联系闭门!") .setPo...
分类:
移动开发 时间:
2016-01-26 12:20:58
阅读次数:
181
$(document).ready(function(){ $.dialog({ lock: true, title:'提示', content: '${sucessStr}', icon: 'success.gif',min:false,max:true }); }
分类:
其他好文 时间:
2016-01-25 19:03:31
阅读次数:
120
在这个方法里面处理获取的远程推送消息- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void ...
分类:
其他好文 时间:
2016-01-19 14:08:16
阅读次数:
120
点击不同按钮咨询不同的 专家)">点击弹框 用户咨询表单 用户名: 邮箱 : 关闭
分类:
其他好文 时间:
2016-01-17 23:13:30
阅读次数:
162
UIAlertView 和 UIActionSheet的区别:1.弹框位置不同:UIAlertView弹框显示在中间UIActionSheet弹框显示在底端2.是否可以实现文本框的输入(参考:http://www.ithao123.cn/content-9409772.html)UIAlertVie...
分类:
移动开发 时间:
2016-01-14 14:02:44
阅读次数:
227
一、效果如下点击“测试中奖纪录”弹出弹框。弹框中内容超出时显示滚动条。二、代码部分1、html结构 测试中奖纪录 中奖纪录 ...
分类:
Web程序 时间:
2016-01-13 21:52:31
阅读次数:
383
这是一些自定义封装的函数类,调用起来很方便,以后会有更多的封装函数更新!// 弹框跳转function alert($msg,$url=''){ echo "";}//获取单条数据function getONE($sql){ $sql = mysql_query($sql); $list...
分类:
Web程序 时间:
2016-01-11 13:57:53
阅读次数:
225
//View 里面的一个按钮- (IBAction)showAlert:(id)sender { //ios8 之前 UIAlertView * alert=[[UIAlertView alloc] initWithTitle:@"你好,波...
分类:
移动开发 时间:
2016-01-02 01:01:07
阅读次数:
387
在IOS 9.0 后 苹果官方宣布不再或不推荐使用UIAlertView 和 UIActionSheet 由UIAlertController进行代替两者 用控制器将两者合二为一 很简单 方便 下面就是关于UIAlertView的常用方法#import "RootViewController.h"@...
分类:
移动开发 时间:
2015-12-23 10:38:06
阅读次数:
194