Source for file Button.php
Documentation is available at Button.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 https://nette.org
- 12: *
- 19: */
- 27: /**
- 28: * Push button control with no default behavior.
- 29: *
- 33: */
- 35: {
- 37: /**
- 39: */
- 41: {
- 45: }
- 49: /**
- 50: * Bypasses label generation.
- 52: */
- 54: {
- 56: }
- 60: /**
- 61: * Sets 'pressed' indicator.
- 64: */
- 66: {
- 68: }
- 72: /**
- 73: * Generates control's HTML element.
- 75: */
- 77: {
- 81: }
- 83: }