getHeight |
InfoPopupProperties.getHeight( ) |
Window height. |
setHeight |
InfoPopupProperties.setHeight( height ) |
Sets the window height. |
getLeftPosition |
InfoPopupProperties.getLeftPosition( ) |
The x position of the window's top-left corner. |
setLeftPosition |
InfoPopupProperties.setLeftPosition( leftPosition ) |
Sets the x position of the window's top-left corner. |
isLocation |
InfoPopupProperties.isLocation( ) |
|
setLocation |
InfoPopupProperties.setLocation( location ) |
|
isMenuBar |
InfoPopupProperties.isMenuBar( ) |
Returns true if the popup window should display the browser menu bar, otherwise returns false . |
setMenuBar |
InfoPopupProperties.setMenuBar( menuBar ) |
Sets whether or not the browser menu bar should be displayed. |
isResizable |
InfoPopupProperties.isResizable( ) |
Returns true if the popup window should be resizable, otherwise returns false . |
setResizable |
InfoPopupProperties.setResizable( resizable ) |
Sets whether or not the popup window can be resized by the user. |
isScrollBar |
InfoPopupProperties.isScrollBar( ) |
Returns true if the popup window should display scroll bars when applicable, otherwise returns false . |
setScrollBar |
InfoPopupProperties.setScrollBar( scrollBar ) |
Sets whether or not the popup window should display scroll bars when applicable. |
isStatusBar |
InfoPopupProperties.isStatusBar( ) |
Returns true if the popup window should display the browser status line, otherwise returns false . |
setStatusBar |
InfoPopupProperties.setStatusBar( statusBar ) |
Sets whether or not the browser status line should be displayed. |
isToolBar |
InfoPopupProperties.isToolBar( ) |
Returns true if the popup window should display the browser tool bar with forward and back buttons etc,
otherwise returns false . |
setToolBar |
InfoPopupProperties.setToolBar( toolBar ) |
Sets whether or not the browser tool bar should be displayed. |
getTopPosition |
InfoPopupProperties.getTopPosition( ) |
The y position of the window's top-left corner. |
setTopPosition |
InfoPopupProperties.setTopPosition( topPosition ) |
Sets the y position of the window's top-left corner. |
getWidth |
InfoPopupProperties.getWidth( ) |
Window width. |
setWidth |
InfoPopupProperties.setWidth( width ) |
Sets the window width. |
InfoPopupProperties
interface represents the properties passed to the Javascript window.open() statement used to create the popup window for field help texts.Further documentation.