Displaying 1 result from an estimated 1 matches for "resetbranch".
Did you mean:
resetbranches
2008 Jul 11
1
prototype.js breaks treemenus from pear HTML_TreeMenu in safari
...;', '''', null));
newNode_1_1 = newNode_1.addItem(new TreeNode(''c'', null, '''',
false, true, '''', '''', null));
objTreeMenu_1.drawMenu();
objTreeMenu_1.writeOutput();
objTreeMenu_1.resetBranches();
// ]]>
</script>
</body>
</html>
when prototype.js is not loaded all works well. when its loaded the
menu breaks. somehow the js-code from the treemenu is not executed,
but shown. this happens only in safari!
does anyone know a solution? it is also ok for me if i adapt...