使用范围:UI2
Contents
component OrgImage ($UI/system/components/justep/org/orgImage) extends BlobImage
Constructor Top
OrgImage () | |||
OrgImage ( options) |
Properties Top
string |
orgKind
组件绑定的组织类型,取值范围:'person' |
Attributes Top
string |
bind-ref
绑定数据,可以指向org的sID列或者sFID列 | ||
string |
orgKind
组件绑定的组织类型,取值范围:'person' |
Methods Top
Object | get (String name) | |
void | set (json arg) |
Constructor details
Top
public
OrgImage
()
使用场景:显示组织人员头像;
使用方法:添加orgImage组件,绑定要显示图片的路径;
public
OrgImage
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
OrgImage
()
public
OrgImage
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Properties Detail Top
public
string
orgKind
组件绑定的组织类型,取值范围:'person'
Attributes Detail Top
public
string
bind-ref
绑定数据,可以指向org的sID列或者sFID列
public
string
orgKind
组件绑定的组织类型,取值范围:'person'
Methods Detail Top
public
Object
get
(String name)
获取属性值
public
void
set
(json arg)
设置属性值