TinyMCE:API/tinymce.WindowManager/open
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: open
[edit]
Summary
Opens a new window.
You may want to use an absolute path when specifying the "file" value in the first parameter.
[edit]
Syntax
<void> open(<Object> s, <Object> p)
[edit]
Parameters
- s
- Optional name/value settings collection contains things like width/height/url etc.
- p
- Optional parameters/arguments collection can be used by the dialogs to retrieve custom parameters (see tinyMCEPopup.getWindowArg).
