会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
飞扬的薰衣草
拒绝阅读和吸取新信息-忽略灵魂;拒绝运动-忽略健康!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
2011年7月19日
EXTjs 的ajax返回的response对应url中的数据,
摘要: EXT.AJAX.request,如果url是文本文件,而且文本文件有字符串或者别的数据,最后自动返回response,并且response.responseText就是文本文件的内容. 10.store
阅读全文
posted @ 2011-07-19 12:06 飞扬的薰衣草
阅读(257)
评论(0)
推荐(0)
2011年7月15日
第二代身份证号码的验证机制
摘要: iW = new Array(7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2,1);iSum = 0; for( i=0;i<17;i++){ iC = v_card.charAt(i) ; iVal = parseInt(iC); iSum += iVal * iW[i];...
阅读全文
posted @ 2011-07-15 14:24 飞扬的薰衣草
阅读(225)
评论(0)
推荐(0)
extjs 下拉框取值
摘要: Ext.onReady(function(){ var form=new Ext.form.FormPanel({ title:'combox扩展实例', width:500, height:400, frame:true, items:[ { fieldLabel:'胸章', ...
阅读全文
posted @ 2011-07-15 11:29 飞扬的薰衣草
阅读(472)
评论(0)
推荐(0)
2011年7月14日
Extjs RadioGroup中Radio的切换
摘要: Ext.onReady(function(){ Ext.QuickTips.init(); var adminRadio=new Ext.form.Radio({ boxLabel:'管理员', inputValue:'admin', listeners:{ 'check':functio...
阅读全文
posted @ 2011-07-14 18:54 飞扬的薰衣草
阅读(235)
评论(0)
推荐(0)
extjs项目案例
摘要: 轻松搞定 ExtJS http://download.csdn.net/source/1801086 ExtJS实例 一个非常不错的学习Ext的源码 http://download.csdn.net/source/1736603 ExtJS项目 一个博客系统 http://download.csdn...
阅读全文
posted @ 2011-07-14 17:08 飞扬的薰衣草
阅读(459)
评论(0)
推荐(0)
功能强大的EXTJS的tree的节点操作
摘要: Ext.onReady(function(){var tree=new Ext.tree.TreePanel({ id: 'tree-mianban', title : '树', region : 'west', animate : true, enableDD : true, containerS...
阅读全文
posted @ 2011-07-14 15:48 飞扬的薰衣草
阅读(649)
评论(0)
推荐(0)
extjs的例子
摘要: //设置树的点击事件function treeClick(node,e) { if(node.isLeaf()){ e.stopEvent(); var n = tab.getComponent(node.id); if (!n) { var n = tab.add({ 'id' ...
阅读全文
posted @ 2011-07-14 10:54 飞扬的薰衣草
阅读(127)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
公告