API
Component

DownFile ($UI/comp/downFile/components/downFile/downFile)

使用范围:UI2

Contents

component DownFile ($UI/comp/downFile/components/downFile/downFile) extends ViewComponent

<b>使用场景</b>:通过绑定操作点击下载

	
	

Constructor Top

  DownFile ()
  DownFile ( options)

Methods Top

void download ()

Operations Top

void download ()

Constructor details Top

public DownFile ()

<b>使用场景</b>:通过绑定操作点击下载

	
	

public DownFile ( options)

构造函数

Inherited from ViewComponent

	
		参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
	 

Parameters

options

参数选项

Methods Detail Top

public void download ()

点击下载文件

Return Value

void

Operations Detail Top

public void download ()

点击下载文件

Return Value

void