Hi guys,
I have a question, why does this snippet $this->dojo()->isEnabled()
always returns 'true' ?
I put it in my layout script in the html head part. And I dont set
$this->dojo()->enable() in any of my project.
Furthermore I tried put $this->dojo()->disable() in my view script
but it didnt change anything.
my view scripts are all part of contents, so it will always be render
after the html head part in my layout script ($this->layout()->content )
Is there a way to enable/disable dojo() from the controller?
Thanks a bunch!