-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using knp-menu with Bootstrap #6
Comments
There is an issue (see #5) with
The other methods are working fine here. How do you call them? |
For a full example on how to build complex bootstrap menus. Have a look at this renderer and this helper I use them to build sidebars for almasaeed2010/AdminLTE |
Thanks for the prompt response. I did get the methods working. My apologies; I was attempting to use them incorrectly. I really like the helper. It will be very helpful as I’m also starting to implement AdminLTE. I’m looking forward to having a plugin for it. From: Philippe Lafrance [mailto:[email protected]] For a full example on how to build complex bootstrap menus. Have a look at this renderer https://github.com/gintonicweb/admin-theme/blob/master/src/Menu/Renderer/ListRenderer.php and this helper https://github.com/gintonicweb/admin-theme/blob/master/src/View/Helper/MenuHelper.php I use them to build sidebars for almasaeed2010/AdminLTE https://github.com/almasaeed2010/AdminLTE — |
Is there any chance you could post/send a full example of how you use your helper and renderer with AdminLTE. I hope I'm not be too dense, but somehow I can't seem to get the thing to work. I've tried examining your code closely, but just can't get it to work. |
For support you can come and discuss it in the #gourmet channel on freenode, I'm here right now |
I'm trying to use gourmet/knp-menu with Bootstrap 3, but I need to add certain classes and other attrigutes to the ul and li elements within the structure. For example:
The knp-menu-bundle provides four methods:
I can't get these to work with your extension. Do you have plans to incorporate them into your extension? In addition, do you have plans to add some way to include a span or b element, as used in the example above () which is necessary to add the dropdown arrow?
The text was updated successfully, but these errors were encountered: