ERXJSPopupBlockerConditional Class Reference
Inherits
er::extensions::components::ERXStatelessComponent.
List of all members.
Detailed Description
This component will display is content (as in WOComponentContent) if it detects that popup windows are blocked. This can be useful for displaying messages to the user that they should allow popup windows or to allow alternate access to functionality normally delivered in popup windows.
The content is used as a JavaScript string literal, so it must all be on single line. Any line breaks will result in invalid JavaScript.
negate
Constructor & Destructor Documentation
Public constructor
- Parameters:
-
Member Function Documentation
| boolean negate |
( |
|
) |
[private] |
First part of the javascript to check if popups are blocked.
- Returns:
- first part of the js string
Second part of the js string
- Returns:
- second part of the js string.
The documentation for this class was generated from the following file: