API
Component

Confirmmessage ($UI/comp/confirmmessage/components/confirmmessage/confirmmessage)

使用范围:UI2

Contents

component Confirmmessage ($UI/comp/confirmmessage/components/confirmmessage/confirmmessage) extends ViewComponent

<b>使用场景</b>:询问提示框 <b>使用方法</b>:添加消息内容,可以设置确定和取消后执行的事件

Constructor Top

  Confirmmessage ()
  Confirmmessage ( options)

Constructor details Top

public Confirmmessage ()

<b>使用场景</b>:询问提示框 <b>使用方法</b>:添加消息内容,可以设置确定和取消后执行的事件

public Confirmmessage ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项