DHTML Menu Bar
Just wondering, but has anyone successfully implemented a truly Dynamic DHTML menu bar in APEX? I have found many but they rely on static .js files and are totally unpractical for APEX. In my case the desired effect is similar to that of selecting a windows menu (such as File) and then being able to branch down into sub menus or shift over to the next top level menu. I am trying to move away from cascading select lists because they were rejected as an option due to their slowness of use (even AJAX ones are not fast enough even though they load instantaneously) because its no quicker than the system (a select list driven system) I am trying to replace. In my case I have a relational database that contains the menu items and relations over 3 tables. Any thoughts?