Documentation TYPO3 par Ameos |
Public Member Functions | |
generate () | |
writeMenu () | |
generate_level ($levels, $count, $pid, $menuItemArray='', $MP_array=array()) |
Definition at line 2668 of file class.tslib_menu.php.
tslib_jsmenu::generate | ( | ) |
Dummy. Should do nothing, because we don't use the result-array here!
Definition at line 2675 of file class.tslib_menu.php.
tslib_jsmenu::writeMenu | ( | ) |
Creates the HTML (mixture of a <form> and a JavaScript section) for the JavaScript menu (basically an array of selector boxes with onchange handlers)
Definition at line 2683 of file class.tslib_menu.php.
tslib_jsmenu::generate_level | ( | $ | levels, | |
$ | count, | |||
$ | pid, | |||
$ | menuItemArray = '' , |
|||
$ | MP_array = array() | |||
) |
Generates a number of lines of JavaScript code for a menu level. Calls itself recursively for additional levels.
integer | Number of levels to generate | |
integer | Current level being generated - and if this number is less than $levels it will call itself recursively with $count incremented | |
integer | Page id of the starting point. | |
array | $this->menuArr passed along | |
array | Previous MP vars |
Definition at line 2744 of file class.tslib_menu.php.