|
|
|
|
crossProbeOnLoad Introduced in version 0.922 to prevent problems with asynchron loading and readystates, In most cases when it comes to external javascript source-files, you begin use their contained functions, variables etc. when the page is fully loaded. The crossProbe-module on the other hand, are often implemented to have its life-cycle along with its currently parsing parent document, this is required as it may need to draw output within the HTML flow, in a TABLE or a Paragraph for instance. So, as soon as the crossprobe.js module is fully loaded and ready to go, it does a callback for this function and executes it if present. In general you should place all your code related to your crossProbe session within this function. |
|
Reference Index. |
|