需要的资源ExtJS4.2eclipse开发环境搭建在项目中国需要引用的文件:测试页面代码:ExtJs 演示 测试结果:
分类:
Web程序 时间:
2014-04-29 23:51:45
阅读次数:
897
可以在Ext.QuickTips.init();后加入如下代码:
Ext.MessageBox.buttonText = {
ok : "确定",
cancel : "取消",
yes : "是",
no : "否"
};...
分类:
Web程序 时间:
2014-04-27 19:44:57
阅读次数:
1058
自己写的最新版本extjs4.2的树结点的操作,记录一下,以后可能会用到。
var tree = new Ext.tree.TreePanel({
flex: 1,
animate: true,
autoScroll: true,
anchor: '100% 93%',
store: new Ext.data.TreeStore({
root:{
expanded: true...
分类:
Web程序 时间:
2014-04-27 19:00:19
阅读次数:
1278