8 Replies Latest reply on Feb 22, 2011 7:23 AM by anicapil

    How to change line using <div> withen <rich:column>?

    anicapil

      I want to change line after 330px. Any idea how can i fix this. Thanks

      <rich:columns

                  var="argumentType"

                  index="index"

                  value="#{countriesManager.getArgumentTypesForChannel()}"

                  style="white-space:nowrap" >

       

              <div style="width:330px;overflow:auto;">

                  <h:outputText value="#{model.masterArgumentArray[index].value}" styleClass="breakWord"/>

              </div>

          </rich:columns>