0 Replies Latest reply on Nov 15, 2011 6:27 AM by pzelenka00

    ToolBar highlight

    pzelenka00

      Hi,

       

      I have a rich:tollBar and I need to highlight selected choice (for example red text color). Is there any simple (maybe built-in) solution or can anybody tell how to do it?

       

      Thanks

       

      Pavel

       

      <rich:toolBar height="34" itemSeparator="line">

         <rich:toolBarGroup>

            <h:commandLink id="choice1" value="...." action="choice1" style="font-size: 14px"/>

         </rich:toolBarGroup>

         <rich:toolBarGroup>

            <h:commandLink id="choice2" value="..." action="choice2" style="font-size: 14px"/>

         </rich:toolBarGroup>

      </rich:toolBar>