Skip to main content

Configuration options for an io.Connect Window.

Properties (11)

Property Type Default Required Description
buttonsVisibility⚓︎ "off" | "onDemand" | "always" | "onFocus" "onDemand" x

Determines the conditions under which the window buttons will be visible. Valid only for io.Connect Windows with mode set to "html".

hasMoveAreas⚓︎ boolean true x

If true, the window will have move areas and the user will be able to move it. Valid only for HTML and frameless io.Connect Windows.

hasSizeAreas⚓︎ boolean true x

If true, the user will be able to resize the window by dragging its borders.

moveAreaBottomMargin⚓︎ string "0, 0, 0, 0" x

Margin for the move area located at the bottom border of the window. The string value corresponds to the left, top, right and bottom borders of the move area. Setting this to "10, 0, 10, 0" will take away 10 pixels from the left and the right sides of the move area. Valid only for io.Connect Windows with mode set to "html".

moveAreaLeftMargin⚓︎ string "0, 0, 0, 0" x

Margin for the move area located at the left border of the window. The string value corresponds to the left, top, right and bottom borders of the move area. Setting this to "0, 10, 0, 10" will take away 10 pixels from the top and the bottom of the move area. Valid only for io.Connect Windows with mode set to "html".

moveAreaRightMargin⚓︎ string "0, 0, 0, 0" x

Margin for the move area located at the right border of the window. The string value corresponds to the left, top, right and bottom borders of the move area. Setting this to "0, 10, 0, 10" will take away 10 pixels from the top and the bottom of the move area. Valid only for io.Connect Windows with mode set to "html".

moveAreaThickness⚓︎ string "0, 12, 0, 0" x

How much of the window area is to be considered as a moving area. The string value corresponds to the left, top, right and bottom borders of the window. Setting this to "0, 20, 0, 0" will set a 20 pixel thick move area at the top of the window. Valid only for io.Connect Windows with mode set to "html".

moveAreaTopMargin⚓︎ string "0, 0, 0, 0" x

Margin for the move area located at the top border of the window. The string value corresponds to the left, top, right and bottom borders of the move area. Setting this to "10, 0, 10, 0" will take away 10 pixels from the left and the right sides of the move area. Valid only for io.Connect Windows with mode set to "html".

showInTaskbar⚓︎ boolean x x

If true, the window icon will appear in the taskbar.",

io.Connect Desktop 9.9
sizeAreaThickness⚓︎ string "5, 5, 5, 5" x

How much of the window area in pixels is to be considered as a sizing area. The string value corresponds to the left, top, right and bottom borders of the window. Valid only for io.Connect Windows with mode set to "html".