8 Replies Latest reply on May 13, 2008 4:54 AM by lmk

    customise input components skins

    lmk

      hello,

      Im using RF control skinning for input fileds, i want to customize some submit buttons, but, the button is rendered as any button,

      <h:commandButton value="View "
      action="#{bean.initSearch}" styleClass="#{menuManager.viewManageStyle}"
      </h:commandButton>
      


      style class :

      
      .menu_link {
       background: transparent;
       background-color: #FFFFFF; border : none;
       font-family: verdana, Helvetica, sans-serif;
       color: #7E133D;
       font-weight: bold;
       font-size: 11px;;
       border: none;
      }
      


      regards