码迷,mamicode.com
首页 >  
搜索关键字:Dialog    ( 2555个结果
Android 带password输入界面的Dialog实现机制
1.布局实现: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_pa
分类:移动开发   时间:2016-02-05 18:35:34    阅读次数:236
显示当前时间对话框
2个Dialog对话框,一个可显示当前年月日,另外一个可以显示当前时间,并在点“确定”的时候,可进行回调操作。//这里是显示月月日对话框 publicvoidclick1(Viewv){ Calendarc=Calendar.getInstance(); intyear=c.get(Calendar.YEAR); intmonthOfYear=c.get(Calendar.MONTH); in..
分类:其他好文   时间:2016-02-03 14:34:26    阅读次数:205
Android 自定义AlertDialog 去黑边终极解决方案(亲测有效!)
问题:自定义AlertDialog出现黑边运行代码段:View view = View.inflate(context, R.layout.dialog_common, null);mDialog = new AlertDialog.Builder(context).create();mDialog...
分类:移动开发   时间:2016-01-30 02:31:25    阅读次数:431
DTCMS中部分IE8不支持webupload上传附件的控件,更改为ajaxfileupload
dialog\dialog_attach.aspx <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" co
分类:Web程序   时间:2016-01-29 16:06:25    阅读次数:352
jquery mobile
data-role定义扮演的角色 page页 header头部 content内容 foooter尾部 navbar导航 data-rel出现的方式 data-rel=“dialog” data-transition slide 从左到右切换 slideup从下到上切换 slidedown从上到下切
分类:Web程序   时间:2016-01-27 19:04:12    阅读次数:212
shell & dialog
最近使用dialog写图形自动化shell脚本, 功能很强大,功能不是非常多但是足够用。想写一篇linux下dialog的使用方法,虽然命令不多,但是写起来也需要下很大功夫,而且不一定写得更好,在网上发现一篇linux shell图形化脚本文件,于是转过来了.liunx 下的dialog 工具是一个...
分类:系统相关   时间:2016-01-26 22:06:14    阅读次数:329
新工作 Day20 周二
下午把项目中一个功能剥离出来,弄个Demo并封装可调用的库,这个任务对熟悉系统非常有用。不想把所有东西全复制过来再删删改改,要以尽量少的代码来完成,这样就知道哪部份是起什么作用。1、公司的UI框架中对于弹出窗和对话框都是dialog,有个问题,在弹出的窗体中,点确定后要dialog.alert()显...
分类:其他好文   时间:2016-01-26 21:40:25    阅读次数:136
修改成功后弹框提示
$(document).ready(function(){ $.dialog({ lock: true, title:'提示', content: '${sucessStr}', icon: 'success.gif',min:false,max:true }); }
分类:其他好文   时间:2016-01-25 19:03:31    阅读次数:120
自定义dialog二三事
效果图:代码:public class ViewActivity extends Activity implements View.OnClickListener { Dialog mDialog; @Override protected void onCreate(Bundle savedInstanceState) { requestWindowFeature...
分类:其他好文   时间:2016-01-25 13:17:08    阅读次数:155
Fatal error: Call to a member function read() on a non
选模版时报错如下:Fatal error: Call to a member function read() on a non-object inC:\wamp\www\DedCms5.7\include\dialog\select_templets.php on line 71或者是/includ...
分类:其他好文   时间:2016-01-23 22:59:46    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!