0 Replies Latest reply on Dec 7, 2007 4:53 AM by pourmo

    simpleTogglePanel openMarker and closeMarker

    pourmo

      Hi
      I have noticed that , during some of the 3.1.3 nighly builds the open/close marker of simpleTogglePanel has move from right to left and then right again.

      I would actually like to set this to be on the left hand side, how would I be able to do this, is there a tag that I need to add.

      I'm using the latest 3.1.3 snapshot as of 7th Dec 2007 and below is a clip of the xhtml code.

       <rich:simpleTogglePanel id="contactFolders"
       switchType="client"
       bodyClass="togglePanelBody"
       headerClass="togglePanelHeader"
       style="width:183px;border:none;padding:0px;">
      
       <f:facet name="header">
       <h:outputText value="Folders"/>
       </f:facet>
       <f:facet name="openMarker">
       <h:graphicImage value="/resources/images/sixteen/toggle_folder_closed.png" style="border:0px;padding:0px;margin:0px;" />
       </f:facet>
       <f:facet name="closeMarker">
       <h:graphicImage value="/resources/images/sixteen/toggle_folder_open.png" style="border:0px;padding:0px;margin:0px;" />
       </f:facet>
      
      ....
      


      thanks
      pourmo