使用范围:UI2
Contents
component BlobImage ($UI/system/components/justep/blob/blobImage) extends Blob
BlobImage
Constructor Top
BlobImage () | |||
BlobImage ( options) |
Properties Top
string |
imageType
可以选择的image类型,使用','分隔,如:.jpg,.png |
Attributes Top
string |
imageType
可以选择的image类型,使用','分隔,如:.jpg,.png |
Methods Top
Object | get (String name) | |
void | set (json arg) |
Constructor details
Top
public
BlobImage
()
BlobImage
public
BlobImage
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
BlobImage
()
BlobImage
public
BlobImage
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Properties Detail Top
public
string
imageType
可以选择的image类型,使用','分隔,如:.jpg,.png
Attributes Detail Top
public
string
imageType
可以选择的image类型,使用','分隔,如:.jpg,.png
Methods Detail Top
public
Object
get
(String name)
获取属性值
public
void
set
(json arg)
设置属性值