Source for file MultiSelectBox.php
Documentation is available at MultiSelectBox.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: * Select box control that allows multiple item selection.
- 28: *
- 32: */
- 34: {
- 37: /**
- 38: * Returns selected keys.
- 40: */
- 42: {
- 46: }
- 48: }
- 52: /**
- 53: * Returns selected keys (not checked).
- 55: */
- 57: {
- 66: }
- 72: }
- 73: }
- 75: }
- 79: /**
- 80: * Returns selected values.
- 82: */
- 84: {
- 92: }
- 94: }
- 95: }
- 99: /**
- 100: * Generates control's HTML element.
- 102: */
- 104: {
- 109: }
- 111: }