ERXJSCookiesConditional 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 cookies are disabled. This can be useful for displaying messages to the user that they should have cookies enabled in order to use different features of the application.
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 cookies are enabled.
- 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: