1 Reply Latest reply on Apr 24, 2008 11:38 AM by jhs2zz

    panelmenuitem disabled and no icon

    jhs2zz

      Hi, in my application I want to disable a panelmenuitem, and also do not display icons. I have tried changing the style for rich-pmenu-item-icon like this:

      .rich-pmenu-item-icon{
       display:none;
      }
      


      This works for items that are not disabled. However once I set "disabled=true", the icon re-appears.

      How should I remove the icon for a disabled menu item? Any suggestions please?

      Many thanks!