Object: sapphire.debug |
Description
Used to debug JavaScript.
File
WEB-CORE\scripts\sapphirecore.js
Properties
Property | Type | Description |
iaFrameIndex | Integer Array | Frame registration array. |
show |
Functionality
Shows JavaScript debug popups.
Parameters
None.
Returns
None.
executeFunction |
Functionality
Executes the specified function.
Parameters
Parameter | Type | Description |
sFrameName | String | Name of the frame containing the function. |
sFunctionText | String | Script or function to execute. |
Returns
None.