1

I am going to use Sencha Touch 2 carousel in a mobile view but I need to hide the navigation bullets at the bottom of it. Is there a config for this (I looked through the api but couldn't find one), or should I use CSS to hide them?

4

1 に答える 1

2

config: {}いいえ、要素のブロックに入れるだけでExt.Carousel、次のようなものです

        indicator: false 

楽しんでね!隠れた。これが役立つことを願っています。:)

于 2012-07-05T04:19:10.200 に答える