| attribute | parameter type | value in demo | values |
|
path | string | class.overlib/ |
path to the javascript files
|
| sticky
| bool | true |
If set true, the popup is sticky
|
| align
| integer | 2 |
popup alignment: 1 = left, 2 = center, 3 = right of mouse pointer
|
| valign
|
integer | 1 |
vertical popup alignment: 1 = above, 2 = below mouse pointer, NOTE:
height must be set for this to work!
|
| fgcolor
| string | #ffffff |
foreground color
|
| bgcolor
| string | #ff0000 |
background color
|
| textcolor
| string | #ff0000 |
text color
|
| capcolor
| string | #ff0000 |
caption color
|
| closecolor
|
string | #ff0000 |
close text color, NOTE: this text only appears in sticky popups with caption
|
| textfont
| string | courier |
text font name
|
| captionfont
| string | courier |
caption font name
|
| closefont
|
string | courier |
close text font name, NOTE: this text only appears in sticky popups with caption
|
| textfont
| integer | 3 |
text font size
|
| captionsize
| integer | 3 |
caption font size
|
| closesize
|
integer | 3 |
close text font size, NOTE: this text only appears in sticky popups with caption
|
| width
| integer | 400 |
width of the popup
|
| height
| integer | 200 |
height of the popup
|
| border
| integer | 5 |
width of the popup border
|
| offsetx
| integer | 150 |
x offset between popup and mouse
|
| offsety
| integer | -150 |
y offset between popup and mouse
|
| fgbackground
| string | bg.gif |
image for background, overrides fgcolor
|
| bgbackground
| string | bg.gif |
image for background, overrides bgcolor
|
| closetext
| string | X |
substitution for the close text 'Close'
|
| noclose
| bool | true |
do not show a close text in sticky popups
|
| autostatus
| bool | true |
show popup text in status bar
|
| autostatuscap
| bool | true |
show popup caption text in status bar
|
| capicon
| string | icon.gif |
show image in front of caption text
|
| snapx
| integer | 5 |
snaps the popup to an even position in a horizontal grid
|
| snapy
| integer | 5 |
snaps the popup to an even position in a vertical grid
|
| background
| string | bg.gif |
set background image
|
| padxl
| integer | 100 |
pads background picture left with whitespace
|
| padxr
| integer | 100 |
pads background picture right with whitespace
|
| padyt
| integer | 10 |
pads background picture top with whitespace
|
| padyb
| integer | 10 |
pads background picture bottom with whitespace
|
| fullhtml
| bool | true |
full control over the popup design
|
| timeout
| integer | 1000 |
wait for x ms then close the popup
|
| delay
| integer | 1000 |
wait for x ms then open the popup
|
| hauto
| bool | true |
determine if the popup should be to the left or right of the mouse
|
| vauto
| bool | true |
determine if the popup should be to the above or below of the mouse
|