Hi guys!
Well I'm trying to implement the Hello world example with the ZF_1.6_RC1,
after an hour of frustration my guess is that, since I'm not using an exact
address to send the localpath
$this->dojo()->setLocalPath('../html/scripts/dojo_f/dojo/dojo.js')
->addStyleSheetModule('dijit.themes.tundra');
echo $this->dojo();
the error is in the import that tries to get the library from the same
address:
@import "../html/scripts/dojo_f/dijit/themes/tundra/tundra.css";
When it should be:
@import "
http://localhost/dev/example/html/scripts/dojo_f/dijit/themes/tundra/tundra.css
";
Maybe I'm wrong but it still does not work :'-(
--
Christian Sánchez A.