array('FormElements')));
$block->addElement('static', 'content', array('tag' => 'div', 'attribs' => array('class' => 'html_block_view')));
$block->content->removeDecorator('Label');
$this->addSubForm($block, 'data');
}
public function loadDefaultDecorators()
{
if ($this->loadDefaultDecoratorsIsDisabled()) {
return;
}
$decorators = $this->getDecorators();
if (empty($decorators)) {
$this->addDecorator('FormElements')
->addDecorator('HtmlTag', array('tag' => 'dl'))
->addDecorator('Fieldset', array('class' => 'cms_item'));
}
}
}