Class PTWindowUtil

Object
   |
   +--PTWindowUtil

class PTWindowUtil


Static class containing browser window utility methods.

Usage:	
 	PTWindowUtil.openWindow('index.html', 'mywindow', 400, 600, false);
 

Defined in PTUtil.js


Field Summary
<static>  Number defaultHeight
          Default height of the opened window
<static>  Number defaultWidth
          Default width of the opened window
<static>  <final> Object VERSION
          
 
Constructor Summary
PTWindowUtil ()
            PTWindowUtil Object constructor
 
Method Summary
<static> Object openHelpWindow(URL,height,width,isFullChrome)
           Open a help window
<static> Object openWindow(URL,name,height,width,isFullChrome)
           Opens a window

Field Detail

defaultHeight

<static> Number defaultHeight

defaultWidth

<static> Number defaultWidth

VERSION

<static> <final> Object VERSION

Constructor Detail

PTWindowUtil

PTWindowUtil()

Method Detail

openHelpWindow

<static> Object openHelpWindow(URL,height,width,isFullChrome)

openWindow

<static> Object openWindow(URL,name,height,width,isFullChrome)


Documentation generated by JSDoc on Wed Aug 24 10:17:38 2005