Well … I have the menu01.html working … works great … except that applications do not open in tabs - and if I have menu tabs open on the regular menu, the applications on menu01 are hidden behind those open tabs. How can I open the applications on menu01 so that they open in tabs like the regular menu - or close ALL of the open tabs of the regular menu when an option is selected form menu01?
This is the value that needs to be changed … (value = target=‘app_menu_iframe’)
Menu Structure properties (there aren’t any!)
Another thought … force the application to open modal.
Unfortunately … sc_apl_conf only seems to let me do that if I call the application from another application.
So then … the thought is that menu01.html IS an application (but what is it called? How can I manipulate that? I have to write the code in the library?
Used a blank application with an sc_redir to the application that I want to load … works great as long as there are no other applications opened in tabs. When there are tabs open, the ‘modal’ form opens BEHIND the tabs (you have to close ALL tabs to see it)
Not sure it’s the right way to do it …seees like a kluge …I changed form > navigation to “close on exit” and “exit application after processing the form”. I changed menu01.html so that the application opens in a blank window… So it opens in a new browser tab and after updating the information it closes and returns to the original window. It works. For now.
But this menu is flaky. After selecting an item from the menu, it opens in a new browser tab - but when I go back to the menu system - this little menu is still open and if I hover my mouse over it or attempt to select another option on the menu it is ‘shaky’. So then I guess the next question is - how to close this menu (only the menu) onclick?