Source for file RepeaterControl.php
Documentation is available at RepeaterControl.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: */
- 28: /**
- 29: * A control that repeats a specified prototype for each item in the list.
- 30: *
- 34: */
- 36: {
- 50: /**
- 51: */
- 53: {
- 55: }
- 59: /**
- 60: * Set value.
- 63: */
- 65: {
- 70: }
- 72: }
- 76: /**
- 77: * Get value.
- 79: */
- 81: {
- 83: }
- 87: /**
- 88: * Load HTTP data.
- 90: */
- 92: {
- 95: }
- 97: }