论坛首页 Web前端技术论坛

也来秀秀,我的Ext学习成果

浏览 33559 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (5) :: 隐藏帖 (0)
作者 正文
   发表时间:2008-06-17  
今天在处理信息发布左边的栏目树已经解决,不过现在是试着修改代码,让点击节点展开时,能够实时的刷新子节点。

先上PP

  • 大小: 114.5 KB
0 请登录后投票
   发表时间:2008-06-17  
scope {Object} : The scope in which to execute the handler function. The handler function's "this" context.
delegate {String} : A simple selector to filter the target or look for a descendant of the target
stopEvent {Boolean} : True to stop the event. That is stop propagation, and prevent the default action.
preventDefault {Boolean} : True to prevent the default action
stopPropagation {Boolean} : True to prevent event propagation
normalized {Boolean} : False to pass a browser event to the handler function instead of an Ext.EventObject
delay {Number} : The number of milliseconds to delay the invocation of the handler after te event fires.
single {Boolean} : True to add a handler to handle just the next firing of the event, and then remove itself.
buffer {Number} : Causes the handler to be scheduled to run in an Ext.util.DelayedTask delayed by the specified number of milliseconds. If the event fires again within that time, the original handler is not invoked, but the new handler is scheduled in its place.

有用的文档说明关于event的
0 请登录后投票
   发表时间:2008-06-18  
在treePanel的click和dblclick以及其他event中,好像就是不能stopEvenet哟


treepanel2.on("dblclick", function(node,e){				
e.stopEvent();
return false;
});


搞叻一个晚上还是没有搞通哟,都泄叻
0 请登录后投票
   发表时间:2008-06-18  
stworthy 写道
还有很多没做吧,请问一下LZ,公文审批部分如何解决。使用什么工作流引擎吗?


http://qianlei007.iteye.com/admin/blogs/198153
     我们用的 JBPM 。 有空可以提提建议和意见!
0 请登录后投票
   发表时间:2008-06-18  
qianlei007 写道
stworthy 写道
还有很多没做吧,请问一下LZ,公文审批部分如何解决。使用什么工作流引擎吗?


http://qianlei007.iteye.com/admin/blogs/198153
     我们用的 JBPM 。 有空可以提提建议和意见!



是的还有很多没有做,现在刚刚接触Ext而已,在学习阶段,workflow这块有自己的framework,没有用JBPM,不过UI这块确实还没有开始想,不过看到大侠给的一个XiorkFlow的提示叻,赶快下下来储备住。

还往多多交流,有没有站点可以访问的呀。
0 请登录后投票
   发表时间:2008-06-18  
请问jbpm里面的表要我系统里面的表放在同一个数据库吗??
0 请登录后投票
   发表时间:2008-06-18  
在实现过程中,还是有很多的小细节问题不知道如何解决。

比如,

如何不扩展出子类就可以实现
在treepanel里如何每次点击都refresh节点,
在treepanel里如何阻止dblclick展开树。


所以如果是做商业版的系统,用户那么多稀奇古怪的要求要用起Ext来还真要好好在Ext上的下一翻功夫才行哟。

上面的问题搞叻我昨天一晚上,最后还是没有办法,看通过子类扩展行不行叻。没有看他的原码,看叻原码可能会有一些认识的。
0 请登录后投票
   发表时间:2008-06-18  
公文审批后端使用工作流引擎,前端在自定义流程的操作上如何提供一个图形界面,让用户通过比较方便的操作定义审批流程。不知大家有什么好的解决方法?
0 请登录后投票
   发表时间:2008-06-18  
楼主做的不错
0 请登录后投票
   发表时间:2008-06-19  
哥们 不是打击你 做的糙了点。我们公司刚毕业的小伙子学了几天也你这个水平
0 请登录后投票
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics