RequestHelperPostOpJS Method (Boolean, String, Boolean, String) |
Generate javascript for safely refreshing the opener window.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string PostOpJS(
bool afterSave,
string postRefreshJS,
bool closeSelf,
string saveURL
)
Public Shared Function PostOpJS (
afterSave As Boolean,
postRefreshJS As String,
closeSelf As Boolean,
saveURL As String
) As String
Parameters
- afterSave
- Type: SystemBoolean
Specifies whether or not this refresh follows a save action. - postRefreshJS
- Type: SystemString
Javascript to be called immediately following the refresh. - closeSelf
- Type: SystemBoolean
Specifies whether or not to include script to close the popup window/widget/lightbox. - saveURL
- Type: SystemString
An optional URL to which to navigate.
Return Value
Type:
StringThe javascript.
See Also