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 |
public void fwkOpenPopupWindow(string sUrl, function callback, number iWidth, number iHeight)
sUrl
- the URL of the popup windowcallback
- the callback methodiWidth
- the window widthiHeight
- the window heightpublic void fwkPopupReturn(object oReturn)
oReturn
- the return object