| |
| Window Client-side Functions
|
| | |
<%@ Register TagPrefix="owd" Namespace="OboutInc.Window" Assembly="obout_Window_NET" %>
Window Client-side Functions
Function - oWindowManager
newWindow() New
|
Create Window at client-side. Function will return object of new window created.
Full command is:
oWindowManager.newWindow(txtWinID,[txtUrl],[bClose],[bMaximize],[bStatusBar],
[bResizable],[bDraggable],[bIsModal]);
Note: Those parameters in [] are optional.If [txtUtl] is specified, Window will turn to webload mode.
Example:
var oWin = oWindowManager.newWindow('newWin');
var oWin = oWindowManager.newWindow('newWin','http://www.obout.com');
var oWin = oWindowManager.newWindow('newWin',null,false);
var oWin = oWindowManager.newWindow('newWin',null,null,true);
|
getWindows() New
|
Return list of all windows.
var window_list = oWindowManager.getWindows();
|
getWindowById(txtId) New
|
Find and return window with specific id
var oWin = oWindowManager.getWindowById('myWindow');
|
getActiveWindow() New
|
Return object of current active window.
var current_focus_window = oWindowManager.getActiveWindow();
|
|
|
|
|
| "Perfect!
Honestly, you guys make me look brilliant.
Your components offer a dynamic, and professionally designed experience for my users.
The TreeView has been invaluable to me, huge datasets and enormous hierarchies are a snap.
However, when you first introduced the CALLBACK, you rocked my world!
Having moved from desktop to web applications, I missed the functionality I used to have.
You gave it back - thank you.
I can't tell you the number of times I've been asked "How'd you do that?"
(even from our tech support and contractors)." |
John Cappelletti |
|
| | |
|
|
|
|