blob: 2d0b709e31ccf2441cb11fc2149db03c3155ea05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
/**
*
*
* @author Christophe BOULAIN (Christophe.Boulain@ceram.fr)
* @copyright Copyright © 2007, CERAM Sophia Antipolis
* @license url nameoflicense
* @version $Id$
*
*/
prado::using ('Application.controls.ToggleImageButton');
class ExtendedToggleImageButton extends ToggleImageButton {
}
?>
|