码迷,mamicode.com
首页 >  
搜索关键字:widgets    ( 496个结果
jQWidgets笔记
http://www.jqwidgets.com/jquery-widgets-demo/ 常用: //设置列间距可调 $('#jqxGrid').jqxGrid({ columnsresize: false}); //获取是否可调值 var columnsresize = $('#jqxGrid').jqxGrid('columnsresize'); //数据绑定...
分类:其他好文   时间:2014-12-02 10:40:15    阅读次数:285
Custom Looks using Qt Style Sheets
With the introduction of Qt Style Sheets, styling Qt widgets has become a lot simpler. Whether you just need to customize the look of an existing widget or design a whole new style from scratch, th...
分类:其他好文   时间:2014-11-30 18:52:50    阅读次数:226
Android(Lollipop/5.0) Material Design(三) 使用Material主题
官网地址:https://developer.android.com/intl/zh-tw/training/material/theme.html 新的Material主题提供了: 系统Widgets可设置它们的调色板 系统Widgets的触摸反馈动画 Activity的过渡动画 您可以自定义Material主题,根据你的品牌标识,用一个调色板来控制。 可...
分类:移动开发   时间:2014-11-27 16:18:27    阅读次数:229
android-misc-widgets多方抽屉bug修复版 解决“闪烁”问题
http://blog.csdn.net/lovehong0306 前几天项目需要用到左侧拉出抽屉,想到了http://blog.csdn.net/hellogv/article/details/6264706中提到的多方抽屉,拿来试用了下,发现bug还真不少,最不能忍受的是最后那一下“闪烁”,于是乎,改! 下面将修改过程中遇到的问题及其解决方法分享给大家。 首先...
分类:移动开发   时间:2014-11-21 12:43:38    阅读次数:307
swt controls里的控件list
swt controls里的控件list,怎么显示滚动条,并且滚动条自动移动到最下边时,显示最新内容 1 package com.jokul; 2 3 import org.eclipse.swt.widgets.Display; 4 import org.eclipse.swt.widgets.....
分类:其他好文   时间:2014-11-21 10:22:31    阅读次数:249
1117添加挂件场馆楼层
实现效果图:当添加第二个挂件时,不会冲突。其中第二个是,轮播图。分成三块内容来做。第一块内容,要上传10张图片,在挂件里$widgets.php里面设置一个数组。设置循环。注意需要一个隐藏的框。 ... 图片: ...
分类:其他好文   时间:2014-11-17 17:11:55    阅读次数:195
python基础-简单的GUI界面
采用tkinter实现了几个简单的GUI界面调用tkinter的方式非常简单,只需要如下几行代码1 import Tkinter2 top = Tkinter.Tk()3 # Code to add widgets will go here...4 top.mainloop()使用Button .....
分类:编程语言   时间:2014-11-02 00:33:48    阅读次数:548
2.App Components-App Widgets
1. App Widgets App Widgets are miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic ....
分类:移动开发   时间:2014-10-31 20:28:09    阅读次数:194
Yii框架里的一些zii用法
Yii中有很方便的日期控件CJuiDatePicker,其类在目录‘zii.widgets.jui.CJuiDatePicker'下。 用法非常简单,只需要的渲染的页面加入一下php代码就可以。 widget('zii.widgets.jui.CJuiDatePicker', array(...
分类:其他好文   时间:2014-10-30 17:14:10    阅读次数:231
Android(Lollipop/5.0) Material Design(三) 使用Material主题
官网地址:https://developer.android.com/intl/zh-tw/training/material/theme.html 新的Material主题提供了: 系统Widgets可设置它们的调色板 系统Widgets的触摸反馈动画 Activity的过渡动画 您可以自定义Material主题,根据你的品牌标识,用一个调色板来控制。 可以使用主题属性来为操作栏...
分类:移动开发   时间:2014-10-29 17:15:39    阅读次数:323
496条   上一页 1 ... 43 44 45 46 47 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!