telosys.functions
Interface Popup


public interface Popup


Method Summary
 void fwkOpenPopupWindow(string sUrl, function callback, number iWidth, number iHeight)
          Opens a popup window
 void fwkPopupReturn(object oReturn)
          Closes the popup window
 

Method Detail

fwkOpenPopupWindow

public void fwkOpenPopupWindow(string sUrl,
                               function callback,
                               number iWidth,
                               number iHeight)
Opens a popup window

Parameters:
sUrl - the URL of the popup window
callback - the callback method
iWidth - the window width
iHeight - the window height

fwkPopupReturn

public void fwkPopupReturn(object oReturn)
Closes the popup window

Parameters:
oReturn - the return object