JavaScript Variables
const_inline_style
The “const_inline_style” variable stores the value of ‘inline’. This value is used to set the display style to inline to allow an HTML element to be shown rather than be hidden.
const_none_style
The “const_none_style” variable stores the value of ‘none’. This value is used to set the display style to none to allow an HTML element to be hidden rather than be shown.
const_absolute_style
The “const_absolute_style” variable stores the value of ‘absolute’. This value is used to set the position style to absolute to allow an HTML element to be dynamically positioned.
const_function_symbol
The “const_function_symbol” variable stores the value of ‘function’. This value is used to test the variable type of a JavaScript variable to determine if the variable holds a pointer to a function.
const_object_symbol
The “const_object_symbol” variable stores the value of ‘object’. This value is used to test the variable type of a JavaScript variable to determine if the variable holds a pointer to an object.
const_number_symbol
The “const_number_symbol” variable stores the value of ‘number’. This value is used to test the variable type of a JavaScript variable to determine if the variable holds a pointer to a number.
const_string_symbol
The “const_string_symbol” variable stores the value of ‘string’. This value is used to test the variable type of a JavaScript variable to determine if the variable holds a pointer to a string.
const_simpler_symbol
The “const_simpler_symbol” variable stores the value of ‘simpler’. This value is used to signal to the ezAJAXEngine that the “simpler” method of handling Call-Backs should be used rather than the more complex method. The “simpler” method provides for automatic handling or error conditions as well as the automatic handling of arguments that were passed to the AJAX Server.
jsBool_isColdFusionMX7
The “jsBool_isColdFusionMX7” variable stores the value from the ColdFusion variable called “application.isColdFusionMX7”.
jsBool_isDebugMode
The “jsBool_isDebugMode” variable stores the value from the ColdFusion variable called “Request.ezAJAX_isDebugMode”.
jsBool_isServerLocal
The “jsBool_isServerLocal” variable stores the value from the ColdFusion function return value from “Request.commonCode.isServerLocal()”.
fqServerName
The “fqServerName” variable stores the return value from the JavaScript function fullyQualifiedAppPrefix() which is used to determine the fully qualified application prefix which is the same value as the ColdFusion variable called “ezAJAX_webRoot”. The function fullyQualifiedAppPrefix() returns a dynamically calculated value that is derived from the appropriate JavaScript object.
|