_customEvents
- private static object
A reference table that maps callback custom events members to its specific
event name.
_default_form_header
- private static boolean
The default header used for transactions involving the
use of HTML forms.
_default_xhr_header
- private static boolean
The default header value for the label
"X-Requested-With". This is sent with each
transaction, by default, to identify the
request as being made by YUI Connection Manager.
_formNode
- private static object
Property modified by setForm() to set a reference to the HTML
form node if the desired action is file upload.
_has_default_header
- private static boolean
Determines if custom, default headers
are set for each transaction.
_hasSubmitListener
- private static object
Determines whether YAHOO.util.Event is available and returns true or false.
If true, an event listener is bound at the document level to trap click events that
resolve to a target type of "Submit". This listener will enable setForm() to determine
the clicked "Submit" value in a multi-Submit button, HTML form.
_isFileUpload
- private static boolean
Property modified by setForm() to determine if a file(s)
upload is expected.
_isFormSubmit
- private static boolean
Property modified by setForm() to determine if the data
should be submitted as an HTML form.
_poll
- private static object
Collection of polling references to the polling mechanism in handleReadyState.
_polling_interval
- private static int
The polling frequency, in milliseconds, for HandleReadyState.
when attempting to determine a transaction's XHR readyState.
The default is 50 milliseconds.
_sFormData
- private static string
Property modified by setForm() to set the HTML form data
for each transaction.
_submitElementValue
- private static string
Tracks the name-value pair of the "clicked" submit button if multiple submit
buttons are present in an HTML form; and, if YAHOO.util.Event is available.
_timeOut
- private static object
Queue of timeout values for each transaction callback with a defined timeout value.
_transaction_id
- private static int
A transaction counter that increments the transaction id for each transaction.
_use_default_post_header
- private static boolean
Determines if a default header of
Content-Type of 'application/x-www-form-urlencoded'
will be added to any client HTTP headers sent for POST
transactions.
_use_default_xhr_header
- private static boolean
Determines if a default header of
'X-Requested-With: XMLHttpRequest'
will be added to each transaction.
abortEvent
- private static CustomEvent
Custom event that fires when a transaction is successfully aborted.
completeEvent
- private static CustomEvent
Custom event that fires when a transaction response has completed.
failureEvent
- private static CustomEvent
Custom event that fires when handleTransactionResponse() determines a
response in the HTTP 4xx/5xx range.
successEvent
- private static CustomEvent
Custom event that fires when handleTransactionResponse() determines a
response in the HTTP 2xx range.