Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1223

listbox with paging in borderlayout couldn't use style % correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Critical Critical
    • None
    • 6.0.1
    • Components, CSS
    • Tomcat 6.0.29 Jdk6.0.32 IE9.0/Firefox13.0.1

      listbox like this:
      <borderlayout>
      <north title=" " border="none" collapsible="true">
      ......
      </north>
      <west title=" " border="none" size="200px" splittable="true" minsize="150" maxsize="300" flex="true" collapsible="true">
      <borderlayout>
      </west>
      <center autoscroll="true" style="background:url(images/_mbg.gif);">
      <west border="none" collapsible="true" title="main" size="280px">
      ......
      </west>
      <center autoscroll="true" >
      <listbox mold="paging" pageSize="15" style="height:100%;width:100%;">
      ......
      </listbox>
      </center>
      <borderlayout>
      </center>
      </borderlayout>
      The listbox's paging control always by last column of listbox , the style height 100% isn't avaiable. Someone can help me ? Is it a bug or need some setting?

            Unassigned Unassigned
            jasonhoo jasonhoo
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: