API
Component

AttachmentImageSimple ($UI/system/components/justep/attachment/attachmentImageSimple)

使用范围:UI2

Contents

component AttachmentImageSimple ($UI/system/components/justep/attachment/attachmentImageSimple) extends Attachment

<b>可以绑定数据中图片,动态展示图片</b> ## <b>文档链接</b>:#http://docs.newdao.net/appgao-ji-zu-jian/tu-pian-fu-jian.html#

Constructor Top

  AttachmentImageSimple ()
  AttachmentImageSimple ( options)

Methods Top

void selectFile ()

Operations Top

void selectFile ()

Constructor details Top

public AttachmentImageSimple ()

<b>可以绑定数据中图片,动态展示图片</b> ## <b>文档链接</b>:#http://docs.newdao.net/appgao-ji-zu-jian/tu-pian-fu-jian.html#

public AttachmentImageSimple ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项

Methods Detail Top

public void selectFile ()

选择文件

Return Value

void

Operations Detail Top

public void selectFile ()

选择文件

Return Value

void