Dojo Mobile - Carousel Slideshow使用1.7+首选api?

时间:2012-05-12 17:16:20

标签: javascript mobile carousel dojo

使用Dojo Mobile 1.7.2,我无法使用简单的轮播幻灯片工作。我现在一直处于这个问题的最佳状态

基本上,我正在尝试重新创建这个例子: -

http://download.dojotoolkit.org/release-1.7.2/dojo-release-1.7.2/dojox/mobile/tests/test_Carousel-slideshow.html

但使用1.7+首选api(来自http://dojotoolkit.org/reference-guide/1.7/dojox/mobile.html): -

require([
  "dojox/mobile/parser", // (Optional) This mobile app uses declarative programming with fast mobile parser
  "dojox/mobile",        // (Required) This is a mobile app.
  "dojox/mobile/compat"  // (Optional) This mobile app supports running on desktop browsers
], function(parser, mobile, compat){ Optional module aliases that can then be referenced inside callback block
  // Do something with mobile api's.  At this point Dojo Mobile api's are ready for use.
);

我已经使用这种方法管理了其他所有内容,因此不希望恢复到1.7之前的样式api,因为它只是倒退...但不幸的是大多数演示(即使是1.7.2)仍然使用旧式api。

非常感谢任何帮助

1 个答案:

答案 0 :(得分:1)

这在dojo 1.7中被破坏了。 1.8解决了这个问题。