|
|
Stocks Watchlist Applet Parameters
- symbolColumns:determines number of columns to spread the stocks. the applet determines
itself how many rows it requires
- initialFieldValue: what field to show when the applet starts. this must be one
of filed value for leftLabel, centerLabel or rightLabel parameter
- symbols: comma separated list of symbols
- showDividerColumn: "true" or "false"; when "true" the applet displays a separator
column between symbol/value pairs
- showIconColumn:'true' or 'false'; when 'true' the applet displays an icon
column after the value
- leftColumnMargin: left padding for each cell in pixels
- rightColumnMargin: right padding in pixels
- gridColor: 'rrr,ggg,bbb' : red, gren, blue decimal values (0-255)
- rightColumnMargin: in pixels
- symbolColumns: number of column pairs (symbol-value) to display symbols
- blinkRefresh: set color change duration in miliseconds
- columns: predefined column names. Ex: SYMBOL,LAST,ASK,BID,VOLUME
- feed: full url to the script feed. Ex:
http://www.yoursite.com/feed.php
- decimals: how many decimals to show. Ex:
2
- columnWidthUnit: 'chars' or 'pixels'; set how to define with for columns.
- showHeader: set to true or false; show or hide table header
- showGrid: set to true or false; show or hide table grid
- readDelay: time in miliseconds between a call to the feed
- blinkRefresh: time in miliseconds after a cell colour resets to neutral
- blinkSleep: time to sleep for each blink walk through
rows to check expired colors; set to smaller than blinkRefresh. set
higher for better processing performance
- updateSleep: time to sleep after updating data for all stocks (in miliseconds)
- fontType: this is Java Virtual Machine dependent;
- fontSize: in pixels
- rightPadSpaces: set this to how many spaces you want to pad
for columns. note this only works with fixed size fonts like "courier"
- colors: there are more parameters for colors, please see
applet html code
- upImageURL: full link to up icon
- downImageURL: full link to down icon
- neutralImageURL: full link to neutral icon
- midLabel "label,field" for first titlebar link. field is one of:
VOLUME,CUMULATIVE VOLUME,BID,ASK,OPEN,HIGH,LOW,CLOSE,CHANGE,PERCENT CHANGE,LAST
- penceLabel: "label,field" for second titlebar link
- percentLabel: "label,field" for third titlebar link
- titleFgColor: forground color for title links in "r,b,g" format
- titleBgColor: background color for links nav bar on top in "r,b,g" format
- titleSelectedFgColor: foreground color for selected title link
|
|