API
Component

GoTop ($UI/comp/goTop/components/goTop/goTop)

使用范围:UI2

Contents

component GoTop ($UI/comp/goTop/components/goTop/goTop) extends BindComponent

<b>使用场景</b>:返回顶部组件 ; <b>使用方法</b>:选择要操作的容器,拖入到该容器内,若该容器出现滚动条,可通过该组件返回到顶部;

	
	

Constructor Top

  GoTop ()
  GoTop ( options)

Constructor details Top

public GoTop ()

<b>使用场景</b>:返回顶部组件 ; <b>使用方法</b>:选择要操作的容器,拖入到该容器内,若该容器出现滚动条,可通过该组件返回到顶部;

	
	

public GoTop ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项