Menu [hide]
  Home
  News
  Forums
  Blogs
Google
Window AttributesDescription
classSpecifies the name of a defined theme class. See <mmstheme>.
alignmentSpecifies the alignment of the window. Default is "center". See Alignment Values.
dxDelta x position in pixels dependent on alignment. Default is "0".
dyDelta y position in pixels dependent on alignment. Default is "0".
wWidth of the window. Default is "100%". See Size Values.
hHeight of the window. Default is "100%". See Size Values.
bgcolorSpecifies the background color. Per default the background color is not set. See Setting Colors.
bgimageSpecifies a image file for the background. Per default the background image is not set. See Setting Images.
opacitySpecifies the opacity of the window. Values from "0" to "255" are supported. The value "255" means that the window is not transparent. The value "0" means that the window is not visible. Default is "255".
fadeinSpecifies if the window should fade during the show action. Values are "true" or "false". Default is "false".
fadeoutSpecifies if the window should fade during the hide action. Values are "true" or "false". Default is "false".
debugSpecifies if debug frames should be drawed. Values are "true" or "false". Default is "false".
marginSpecifies the outer margin between the border and the things outside the window. Unit is pixel. Default is "0".