Difference between revisions of "BenSelect:Admin:Product Library:JScript"
From Selerix
| Line 2: | Line 2: | ||
Use this tab to set up the scripted options for the defined event. Click View All to display all JScripts associated with the selected product. | Use this tab to set up the scripted options for the defined event. Click View All to display all JScripts associated with the selected product. | ||
| − | ;Event Type :Displays the type of event that occurs when this script is run. | + | ;Event Type :Displays the type of event that occurs when this script is run. The list of available event types differs between products, plans |
;Script :Displays the script that you composed. | ;Script :Displays the script that you composed. | ||
;JScript icon :Click the JScript icon to open the Script window. | ;JScript icon :Click the JScript icon to open the Script window. | ||
==Script Window== | ==Script Window== | ||
| − | The Script window lets you compose a script for the action that you selected. | + | The Script window lets you compose a script for the action that you selected. Within the Script window, you can access JScript "helpers". By clicking the link of the "helper", you can access information about that specific data object, its properties, and methods. |
Latest revision as of 19:29, 26 March 2015
Jscript Tab – Product Library
Use this tab to set up the scripted options for the defined event. Click View All to display all JScripts associated with the selected product.
- Event Type
- Displays the type of event that occurs when this script is run. The list of available event types differs between products, plans
- Script
- Displays the script that you composed.
- JScript icon
- Click the JScript icon to open the Script window.
Script Window
The Script window lets you compose a script for the action that you selected. Within the Script window, you can access JScript "helpers". By clicking the link of the "helper", you can access information about that specific data object, its properties, and methods.