This topic is locked

PHPRunner 9 - Bootstrap Menu Bug

6/29/2016 7:27:40 PM
PHPRunner General questions
dermemo author

Hello, when creating a nested Menu i.e. [Menu]=>[Submenu]=>[Option1][Option2][Option3]
The Options are not shown, instead clicking Submenu will always open the first Option.

Sergey Kornilov admin 6/29/2016

The thing is that Bootstrap doesn't have an option for three-level horizontal menu. It simply doesn't exist. This is why it opens the first option and shows other options as part of horizontal menu.
The viable option for you is to use a vertical tree-like menu.

dermemo author 6/30/2016

We had Sublevel Menus since I remember using PHPRunner, after upgrading to 9 this is a very sad Message, as my Project relies on Horizontal Sublevel Menus.
Please do not blatantly it is not possible because it is possible:
Stackoverflow Entrance to the Case
Jfiddle working Example
So, it is more a matter of integrating it into PHPRunner 9...
If you do not plan to integrate it, can you please tell us how to integrate it via CSS etc.?