The only thing that was missing was to add the image.css stylesheet in my
bootstrap file:

$view->dojo()->setDjConfigOption('usePlainJson', true)
                     ->setDjConfigOption('parseOnLoad', true)            
             ->setLocalPath($config->www->application->url->schemeless .
'/js/' . $config->level . '/dojo/dojo/dojo.js')
             ->addStyleSheetModule('dijit.themes.tundra')
             ->addStyleSheet($config->www->application->url->schemeless .
'/js/' . $config->level . '/dojo/dojox/image/resources/image.css');

Now it works fine. 
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Using-dojox-image-SlideShow-in-a-view-helper-tp2269709p2269820.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to