提交 94cd1cde 编写于 作者: U unknown

source\subsource增加api

上级 b0547698
......@@ -5227,7 +5227,6 @@ debugger;
/**
* @class PortalPage 门户页面。
* @o2cn 门户页面
* @alias PortalPage
* @o2category FormComponents
* @o2range {Portal}
* @extends MWF.xApplication.process.Xform.Form
......@@ -5293,6 +5292,18 @@ var PortalPage="";
* @event PortalPage#afterReaded
* @ignore
*/
/**
* @event PortalPage#afterLoadProcessor
* @ignore
*/
/**
* @event PortalPage#beforeAddTask
* @ignore
*/
/**
* @event PortalPage#afterAddTask
* @ignore
*/
/**
* @method PortalPage#getRouteDataList
* @ignore
......@@ -5321,4 +5332,3 @@ var PortalPage="";
* @method PortalPage#resumeTask
* @ignore
*/
......@@ -2,7 +2,6 @@ MWF.xDesktop.requireApp("process.Xform", "Div", null, false);
/** @class Source 数据源组件。
* @o2cn 数据源
* @alias Source
* @example
* //可以在脚本中获取该组件
* //方法1:
......
MWF.xDesktop.requireApp("process.Xform", "$Module", null, false);
//COMMON.AjaxModule.load("JSONTemplate", null, false);
/** @class SubSource 子数据源。
* @alias SubSource
* @o2cn 子数据源
* @example
* //可以在脚本中获取该组件
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册