Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MINOR Documentation
  • Loading branch information
chillu committed Oct 29, 2011
1 parent 3aafb63 commit e5b88c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/code/LeftAndMain.php
Expand Up @@ -832,6 +832,9 @@ public function getEditForm($id = null, $fields = null) {
$form->loadDataFrom($record);
$form->setTemplate($this->getTemplatesWithSuffix('_EditForm'));

// Set this if you want to split up tabs into a separate header row
// if($form->Fields()->hasTabset()) $form->Fields()->findOrMakeTab('Root')->setTemplate('CMSTabSet');

// Add a default or custom validator.
// @todo Currently the default Validator.js implementation
// adds javascript to the document body, meaning it won't
Expand Down

0 comments on commit e5b88c6

Please sign in to comment.