Source for file FormGroup.php
Documentation is available at FormGroup.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 6: * Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)
- 7: *
- 8: * This source file is subject to the "Nette license" that is bundled
- 9: * with this package in the file license.txt.
- 10: *
- 11: * For more information please see http://nettephp.com
- 12: *
- 18: */
- 26: /**
- 27: * A user group of form controls.
- 28: *
- 32: *
- 35: */
- 37: {
- 47: {
- 49: }
- 53: /**
- 55: */
- 57: {
- 65: }
- 68: throw new InvalidArgumentException("Only IFormControl items are allowed, the #$num parameter is invalid.");
- 69: }
- 70: }
- 72: }
- 76: /**
- 78: */
- 80: {
- 82: }
- 86: /**
- 87: * Sets user-specific option.
- 88: *
- 89: * Options recognized by ConventionalRenderer
- 90: * - 'label' - textual or Html object label
- 91: * - 'visual' - indicates visual group
- 92: * - 'container' - container as Html object
- 93: * - 'description' - textual or Html object description
- 94: * - 'embedNext' - describes how render next group
- 95: *
- 99: */
- 101: {
- 107: }
- 109: }
- 113: /**
- 114: * Returns user-specific option.
- 118: */
- 120: {
- 122: }
- 126: /**
- 127: * Returns user-specific options.
- 129: */
- 131: {
- 133: }
- 135: }