Page 1 of 1

p:submenu icon change after click

Posted: 11 Oct 2017, 07:05
by Lagartha
I am using adamantium theme. <p:submenu id="Settings" label="5. System Settings"> has + icon under <pm:menu> menu. i want to change + icon to - once i click the System Settings. What changes i need to do in layout.js

Re: p:submenu icon change after click

Posted: 18 Oct 2017, 13:36
by mert.sincan
Please try;

Code: Select all

<style type="text/css">
    .menulink.active-menu > .icon-add:before {
        content: "\e641";
    }
</style>

p submenu icon change after click

Posted: 02 Sep 2018, 08:36
by MichaelJem
I have a submenu with "News" on the 1st order then the next one is " Committee Conference" which will left an empty space after the "News". The problem is i can only click the text "News" then it will jump to the desired page. If i click on the empty space in wont go to the specific page. Is there any setting that can make the page jump to when the empty space clicked?

https://www.sportzfuel.com/

Re: p:submenu icon change after click

Posted: 05 Sep 2018, 04:49
by huseyinT
I couldn't replicate the issue. Could you send sample codes?
Or you create a test project: https://github.com/primefaces/primefaces-test

Greetings,

Re: p:submenu icon change after click

Posted: 08 Oct 2018, 09:45
by mert.sincan
I think this issue is resolved.