Deprecate `WCF.Action.*` classes
authorMatthias Schmidt <gravatronics@live.com>
Sun, 21 Mar 2021 13:49:29 +0000 (14:49 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 21 Mar 2021 13:49:29 +0000 (14:49 +0100)
wcfsetup/install/files/js/WCF.js

index ade000776f141dab6e20a2ecff23b032c8338e92..05a1c1fe6a65d17ac256ddf18b66da27a288efd4 100755 (executable)
@@ -1708,6 +1708,8 @@ WCF.Action.SimpleProxy = Class.extend({
  * @param        string                className
  * @param        string                containerSelector
  * @param        string                buttonSelector
+ * 
+ * @deprecated  5.4 Use `WoltLabSuite/Core/Ui/Object/Action/Delete` instead
  */
 WCF.Action.Delete = Class.extend({
        /**
@@ -1908,6 +1910,8 @@ if (COMPILER_TARGET_DEFAULT) {
         * element of the deleted element.
         *
         * @see        WCF.Action.Delete
+        *
+        * @deprecated  5.4 Use `WoltLabSuite/Core/Ui/Object/Action/Delete` instead
         */
        WCF.Action.NestedDelete = WCF.Action.Delete.extend({
                /**
@@ -1948,6 +1952,8 @@ if (COMPILER_TARGET_DEFAULT) {
         * @param        string                className
         * @param        jQuery                containerList
         * @param        string                buttonSelector
+        *
+        * @deprecated  5.4 Use `WoltLabSuite/Core/Ui/Object/Action/Toggle` instead
         */
        WCF.Action.Toggle = Class.extend({
                /**