Subject: RE: how to add scrolling to table in xsl
From: "Puri, Nina" <Nina.Puri@xxxxxxxxx>
Date: Thu, 24 Apr 2003 09:41:03 -0500
|
I am using the <fo:table tag and the final report gets printed to the pdf format.
Is this code valid in this case?
-----Original Message-----
From: Amargos Carreras, Albert [mailto:aamargos@xxxxxxxxxxx]
Sent: Thursday, April 24, 2003 9:08 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: how to add scrolling to table in xsl
Within your xsl code, in the place where you show your transformation,
there should be a code like this:
<div id="contentd" style="position: relative; top:
0px;left: 0px; height: 100px; overflow-y: scroll;overflow-x: hidden;">
</div>
where overflow-y is the vertical overflow and overflow-x is horizontal
(in this case is hidden)
Alberto
-----Original Message-----
From: Puri, Nina [mailto:Nina.Puri@xxxxxxxxx]
Sent: jueves, 24 de abril de 2003 16:08
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: how to add scrolling to table in xsl
how can we print long tables using xsl. Is there any concept of table
scroling?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|