
Extjs
tomcatkitty
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
配置ExtJs开发环境
2011-04-23 13:01 在线安装 选择Help -> Software Updates -> Find and Install...-> Search for new features to install ->New remote site... Name: "Spket", Url: "http://www.sp...原创 2012-08-26 00:15:07 · 122 阅读 · 0 评论 -
【转载】ExtJs中解决中文排序问题
转载自 http://blog.sina.com.cn/s/blog_62276c5a01015ah8.html 要实现中文排序的功能,需要重写Ext.data.Store的applySort函数,可以把它放在ext-all.js文件的最后,或者是放到 HTML页面的最上面,要在ExtJS初始化之后,实际代码调用之前执行,这样重写的方法才能起作用,中文排序也...原创 2012-08-27 09:41:27 · 172 阅读 · 0 评论 -
Aptana插件
Eclipse Plug-in Installation Installing via Eclipse Please copy the following Update Site URL to your clipboard and then follow the steps listed below to add this URL to your ...原创 2012-09-11 16:25:55 · 122 阅读 · 0 评论 -
【转载】ExtJS根据后台数据动态创建CheckboxGroup的方法
转载:http://www.itzhai.com/extjs-based-on-background-data-of-dynamically-created-checkboxgroup-method.html 作者:arthinking 1、准备知识: ★Ext的Ajax请求的编写 Ext.Ajax.reque...原创 2012-09-21 13:16:10 · 228 阅读 · 0 评论 -
【转载】关于ExtJS的工具栏动态添加按钮(从后台数据库读取信息)
转载:http://www.cnblogs.com/wangsj/archive/2010/05/25/1743338.html 问题讨论:http://home.cnblogs.com/group/topic/39468.html 作者:王善军 我想在工具栏中动态添加按钮,至于添加什么按钮,则从后台数据库中读取信息。 后...原创 2012-09-21 13:21:49 · 221 阅读 · 0 评论 -
Ext Toolbar 动态添加按钮
请参考: http://www.iteye.com/problems/28899原创 2012-09-21 13:24:26 · 325 阅读 · 0 评论 -
【转载】ExtJS--根据用户权限动态创建菜单树
来源:http://3ccoder.iteye.com/blog/556668 作者:yadsun 服务器端方法 public File writeJason(){ final List<ADAuthority> allMenus = securityManager.getUserMenuTree(); /...原创 2012-10-10 10:44:02 · 160 阅读 · 0 评论 -
Ext后台请求生成动态菜单
请参考: http://www.iteye.com/problems/22723原创 2012-10-10 10:44:18 · 124 阅读 · 0 评论