getFuncView(funcCode, type, idSuffix): Object
获得功能内的面板
- 参数说明
参数名 | 类型 | 必填 | 默认值 | 说明 |
---|---|---|---|---|
funcCode | String | 是 | 功能编码 | |
type | String | 否 | 面板类型 :grid,form,tree,main,data,edit | |
idSuffix | String | 否 | 功能ID后缀,窗体功能的后缀是_window |
- 返回数据说明: Object
- 示例:
//功能主面板,JE.core.view.MainView
var main = JE.getFuncView('JE_CORE_RZGL','main');
//功能列表面板,,JE.core.view.GridView
var grid = JE.getFuncView('JE_CORE_RZGL','grid');
//功能表单面板,JE.core.view.FormView
var form = JE.getFuncView('JE_CORE_RZGL','form');
//功能快速查询树形面板,JE.core.view.TreeView
var tree = JE.getFuncView('JE_CORE_RZGL','tree');
- 注意
最后编辑: 吝志超 文档更新时间: 2023-04-26 08:43 作者:秦永莲