Hello. I am trying to figure out how to have my VLFONE Material Design menu options already expanded when the user opens the menu. Any help would be appreciated. Attached is what the menu looks like. I would like everything below each application to be expanded like FPO is when the menu is displayed. I am using V15 with all epc's loaded. It is a model B configuration.
VLFONE menu expansion
Re: VLFONE menu expansion
I don't think there is an option to modify the behaviour.
As far as I can tell, its hard coded in vf_ui051o.js. In method zInt_Show it sets all the menu items to CONTRACTED and then expands just the menu item for the current application. You should not modify internal VLF routines.
And since there is no option to snap in your own version of the menu options panel, I think you will probably have to live with the existing behaviour.
As far as I can tell, its hard coded in vf_ui051o.js. In method zInt_Show it sets all the menu items to CONTRACTED and then expands just the menu item for the current application. You should not modify internal VLF routines.
And since there is no option to snap in your own version of the menu options panel, I think you will probably have to live with the existing behaviour.
Re: VLFONE menu expansion
Thank you for the insight. Much appreciated.