API
Component

Gdcarousel ($UI/comp/gdcarousel/components/gdcarousel/gdcarousel)

使用范围:UI2

Contents

component Gdcarousel ($UI/comp/gdcarousel/components/gdcarousel/gdcarousel) extends BindComponent

<b>使用场景</b>:轮播图片 ; <b>使用方法</b>:拖入设计器中,选择轮播图片数据,定义图片列和图片过来条件;

	
	

Constructor Top

  Gdcarousel ()
  Gdcarousel ( options)

Operations Top

void start ()
void stop ()
void to ()

Constructor details Top

public Gdcarousel ()

<b>使用场景</b>:轮播图片 ; <b>使用方法</b>:拖入设计器中,选择轮播图片数据,定义图片列和图片过来条件;

	
	

public Gdcarousel ( options)

构造函数

Inherited from ViewComponent

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

Parameters

options

参数选项

Operations Detail Top

public void start ()

开始轮播

Return Value

void

public void stop ()

停止轮播

Return Value

void

public void to ()

切换

Return Value

void