@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TDraggable class file |
|
| 4 | - * |
|
| 5 | - * @author Christophe BOULAIN ([email protected]) |
|
| 6 | - * @copyright Copyright © 2008, PradoSoft |
|
| 7 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 8 | - * @package System.Web.UI.ActiveControls |
|
| 9 | - */ |
|
| 3 | + * TDraggable class file |
|
| 4 | + * |
|
| 5 | + * @author Christophe BOULAIN ([email protected]) |
|
| 6 | + * @copyright Copyright © 2008, PradoSoft |
|
| 7 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 8 | + * @package System.Web.UI.ActiveControls |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | /** |
| 12 | 12 | * TDraggable is a control which can be dragged |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * TAutoComplete class file. |
|
| 4 | - * |
|
| 5 | - * @author Wei Zhuo <weizhuo[at]gamil[dot]com> |
|
| 6 | - * @link https://github.com/pradosoft/prado |
|
| 7 | - * @copyright Copyright © 2005-2015 The PRADO Group |
|
| 8 | - * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | - * @package System.Web.UI.ActiveControls |
|
| 10 | - */ |
|
| 3 | + * TAutoComplete class file. |
|
| 4 | + * |
|
| 5 | + * @author Wei Zhuo <weizhuo[at]gamil[dot]com> |
|
| 6 | + * @link https://github.com/pradosoft/prado |
|
| 7 | + * @copyright Copyright © 2005-2015 The PRADO Group |
|
| 8 | + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT |
|
| 9 | + * @package System.Web.UI.ActiveControls |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Load active text box. |