comment on PMA_generate_slider_effect()

This commit is contained in:
Marc Delisle
2008-07-21 16:50:44 +00:00
parent f619053d63
commit 14644133c6

View File

@@ -2344,6 +2344,9 @@ function PMA_generate_html_dropdown($select_name, $choices, $active_choice)
/** /**
* Generates a slider effect (Mootools) * Generates a slider effect (Mootools)
* Takes care of generating the initial <div> and the link
* controlling the slider; you have to generate the </div> yourself
* after the sliding section.
* *
* @uses $GLOBALS['cfg']['InitialSlidersState'] * @uses $GLOBALS['cfg']['InitialSlidersState']
* @param string $id the id of the <div> on which to apply the effect * @param string $id the id of the <div> on which to apply the effect