Primefaces FREYA Sidebar Static Menu #2347
Unanswered
JeanMarieK
asked this question in
PrimeFaces Templates
Replies: 1 comment
-
@JeanMarieK i don't own Freya but i own other templates. And typically in the Showcase it has a java class called @Named
@SessionScoped
public class GuestPreferences implements Serializable {
private String layout = "static";
private String componentTheme = "blue";
private String menuTheme = "darkgray";
private String logoColor = "white";
private String scheme = "light";
private String inputStyle = "outlined";
private List<MenuTheme> menuThemes;
private List<ComponentTheme> componentThemes; Just look where that is used and change |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, can someone please help me enable the static sidebar menu? By default, it is disabled, which requires the user to hover on the sidebar
menu and click a little radio button to make it static for that session.
I want it to appear like this by default
Beta Was this translation helpful? Give feedback.
All reactions