How to disable the site layout?
Permalink
hi guys i've been searching a lot but i cannot find the answer...I want to disable the html rending in my single page controller save action. In zend framework I can disable the rendering of layout and view by using this code:
$this->_helper->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true);
Can you help me guys how to do it in concrete5...Thanks in advance.
$this->_helper->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true);
Can you help me guys how to do it in concrete5...Thanks in advance.