HelpActionListener.js
上传用户:ahit0551
上传日期:2009-04-15
资源大小:2345k
文件大小:0k
源码类别:

xml/soap/webservice

开发平台:

Java

  1. /**
  2.  * <p>Title: </p>
  3.  * <p>Description: </p>
  4.  * <p>Copyright: Copyright (c) xio.name 2006</p>
  5.  * @author xio
  6.  */
  7. function HelpActionListener() {
  8. }
  9. HelpActionListener.prototype.actionPerformed = function (obj) {
  10.     window.open(XiorkFlowWorkSpace.BASE_PATH + "doc/index.html");
  11. };