From ae6e2cef88e0153916a8a29fde409e50512d363c Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 28 Dec 2024 20:02:20 +0100 Subject: [PATCH] Documentation code output_html_tab --- include/lib/output_html_tab.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/lib/output_html_tab.class.php b/include/lib/output_html_tab.class.php index fa1cb2723..027dda52f 100644 --- a/include/lib/output_html_tab.class.php +++ b/include/lib/output_html_tab.class.php @@ -276,7 +276,7 @@ class Output_Html_Tab } /** - * get the CSS class of tabs_selected + * @brief get the CSS class of tabs_selected * @return mixed */ public function get_class_tab_selected() @@ -285,7 +285,7 @@ class Output_Html_Tab } /** - * set the CSS class of tabs, default is tabs_selected + * @brief set the CSS class of tabs, default is tabs_selected * @param mixed $class_tab_selected */ public function set_class_tab_selected($class_tab_selected) @@ -295,7 +295,7 @@ class Output_Html_Tab } /** - * Build the javascript to change the class name of the selected tab, hide other div and show the selected one + * @brief Build the javascript to change the class name of the selected tab, hide other div and show the selected one * @param string $p_not_hidden id of the showed tab * @return javascript string */