EAPUtilWindowOpenFeatures Method |
Name | Description | |
---|---|---|
WindowOpenFeatures(WindowOpenOptions, Int32, Int32) |
Generates the "features" string for a javascript window.open() call.
The resulting string is enquoted and ready for use.
Note that use of the WindowOpenFeatures(IAppContext, WindowOpenOptions, Int32, Int32)
overload is preferred because it enforces certain application-wide features, in particular
ForcePopupScrollbars which forces scrollbars on popup windows.
| |
WindowOpenFeatures(IAppContext, WindowOpenOptions, Int32, Int32) |
Generates the "features" string for a javascript window.open() call.
The resulting string is enquoted and ready for use.
Note that this overload taking the cxt parameter enforces certain
application-wide features, in particular ForcePopupScrollbars which
forces scrollbars on popup windows.
|