1.content_main.xml //输入框
<EditText
????android:layout_width="wrap_content"
????android:layout_height="wrap_content"
????android:inputType="textPassword"
????android:ems="10"
??...
分类:
其他好文 时间:
2015-10-20 16:40:00
阅读次数:
282
//文本类型,多为大写、小写和数字符号 android:inputType="none" android:inputType="text" android:inputType="textCapCharacters" 字母大写 android:inputType="textCapWords" 首...
分类:
移动开发 时间:
2015-10-19 12:20:13
阅读次数:
165
index.html<formmethod="post">请输入数字<inputtype="text"name="mustnumber"/><br/><inputtype=‘submit‘value="提交"/></form>{{result}}在表单中输入数字在控制台打印hello.pydefhi(request):dataset={‘result‘:‘必须输入数字‘}printrequest...
分类:
其他好文 时间:
2015-10-12 14:38:43
阅读次数:
148
android开发过程中突然发现的warning,EditText 报出 “This text field does not specify an inputType or a hint”原因:EditText需要指定默认输入类型。解决办法:添加android:inputType属性或者androi...
分类:
其他好文 时间:
2015-10-03 21:54:20
阅读次数:
215
type 等于 tel 匹配用正则表达式,title是提示
分类:
Web程序 时间:
2015-09-23 00:57:55
阅读次数:
153
placeholder占位符,占位文本.<divid="search"> <divclass="center"></div> <inputtype="text"class="search"placeholder="请输入旅游景点或城市"> <buttonclass="button">搜索</button></div>position:relative;相对位置position:a..
分类:
Web程序 时间:
2015-09-19 06:22:07
阅读次数:
161
1、input系统列标签example:<!DOCTYPEhtml><html><head><metahttp-equiv="content-type"content="text/html;charset=utf-8"><title>页面一</title></head><body><input/><br/><inputtype=‘text‘/><br/&g..
分类:
Web程序 时间:
2015-09-18 18:41:51
阅读次数:
150
<!DOCTYPEhtml>
<html>
<head>
<scriptsrc="jslib/html2canvas.js"></script>
</head>
<body>
<h1>thisisjustthetest...</h1>
<imgsrc="http://www.baidu.com/img/bd_logo1.png"/>
<inputtype="button"val..
分类:
Web程序 时间:
2015-09-15 14:59:54
阅读次数:
148
1)angularjs中如何使用正则表达式<inputtype="text"ng-model="dutyCode"ng-focus="showDutyCodeTips=true"ng-blur="showDutyCodeTips=false"ng-pattern="/^CV[0-9A-Z]{5}$/"><spanng-init="showDutyCodeTips=false"ng-show="showDutyCodeTips"style="color:red">&a..
分类:
编程语言 时间:
2015-09-14 19:40:18
阅读次数:
178
控件 控件 TextView? EditText Button ImageButton 属性 *id hint text src *layout_width inputType *layout_height ImageView text src="@drawable/ic_" textColor background=""图片/颜色 background singleL...
分类:
移动开发 时间:
2015-09-08 23:49:08
阅读次数:
353