Database Applet - Flex |
|
| Home| Download| Support | |
Demo 1
Database Applet is an Adobe Flex application that runs inside a web page. Database Applet requires that requires Flash Player 9 or higher.Installation
Properties in the dbapplet.properties file
|
| Property | Description |
|---|---|
headerInFile |
If this is set to true the applet will use the first line in the data.csv file as column headers. |
column |
You can add a column property per column in the data file. The column property is followed by arguments such as name and type e.g. name=Price; type=number The application will use the name as column header and type to format and sort the column. In addition to name and type arguments the column can have href and baseref arguments. |
dataFile |
data.cvs is the default data file. You can specify another name with the dataFile property. |
delimiter |
Comma is the default delimiter. You can specify other delimiters. The delimiter property be one of the following: COMMA, SPACE, TAB, POUND or SEMICOLON. |
form |
Link to a server side script that . E.g.
A button with the name Submit will be added to the toolbar. When the used clicks the submit button the rows with check marks selected will be packed into a comma separated string and posted to the script defined in the action. The script can return an URL that Database Applet will open in a browser window. This feature enables Database Applet to function as a shopping chart with a checkout script defined with the form property. The form could also function as a report gateway. |
| Column type | Description |
|---|---|
text |
Default type. Columns will sort as text |
number |
Number values |
boolean |
data that are either true or false. |
date |
Date values. |
link |
Data in link columns are clickable. When the user clicks on link
type the applet will try to construct a link and show the link in a
browser window. You can specify a baseRef such that the link will be
baseRef + column value
column name=Accession;type=link;baseRef=http://www.uniprot.org/entry/ |
Copyright © 2005 nktSoft, All rights reserved.