梦幻之旅

DEBUG - 天道酬勤

   :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  671 随笔 :: 6 文章 :: 256 评论 :: 0 Trackbacks
Ext.getDoc().on("contextmenu", function(e)
        {
            e.preventDefault();
            var treeMenu = new Ext.menu.Menu
            ([
                {text:"添加",icon:"Images/Icons/button/add.gif",pressed:true,handler:function(){}},
                {text:"编辑",icon:"Images/Icons/button/delete.gif",pressed:true,handler:function(){}},
                {text:"隐藏",icon:"Images/Icons/arrow-down.gif",pressed:true,handler:function(){}},
                {text:"显示",icon:"Images/Icons/arrow-up.gif",pressed:true,handler:function(){}},
                {text:"删除",icon:"Images/Icons/button/cross.gif",pressed:true, handler:function(){}},             
                {text:"上传图片",icon:"Images/Icons/plugin_add.gif",pressed:true,handler:function(){}}
            ]);
            treeMenu.showAt(e.getPoint());
        });
posted on 2010-10-26 22:58 HUIKK 阅读(343) 评论(2)  编辑  收藏 所属分类: EXT

评论

# re: Ext 右键菜单[未登录] 2015-06-12 15:13 123
asdasd
  回复  更多评论
  

# re: Ext 右键菜单[未登录] 2015-06-12 15:14 123
123123  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: