Menu

#2753 Set Hflex="min" to listheader fail, FF5 IE6,7

5.0.7
closed
nobody
5
2011-07-15
2011-06-30
jimmy shiau
No

<zk>
<zscript><![CDATA[
String[] msgs2 = { "Application Developer's Perspective",
"Very Long Long Long Long Long Long Long Long Long Long Text",
"Server+client Fusion architecture",
"Execution Flow of Serving an Ajax Request",
"Very Long Long Long Long Long Long Long Long Long Long Text",
"When to Send an Ajax Request" };
]]></zscript>
<listbox width="800px">
<listhead>
<listheader label="Product" width="120px" />
<listheader label="Description" hflex="min" />
<listheader label="Comment" hflex="1" />
</listhead>
<listitem>
<listcell>
<label value="${msgs2[0]}"></label>
</listcell>
<listcell>
<label value="${msgs2[1]}"></label>
</listcell>
<listcell>
<label value="${msgs2[2]}"></label>
</listcell>
</listitem>
<listitem>
<listcell>
<label value="${msgs2[3]}"></label>
</listcell>
<listcell>
<label value="${msgs2[4]}"></label>
</listcell>
<listcell>
<label value="${msgs2[5]}"></label>
</listcell>
</listitem>
</listbox>
</zk>

Discussion

  •  chen asuka

    chen asuka - 2011-07-15
     
  •  chen asuka

    chen asuka - 2011-07-15
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB