setDisabledInitRender(true); $this->setAttrib('id', 'view-' . $this->getId()); $this->setDecorators([ ['decorator' => 'RenderTable', 'options' => ['class' => 'block_config']], 'Fieldset', $this->getDecorator('DtDdWrapper'), ]); foreach ($this as $item) { if ($item instanceof Qs_Form) { /** @var Qs_Form $item */ $item->setDecorators([ ['decorator' => 'RenderTable', 'options' => ['class' => 'block_config']], //'Fieldset', $item->getDecorator('DtDdWrapper'), ]); } } return parent::render($view); } }