« | September 2025 | » | 日 | 一 | 二 | 三 | 四 | 五 | 六 | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | | | | | |
| 公告 |
本博客在此声明所有文章均为转摘,只做资料收集使用。并无其他商业用途。 |
Blog信息 |
blog名称: 日志总数:210 评论数量:205 留言数量:-19 访问次数:922520 建立时间:2007年5月10日 |

| |
[EXT2.0]EXT核心API详解(四)-Ext.DomQuery/DomHelper/Template 文章收藏, 网上资源, 软件技术, 电脑与网络
李小白 发表于 2008/4/24 23:15:12 |
新一篇: EXT核心API详解(五)-Ext.EventManager/EventObject/CompositeElement/CompositeElementLite
function StorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+' |
|
[EXT2.0]EXT核心API详解(三)-Ext.Element 文章收藏, 网上资源, 软件技术, 电脑与网络
李小白 发表于 2008/4/24 23:13:36 |
新一篇: EXT核心API详解(四)-Ext.DomQuery/DomHelper/Template
function StorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+ |
|
[EXT2.0]EXT核心API详解(二)-Array/Date/Function/Number/String 文章收藏, 网上资源, 软件技术, 电脑与网络
李小白 发表于 2008/4/24 23:12:46 |
新一篇: EXT核心API详解(三)-Ext.Element
function StorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t) |
|
[EXT2.0]EXT核心API详解(一)-Ext 文章收藏, 网上资源, 软件技术, 电脑与网络
李小白 发表于 2008/4/24 23:09:56 |
新一篇: EXT核心API详解(二)-Array/Date/Function/Number/String
function StorePage(){d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape(d.title)+'&u='+escape(d.location.href)+'&c='+escape(t),'keyit','scroll |
|
[EXT2.0]ExtJS2.0开发与实践笔记[3]——Ext中的Menu 文章收藏, 网上资源, 软件技术, 电脑与网络
李小白 发表于 2008/4/24 22:58:06 |
在桌面程序gui开发中,menu是我们所经常使用的组件之一,它为用户提供了便利的程序功能选择项;而在web开发中,如何制作menu菜单效果一直是个很棘手的问题,如何让菜单通用,如何令菜单响应事件都需要我们自己动手来完成。所幸Ext也为我们提供了Menu组件,以Ext进行开发时,我们的不必要工作量将大大的减少。
Ext的Menu组件,是通过几个类的联合来使用的,这些类包括:Ext.Toolbar、Ext.menu.Menu、Ext.menu.Item、 Ext.menu.CheckItem,以及一些特殊类型的菜单或菜单项,例如菜单Ext.menu.DateMenu、菜单项Ext.menu.ColorItem。
其中组织关系如下图:
Ext.Toolbar:< |
|
|