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