Source for file ImageButton.php
Documentation is available at ImageButton.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Submittable image button form control.
- 17: *
- 20: */
- 22: {
- 24: /**
- 27: */
- 29: {
- 34: }
- 38: /**
- 39: * Returns name of control within a Form & INamingContainer scope.
- 41: */
- 43: {
- 46: }
- 50: /**
- 51: * Loads HTTP data.
- 53: */
- 55: {
- 59: }
- 61: }