使用范围:UI2
Contents
component Code ($UI/system/components/justep/code/code) extends ViewComponent
code,代码逻辑组件
Constructor Top
Code () | |||
Code ( options) |
Attributes Top
string |
xid
组件标示 |
Methods Top
void | exec () |
Operations Top
Object | customOperation () | |
void | exec () |
Constructor details
Top
public
Code
()
code,代码逻辑组件
使用场景:可利用图形化的编辑工具,生成复杂的代码逻辑
public
Code
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
Code
()
code,代码逻辑组件
public
Code
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Attributes Detail Top
public
string
xid
组件标示
Methods Detail Top
public
void
exec
()
执行代码逻辑,参数按code定义顺序给出
Operations Detail Top
public
Object
customOperation
()
执行自定义操作
public
void
exec
()
执行代码逻辑,参数按code定义