The Table Attributes (HTML) property specifies the HTML attributes to be inserted
into the <table>
tag for the HTML generated by the <rw:include>
tag in a JSP file. The <rw:include>
tag has a src
attribute that references a layout object. If the layout object is a frame
or repeating frame, the object is converted to an HTML table when generated
to HTML output. This property provides the option to specify HTML table attributes
such as border
, cellspacing
, cellpadding
,
and so on, to allow you to precisely control the HTML output.
Note: This property is implemented only for JSP-based Web reports, whereas the Table Attributes (HTML) property for reports is introduced in Oracle Reports 10g (10.1.2) to specify table attributes for paper-based reports generated to HTML output.
Applies to |
Frames, repeating frames |
Values |
Any valid attributes
for the HTML |
Default |
|
Required/Optional |
Optional |
Copyright © 1984, 2005, Oracle. All rights reserved.