diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-03-06 19:48:47 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-03-06 19:48:47 +0100 |
commit | 2be7a27c5126855fac8d0c6f48c72066b8f87705 (patch) | |
tree | 77c10e9bb7b2f5344ac0f2f7154dfbae03594a1c /framework/Web/UI/ActiveControls/TDraggable.php | |
parent | cc53959ac5ba3e786f3d6ad3403919b82c52fa42 (diff) |
Add some deprecation notices
Diffstat (limited to 'framework/Web/UI/ActiveControls/TDraggable.php')
-rwxr-xr-x | framework/Web/UI/ActiveControls/TDraggable.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/Web/UI/ActiveControls/TDraggable.php b/framework/Web/UI/ActiveControls/TDraggable.php index 3f6008bc..830200e3 100755 --- a/framework/Web/UI/ActiveControls/TDraggable.php +++ b/framework/Web/UI/ActiveControls/TDraggable.php @@ -11,6 +11,9 @@ /** * TDraggable is a control which can be dragged * + * Warning: this class is deprecatd and will be removed in a future release. + * We suggest you to investigate using {@link TJuiDraggable} instead. + * * This control will make "draggable" control. * Properties : * @@ -25,6 +28,7 @@ * @copyright Copyright © 2008, PradoSoft * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Web.UI.ActiveControls + * @deprecated Use TJuiDraggable instead */ class TDraggable extends TPanel { |