Source for file FormGroup.php
Documentation is available at FormGroup.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * A user group of form controls.
- 17: *
- 20: *
- 23: */
- 25: {
- 35: {
- 37: }
- 41: /**
- 43: */
- 45: {
- 53: }
- 56: throw new InvalidArgumentException("Only IFormControl items are allowed, the #$num parameter is invalid.");
- 57: }
- 58: }
- 60: }
- 64: /**
- 66: */
- 68: {
- 70: }
- 74: /**
- 75: * Sets user-specific option.
- 76: *
- 77: * Options recognized by ConventionalRenderer
- 78: * - 'label' - textual or Html object label
- 79: * - 'visual' - indicates visual group
- 80: * - 'container' - container as Html object
- 81: * - 'description' - textual or Html object description
- 82: * - 'embedNext' - describes how render next group
- 83: *
- 87: */
- 89: {
- 95: }
- 97: }
- 101: /**
- 102: * Returns user-specific option.
- 106: */
- 108: {
- 110: }
- 114: /**
- 115: * Returns user-specific options.
- 117: */
- 119: {
- 121: }
- 123: }