|
DataTable is designed to be used as a data-listener in order to show a row-column table of numbers. Just as in DataGraph, each column is a series with a unique style. When the data-connection is made, the appropriate series number must be specified.
DataTable is embedded using the following html tag:
<applet codebase="../../classes/" archive="DataTable4_.jar,STools4.jar" code="dataTable.DataTable.class" name="DataTable" width="164" height="320"> <param name="ShowScrollBars" value="false"> <param name="LastOnTop" value="false"> <param name="CellWidth" value="40"> <param name="NumRows" value="15"> <param name="NumCols" value="4"> <param name="ShowControls" value="true"> <param name="ShowRowHeader" value="true"> <param name="ShowColHeader" value="true"> <param name="SizeToFit" value="true"> </applet>
DataTable Parameters |
||
ShowControls | boolean | True to show simple user interface. |
STools Parameters |
||
AppletNames | string | A comma delimited list of applet names occurring within this html page. (See OnLoad.) |
Debug | int | Enables debugging messages in Java console; 0 = no messages, 255 = verbose messages. |
OnLoad | string | A JavaScript function that will be invoked using LiveConnect after all applets have been loaded. (See AppletNames.) |
Resources | string | A file containing translations of internal text such as buttons and labels. |