Try OpenEdge Now
skip to main content
Developing WebSpeed Applications
Generating HTML Visualizations : Overview : Using the support for HTML table visualizations
 

Using the support for HTML table visualizations

To generate an HTML table using the installed visualization support:
*For HTML-mapping support, WebSpeed uses two tagmap utility procedures, install-path/src/web/support/tagrun.p and install-path/src/web/support/tagparse.p and WebSpeed relies on you to:
*Include this custom tag where you want the table to appear in your mapped HTML file: <!--WSTAG NAME="mytbl" FILE="table.html" -->.
*Customize the embedded SpeedScript file based on the installed template, install-path/src/web/template/table.html.
*For SpeedScript-generating or embedded SpeedScript support, run your customized version of the visualization procedure template, install-path/src/web/template/table.html, in the Web object.