jQuery plugin (jquery.DOMwindow.js) used to create DOM windows.
Open a DOM window using inline content embedded in the page. The window is fixed to the centered of the viewport. This is default behavior.
required | optional | not used
Open a DOM window using ajax content that is place in a defined fixed positioned on the page (based on viewport).
required | optional | not used
Open a DOM window using iframe content, that is positioned using absolute positioning (based on viewport).
required | optional | not used
Open a DOM window using inline content, that is positioned using absolute positioning (based on viewport). Additinoally, this window is draggable, opened from a button instead of an <a> element, and can be closed by clicking off the window on to the page.
required | optional | not used
Open a DOM window using inline content. The window is fixed to the centered of the viewport. The window has no overlay, and can only be close by clicking the close button on the page.
required | optional | not used
required | optional | not used
This is an anchored window using inline content. You can close the window by passing the window class as an option in the closeDOMWidow() method.
required | optional | not used
required | optional | not used
jQuery function (jquery.DOMwindow.js) used to create DOM windows.
This is an anchored window, appearing on mouseover, using inline content.
required | optional | not used
required | optional | not used
Open a DOM window using inline content embedded in the page. The window is fixed to the centered of the viewport. This is just like example 1 except that it uses a jQuery function instead of a jQuery plugin.
required | optional | not used
Open a DOM window using inline content embedded in the page. The window is anchored to a specified element and the anchored window is reused (positionType:'anchoredSingleWindow') when the overlay is not used.
required | optional | not used