Example 4
This example demonstrates the Data Grid dynamically interactive
with other page content.
Click on the Product names of the first six rows and you
will see that a Javascript function is executed which modifies
the content of this page. (click on the words "Pie Chart"
in the grid)
Pie Chart Software
Both a client and server side solution for the
incorporation of pie charts / pie graphs into
web pages. |
|
Line Graph Software
Both a client and server side solution for the
incorporation of pie charts / pie graphs into
web pages. |
|
Vertical Bar Graph Software
Both a client and server side solution for the
incorporation of pie charts / pie graphs into
web pages. |
|
Horizontal Bar Software
Both a client and server side solution for the
incorporation of pie charts / pie graphs into
web pages. |
|
Area Chart Software
Both a client and server side solution for the
incorporation of pie charts / pie graphs into
web pages. |
|
Stacked Bar Graph Software
Both a client and server side solution for the
incorporation of pie charts / pie graphs into
web pages. |
|
and here is the HTML Code,
<applet code="AdvDataGridApplet"
archive="AdvDataGrid.jar" width="430"
height="333" mayscript>
<!-- Start up
parameters -->
<param name="STARTUPCOLOR" value="255,255,255">
<param name="LOADINGMESSAGE" value="Loading
data, please wait......">
<param name="STEXTCOLOR" value="100,80,0">
<!-- Property
& Data Files -->
<param name="charset" value="8859_1">
<param name="gridproperties" value="gridprops.txt">
<param name="griddata" value="griddata2.txt">
</applet>
Properties are acquired from the file gridprops.txt
- click here to view
Data is acquired from the file griddata2.txt
- click here to view
The method by which cells are set to interact with Javascript
is fully described in the JavaScript section of the Documentation
- click here
<< Back to Examples Index
<< Back to Getting
Started
|