API
Component

Form ($UI/system/components/bootstrap/form/form)

使用范围:UI2

Contents

component Form ($UI/system/components/bootstrap/form/form) extends ViewComponent

<b>使用场景</b>:向服务器提交内容,登录、注册; <b>使用方法</b>:添加from标签,在form下添加要向服务器传送的内容;

	
	

Constructor Top

  Form ()
  Form ( options)

Constructor details Top

public Form ()

<b>使用场景</b>:向服务器提交内容,登录、注册; <b>使用方法</b>:添加from标签,在form下添加要向服务器传送的内容;

	
	

public Form ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项