使用范围:UI2
Contents
component DownFile ($UI/comp/downFile/components/downFile/downFile) extends ViewComponent
Constructor Top
DownFile () | |||
DownFile ( options) |
Methods Top
void | download () |
Operations Top
void | download () |
Constructor details
Top
public
DownFile
()
使用场景:通过绑定操作点击下载
public
DownFile
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
DownFile
()
public
DownFile
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Methods Detail Top
public
void
download
()
点击下载文件
Operations Detail Top
public
void
download
()
点击下载文件