Click or drag to resize

EAPUtilWindowOpenFeatures Method

Overload List
  NameDescription
Public methodStatic memberWindowOpenFeatures(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.
Public methodStatic memberWindowOpenFeatures(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.
Top
See Also