var form = new Ext.form.FormPanel({ labelAlign : 'right', border : false, bodyStyle : 'background-color: transpar...
分类:
Web程序 时间:
2014-07-27 09:48:22
阅读次数:
291
1 import javax.microedition.lcdui.Display; 2 import javax.microedition.lcdui.Form; 3 import javax.microedition.lcdui.TextField; 4 import javax.microe....
分类:
其他好文 时间:
2014-07-26 17:07:02
阅读次数:
258
atitit.表单验证的dsl 本质跟 easyui ligerui比较
1. DSL 声明验证 1
2. 自定义规则 1
3. 正则表达式验证,可以扩展实现 2
4. 犯错误消息提示,generic canBeEmpty is good 3
5. Prevent the form to submit when invalid 3
6. 为空则不验证,不为空则验证,的实现 5
...
分类:
其他好文 时间:
2014-07-26 15:09:30
阅读次数:
316
Problem Description
ZCC loves playing cards. He has n magical cards and each has a number on it. He wants to choose k cards and place them around in any order to form a circle. He can choose any se...
分类:
其他好文 时间:
2014-07-26 03:02:26
阅读次数:
289
跨线程调用form控件技巧
ss = "OK";
this.BeginInvoke(new MethodSocket(InvokerReadMsg), ss);//this指向本窗体,回调函数InvokerReadMsg,
private void InvokerReadMsg(object obj)//在这个函数里面可以直接访问Form控件txtContent...
分类:
编程语言 时间:
2014-07-26 02:42:36
阅读次数:
244
INPUT语句1 INPUT Food $; /*采用list-style input,字符型变量默认长度为8*/2 INPUT Food $1-10; /*采用column input,长度由列的数量决定*/3 INPUT Food $15.; /*采用formatted input,长度form...
分类:
其他好文 时间:
2014-07-26 01:44:26
阅读次数:
218
1. Text Field $fieldset->addField('title', 'text', array( 'label' => Mage::helper('form')->__('Title3'), 'class' => 'required-entry', 'required' => tr...
分类:
其他好文 时间:
2014-07-26 00:21:36
阅读次数:
391
Form常用属性:BackgroundImage:设置背景图片BackgroundImageLayout:用于组件背景图像布局BackColor:获取或设置控件的背景色Form常用事件的使用: private void Form1_Load(object sender, EventAr...
湖南易通
function btnClick1() {
textbox1.value = "黄雪辉";
}
function btnClick2() {
//textbox2.value = "雪辉"; //当点击对应的“点一下”按钮的时候浏览器抛出错误“textbox2”...
分类:
其他好文 时间:
2014-07-25 11:27:01
阅读次数:
186
1.不用任何插件,利用iframe,将form的taget设为iframe的name,注意设为iframe的id是没用的,跟网上很多说的不太一致iframe_upload.htm Upload.aspx2.利用ajaxupload.jsD...
分类:
Web程序 时间:
2014-07-25 02:41:14
阅读次数:
347