Volt Menu Position : constant PopupMenu

Locked
sealsra
Posts: 24
Joined: 05 Aug 2013, 16:06

05 Nov 2015, 15:53

I apologize for a two-part question....

Is there a way to make the Volt menu position on all my pages constantly be a PopupMenu instead of Inline? I would consider keeping both as a user option, except for once a User selects PopupMenu and changes to a new page, it automatically switches back to InlineMenu. Is there a way for it to remember what the user selected and use the last chosen menu selection?

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

05 Nov 2015, 16:01

Hi Sealsra,
Is there a way to make the Volt menu position on all my pages constantly be a PopupMenu instead of Inline?
- We added PopupMenu style class for Volt 2.0+. (Blog; http://blog.primefaces.org/?p=3649) Please add PopupMenu class in body;
template.xhtml

Code: Select all

...
<h:body styleClass="BlueBody PopupMenu">
...
Is there a way for it to remember what the user selected and use the last chosen menu selection?
- Volt menu have stateful feature. We are adding ids of expanded menuitems in a cookie. When user open another page, we are taking expanded ids in cookie and opening menu that have this ids. Please try volt menu.(http://www.primefaces.org/volt/)
- Open Volt Theme
- Click Sample Page
You can see that Volt Theme menu is open.

Locked

Return to “Volt”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests