API
Component

BarcodeImage ($UI/system/components/justep/barcode/barcodeImage)

使用范围:UI2

Contents

component BarcodeImage ($UI/system/components/justep/barcode/barcodeImage) extends ViewComponent

<b>使用场景</b>:在页面生成条形码或者二维码; <b>使用方法</b>:添加barcodeImage组件,绑定要转为条形码或二维码的数据,设置编码类型;

	
	

Constructor Top

  BarcodeImage ()
  BarcodeImage ( options)

Constructor details Top

public BarcodeImage ()

<b>使用场景</b>:在页面生成条形码或者二维码; <b>使用方法</b>:添加barcodeImage组件,绑定要转为条形码或二维码的数据,设置编码类型;

	
	

public BarcodeImage ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项