diff --git a/libraries/cms/html/behavior.php b/libraries/cms/html/behavior.php index 946a85b365d7c..80cc0e1724b63 100644 --- a/libraries/cms/html/behavior.php +++ b/libraries/cms/html/behavior.php @@ -204,6 +204,8 @@ public static function formvalidator() * @return void * * @since 1.5 + * + * @deprecated 4.0 No replacement, only used in Hathor. */ public static function switcher() { @@ -280,6 +282,8 @@ public static function combobox() * @return void * * @since 1.5 + * + * @deprecated 4.0 Use JHtmlBootstrap::tooltip() instead. */ public static function tooltip($selector = '.hasTip', $params = array()) { @@ -511,6 +515,8 @@ public static function multiselect($id = 'adminForm') * @return void * * @since 1.5 + * + * @deprecated 4.0 No replacement, not used since 3.0. */ public static function tree($id, $params = array(), $root = array()) {