Interactive Content with Scripting - Object and Function Insight |
|
Function and Object Insight for JavaScript provide access to many parts of the JavaScript DOM for advanced users. Consider you want to use a common JavaScript function, such as document.write( - you will need to know what parameter to pass to the function - Function Insight does this (see figure 1): Object Insight allows you to complete functions for reserved objects, such as document, window, navigator etc. When you type in an object followed by a period '.', ScriptWorx pops up a list of functions associated with that object.
|