Source for file RadioList.php
Documentation is available at RadioList.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: * Set of radio button controls.
- 28: *
- 32: *
- 36: */
- 38: {
- 50: /**
- 53: */
- 55: {
- 61: }
- 65: /**
- 66: * Returns selected radio value.
- 69: */
- 71: {
- 73: }
- 77: /**
- 78: * Sets options from which to choose.
- 81: */
- 83: {
- 86: }
- 90: /**
- 77: /**
- 78: * Returns options from which to choose.
- 93: */
- 95: {
- 97: }
- 101: /**
- 102: * Returns separator HTML element template.
- 104: */
- 106: {
- 108: }
- 112: /**
- 113: * Returns container HTML element template.
- 115: */
- 117: {
- 119: }
- 123: /**
- 124: * Generates control's HTML element.
- 127: */
- 129: {
- 136: }
- 156: }
- 160: }
- 163: // TODO: separator after last item?
- 164: }
- 167: }
- 171: /**
- 172: * Generates label's HTML element.
- 175: */
- 177: {
- 181: }
- 185: /**
- 186: * Filled validator: has been any radio button selected?
- 189: */
- 191: {
- 193: }
- 195: }