Try OpenEdge Now
skip to main content
Developing WebSpeed Applications
Generating HTML Visualizations : Overview
 

Overview

WebSpeed provides support for dynamically generating HTML visualizations for a Web page. You can generate these visualizations in an HTML-mapping Web object using the custom tag, <!--WSTAG -->. This tag allows you to specify a set of HTML attributes that direct your Web object to perform any custom input or output that you design. By placing the tag in your HTML file, the Web object performs the specified output action when it scans the tag and returns any input for any HTML form element that you map with the tag. These actions are determined by a visualization procedure that you specify in the tag.
For non-HTML-mapping Web objects, you can execute the visualization procedure directly from SpeedScript or embedded SpeedScript to accomplish the same effects.
Note: For information on embedded SpeedScript files, see SpeedScript.
* Using the support for HTML table visualizations