format_target

LANSA WAM

format_target

The format/target of the data served by the source WAM webroutine.

Default value

xhtml-iframe

Valid values

1.  xhtml-iframe: The list is formatted as an XHTML table inside an iframe. Use this option if you want users to select the whole table using Ctrl+A (Select All) when inside the iframe

2.  xhtml-inline: The list is formatted as an XHTML table and placed inline in the main XHTML page. This is the closest to having the XHTML defined in the main XHTML page.

3.  csv-inline: The list is formatted as a comma-separated document inside an iframe. If your browser is Microsoft Internet Explorer and you have Microsoft Excel, the iframe will show the list as an spreadsheet.

4.  csv-window: The list is formatted as a comma-separated document and opened in a new window. If your browser is Microsoft Internet Explorer and you have Microsoft Excel, the new window will show the list as an spreadsheet.

Warning:

  • The xhtml-inline format/target loads the list programmatically. The page cannot be saved. If you need to save the page, use the xhtml-iframe option (You can save the iframe content).