CSS class(es) for the created window.
Should it be possible to drag the window using the mouse?
Height of the window. The value can be any value that is allowed
for the CSS height
property of a <div> tag.
Unique DOM ID for the window. The IDs for the header div, the
content div, close and minimize buttons are derived from this ID by
adding _header
, _content
, _close
, and _min
, respectively.
Create a small button in the window headline which allows to collapse and maximize the window.
Title of the window.
Width of the window. The value can be any value that is allowed
for the CSS width
property of a <div> tag.
Options for creating a plugin dialog window.
See also PluginAPI.CreateWindow.