Extreme Component Documentation

JDataGridBean Applet with java plug-in Demo

JDataGridBean Applet webpage with java plug-in board (use<object>or<embed>tags) demonstrated running JDataGrid Applet through webpage.

It may take some minutes to load the demo file, please waiting...     
 
 
Demo Online
(click to demo different file formats)
Default test.xls test.xml test.csv test.txt test.html
Downloaded the demo file
(right click select save as)
  test.xls test.xml test.csv test.txt test.html
 
 

Main features

Demonstrated running JDataGridBean Applet through webpage, loading completed application and application functions: tool bar; menu; image; formulas and etc.Also directly operating JDataGrid applications online, editing data. by parameter to transfer the URL that need to load and save the data as well as the supported data formats, including the xls format of Excel;xml format the Excel supported; CSV formats colon separated ;text formats TAB Separated ; HTML Format and ser format of the serializable object.

 
 

How To Use

 
You can use the following code to load to the webpage and add the parameter, and then you can use the software function in the webpage.
   
 
    Using instruction about <param>:
Name of the parameter Type Description
openUrl url URL load data into datagrid
saveUrl url URL save data from datagrid
saveFormat xls, xml, txt, csv, html, htm, ser The file format to save
saveFileName string
The File name to save, the default is the file name of open url
downloadPath url
The path to download the saved file, relative to current applet webpage
 
     Note:Url can use both relative path and absolute path.
               The relative path is opposed to the index embeded into the <applet>webpage.