ICEfaces
  1. ICEfaces
  2. ICE-5141

ICEfaces 2.0 auction table styling

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha1
    • Fix Version/s: 2.0-Alpha2, 2.0.0
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      ICEfaces 2.0

      Description

      The headers in the item list of auction appear to be missing styles.

        Activity

        Hide
        Ted Goddard added a comment -

        The standard h:dataTable component is not rendering all of the automatic styles that ice:dataTable does by default. By adding a headerClass, however, the style problems are fixed:

        <div id="resultsDiv">
        <h:dataTable width="100%" cellspacing="1" styleClass="bidTable"
        value="#

        {AuctionBean.searchItems}

        " var="item"
        + headerClass="iceDatTblColHdr1 bidTableColHdr1 bidTableHdr"
        rowClasses="rowClass1,rowClass2" id="iceTable">
        <h:column>
        <f:facet name="header">

        Show
        Ted Goddard added a comment - The standard h:dataTable component is not rendering all of the automatic styles that ice:dataTable does by default. By adding a headerClass, however, the style problems are fixed: <div id="resultsDiv"> <h:dataTable width="100%" cellspacing="1" styleClass="bidTable" value="# {AuctionBean.searchItems} " var="item" + headerClass="iceDatTblColHdr1 bidTableColHdr1 bidTableHdr" rowClasses="rowClass1,rowClass2" id="iceTable"> <h:column> <f:facet name="header">
        Hide
        Ted Goddard added a comment -

        No known styling issues now remain in auction, so will mark this as resolved.

        Show
        Ted Goddard added a comment - No known styling issues now remain in auction, so will mark this as resolved.

          People

          • Assignee:
            Ted Goddard
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: