- 博客(4)
- 资源 (3)
- 收藏
- 关注
转载 构建EXT树
Ext.onReady(function(){ var mytree = new Ext.tree.TreePanel({ el : "container", animate : true, title:"可增删改的树tree
2011-07-30 12:50:25
328
原创 修改Ext.MessageBox.confirm的按钮文字
Ext.MessageBox.confirm = function(title, msg, fn) { this.show({ title : title, msg : msg, buttons:{yes:'确定',no:'取消'}, fn : fn, icon : this.QUESTION }); return this;
2011-02-12 10:23:00
3798
转载 ExtJS中树的属性及函数介绍
<br />1、Ext.tree.TreePanel <br /><br /> 主要配置项: <br /> root:树的根节点。 <br /> rootVisible:是否显示根节点,默认为true。 <br /> useArrows:是否在树中使用Vista样式箭头,默认为false。 <br /> lines:是否显示树线,默认为true。 <br />
2011-02-11 16:13:00
1668
原创 用javascript获取querystring
<br />声明一个queryString函数<br /> <script type="text/javascript"><br /> Request = {<br /> QueryString : function(item){<br /> var svalue = location.search.match(new RegExp("[/?/&]" + item + "=([^/&]*)(/&?)","i"));<br /> return svalue ? svalue[1] :
2011-01-10 11:21:00
450
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人