API
Component

Row ($UI/system/components/bootstrap/row/row)

使用范围:UI2

Contents

component Row ($UI/system/components/bootstrap/row/row) extends ViewComponent

<b>使用场景</b>:实现行和列的布局; <b>使用方法</b>:添加row组件,默认是三列,每列均分屏幕宽度,可以在组件上添加行、列,并调整每列的宽度;

	
	

Constructor Top

  Row ()
  Row ( options)
  Row ( options)

Attributes Top

string xid

Constructor details Top

public Row ()

<b>使用场景</b>:实现行和列的布局; <b>使用方法</b>:添加row组件,默认是三列,每列均分屏幕宽度,可以在组件上添加行、列,并调整每列的宽度;

	
	

public Row ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项

public Row ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项

Attributes Detail Top

public string xid