TYPO3 CMS  TYPO3_6-2
FieldsetElementView.php
Go to the documentation of this file.
1 <?php
3 
23 
29  protected $layout = '
30  <td colspan="2">
31  <table cellspacing="0" style="padding-left: 20px; margin-bottom: 20px;">
32  <legend />
33  <containerWrap />
34  </table>
35  </td>
36  ';
37 
43  public function __construct(\TYPO3\CMS\Form\Domain\Model\Element\FieldsetElement $model) {
44  parent::__construct($model);
45  }
46 
47 }
__construct(\TYPO3\CMS\Form\Domain\Model\Element\FieldsetElement $model)