Function | Flag Value To Set To 1 To Use Function | Purpose of Function |
wovride_defsize(id_window) | allowdef_ovride | Use this function when the default inline window default size function is not suitable. id_window = The ID value of the div layer where the mouse-click event occured. |
wovride_maxsize(id_window) | allowmax_ovride | Use this function when the default inline window maximize size function is not suitable. id_window = The ID value of the div layer where the mouse-click event occured. |
wovride_clswind(id_window) | allowcls_ovride | Use this function when the default inline window maximize size function is not suitable. id_window = The ID value of the div layer where the mouse-click event occured. |
Function | Purpose of Function |
wmouseup_custom() | Use this function when you need to know when a mouse up event occurs |
wmousedown_custom() | Use this function when you need to know when a mouse down event occurs |
wmousemove_custom(msx, msy) | Use this function when you need to know the mouse coordinates when the mouse moves msx = mouse X position on the web page msy = mouse Y position on the web page |
windowid | ID of the DIV that you wish to change the visiblity of in the array holding the div information. |
status | visibility status of the div containing the inline window (visible or hidden) |
staticset | 1 (yes) OR 0 (no). If set to 1, the function will also set the visibility of the div embedded in the web page. |