MindFusion.UI for WebForms Programmer's Guide

Window.preparePostback Method

See Also
 



Prepares the window for a subsequent postback.

Namespace: MindFusion.UI.Web
Assembly: Window.js

 Syntax

JavaScript  Copy Code

function preparePostback ()

 Remarks

This method should be called only if this Window is outside of a WindowHost container.

 See Also