码迷,mamicode.com
首页 >  
搜索关键字:picker    ( 450个结果
Android城市三级联动选择器
便捷、新颖的三级fdsafdsa联动城市选择器/*** 城市Picker* * @author zihao* */public class CityPicker extends LinearLayout {/** 滑动控件 */fdsafprivate ScrollerNumberPicke...
分类:移动开发   时间:2014-09-23 12:36:14    阅读次数:648
Chapter 10 UIImagePickerController
Chapter 10 UIImagePickerController1. Setting the image picker’s sourceType: The sourceType constant that tells the image picker where to get images. I...
分类:其他好文   时间:2014-09-22 12:10:42    阅读次数:221
【ExtJS】FormPanel 布局(二)
要达成在Ext.picker.Date组件中添加时间选择组件,首先得明确一个思路,在继承Ext.form.field.Date组件,并且添加一个时间选择功能。第一步:明确扩展组件的步骤:创建一个Ext.form.field.Date的扩展组件:1、定义一个Ext.form.field.Date的.....
分类:Web程序   时间:2014-09-17 01:05:41    阅读次数:263
IOS - DatePicker的使用
UIDatePicker *picker = [[UIDatePicker alloc] init]; picker.datePickerMode = UIDatePickerModeDate; picker.locale = [[NSLocale alloc] initWithLocaleId.....
分类:移动开发   时间:2014-09-15 17:33:39    阅读次数:234
【WP 8.1开发】文件选取器的使用方法
在以往的WP7x/8.0开发中,我们使用选择器可以浏览并打开图片、音频、视频等一些特殊文件,在8.0 SDK中的运行时API(从Win 8 app中移植)尽管提供了Windows.Storage.Pickers命名空间,但里面的Picker是不能用的,到了8.1,随着移植的深入和WP的完善,这些Pi...
分类:其他好文   时间:2014-08-23 13:52:30    阅读次数:172
[翻译] DoImagePickerController
DoImagePickerControllerAn image picker controller with single selection and multiple selection. Support to select lots photos with panning gesture.这是一...
分类:其他好文   时间:2014-08-21 20:51:44    阅读次数:232
DatePicker使用
// 创建时间选择器 UIDatePicker *picker = [[UIDatePicker alloc] init]; // 设置时间格式为只显示日期 picker.datePickerMode = UIDatePickerModeDate; // 显示中文 ...
分类:其他好文   时间:2014-08-18 20:12:12    阅读次数:266
ios相机和相册操作
-(void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex{ UIImagePickerController * picker = [[UIImagePickerControl...
分类:移动开发   时间:2014-08-05 13:29:29    阅读次数:229
iOS开发UI篇—DatePicker和UIToolBar控件简单介绍
iOS开发UI篇—DatePicker和UIToolBar控件简单介绍一、Date Picker控件1.简单介绍:Date Picker显示时间的控件有默认宽高,不用设置数据源和代理如何改成中文的?(1)查看当前系统是否为中文的,把模拟器改成是中文的(2)属性,locale选择地区如果默认显示不符合...
分类:移动开发   时间:2014-08-02 01:50:22    阅读次数:501
Extjs time
Ext.form.field.Time拓展自Ext.form.field.Picker组件,是带下来选择框的时间框输入字段;并且有自动的时间验证功能;代码示例: (function(){ Ext.onReady(function(){ Ext.QuickTips.init(); Ext.create...
分类:Web程序   时间:2014-07-30 23:48:35    阅读次数:327
450条   上一页 1 ... 42 43 44 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!