getHelper('headScript')->getContainer(); $originalStyles = clone $this->getHelper('headStyle')->getContainer(); $originalDojo = clone $this->getHelper('dojo')->getContainer(); $this->headScript()->getContainer()->set(array()); $this->headStyle()->getContainer()->set(array()); $this->dojo()->clearModulePaths() ->clearModules() ->clearJavascript() ->clearOnLoad() ->clearZendLoad(); // execute widget and buffer output. $widgetOutput = $this->widget->run(); // include widget requirements. echo $this->dojo('extras'), $this->headScript(), $this->headStyle(); // restore original head resources. $this->getHelper('headScript')->setContainer($originalScripts); $this->getHelper('headStyle')->setContainer($originalStyles); $this->getHelper('dojo')->setContainer($originalDojo); ?>
widget->showTitle) {?>
escape($this->widget->title) ?>
widget->hasError()): ?>

escape($this->widget->getError()) ?>