This topic is locked
[SOLVED]

Tabbed Interface

5/3/2022 2:06:08 AM
PHPRunner General questions
A
asawyer13 authorDevClub member

Is there a way to have a tabbed interface so that if a user opens say a customer list, that will have a tab at the top of the browser, and if from a menu they open a vendor list, the user will be able to switch between the customer list and the vendor list without selecting the menu item again?

I know I can haves tabs on a form, but I'm talking about tabs for forms/lists when the user selects them from the menu.

Thanks
Alan

admin 5/3/2022

We do not have this kind of functionality. Switching between menu items is basically the same thing and it is hard to see the benifits of this feature.

S
Steve Seymour 5/3/2022

In your browser, you could right click on the menu item - open in new tab

mbintex 5/4/2022

Why not having a horizontal menu for the "tabbed interface" and a sidebar menu containing the module menu? Should work, since you can define as many menus as you want and place them via copy of the first menu item in Designer.

A
asawyer13 authorDevClub member 5/4/2022

If I open in new tab, do I have any issues with session variables, or should everything just work?

Alan

admin 5/4/2022

If I open in new tab, do I have any issues with session variables, or should everything just work?

There won't be any problem.