1: <?php
2: /**
3: * QJqRadioButton
4: *
5: * Put your customizations of the standard behavior here.
6: *
7: * @package Controls
8: * @filesource
9: */
10:
11: /**
12: * Implements a JQuery UI Radio Button
13: *
14: * It extends the QJqRadioButtonBase class. When writing your code, use this class instead of QJqRadioButtonBase.
15: * This class can be modified by the developer to add functions and alter the already present functions.
16: * @package Controls
17: */
18:
19: class QJqRadioButton extends QJqRadioButtonBase {
20: }