1 Reply Latest reply on May 6, 2008 7:47 PM by sergeysmirnov

    Inplace editor style

      Demo for inplace Select doesn't work properly. Properties changedHoverClass and viewHoverClass in the demo code doesn't exists in version 3.2.0 SR1 or i'm accessing to a wrong demo site?

       <rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}"
       defaultLabel="Double Click to edit" openOnEdit="true"
       showControls="true" editEvent="ondblclick" layout="block"
       viewClass="inplace" changedClass="inplace"
       changedHoverClass="hover" viewHoverClass="hover">
       <f:selectItems value="#{capitalsBean.capitalsOptions}" />
       </rich:inplaceSelect>
      
      



      is there some way to change the default style definition?. I am Using JSF 1.2

      Thanks.