
ExtJs
文章平均质量分 54
iteye_3967
这个作者很懒,什么都没留下…
展开
-
Extjs日期显示转换
storeMapping : ["id", "couponName","description","price","memo", /*"beginDate","endDate"*/ {name: "beginDate", convert:function(v){return renderDate(v);}}, {name:&q原创 2008-12-23 17:01:27 · 91 阅读 · 0 评论 -
JavaScript跨域处理
手机通宝登录Portal时出现跨域请求调用。原创 2009-06-11 16:14:31 · 138 阅读 · 0 评论 -
ext表单
/* * Advanced Form * @author xi * @created on Oct 28th 2008 04:10 PM * @updated on Oct 29th 2008 08:48 AM */Ext.onReady(function(){ Ext.QuickTips.init(); // turn on validation error...原创 2008-10-31 13:47:53 · 123 阅读 · 0 评论 -
ext 文件上传
ext实作文件上传!后台是commons-io和commons fileupload实作的!原创 2008-10-31 13:50:33 · 90 阅读 · 0 评论 -
Ext做密码验证
1.完全从Ext的example包中发现的2.js /* * Password Verification * @author xi * @created on Oct 31 2008, 03:13 PM */// Add the additional 'advanced' VTypesExt.apply(Ext.form.VTypes, { //增加密码的验证 ...原创 2008-10-31 15:35:05 · 142 阅读 · 0 评论