Answer the question
In order to leave comments, you need to log in
How to call renderWidget without wrapper in zend framework?
Good afternoon, I'm trying to pull out the menu on the site through renderWidget, but along with the code I need, a wrapper (two divs) also comes out. In the widget itself, I tried to write _helper->layout()->disableLayout() in the controller, but it didn't help...
Call example:
<?php echo $this->content()->renderWidget('default.groups-profile-options'); ?>
<div>
<div class="generic_layout_container layout_default_groups_profile_options">
... widget result ...
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question