The OnConfigureScript event can be implemented by a script add-in in order to replace the standard configuration dialog for your script. When the user clicks the Configure button in the Script Management dialog, your script will be called and you should display an appropriate dialog letting the user modify your script's configuration.
Implementing this method means the script can't use the standard configuration system (via OnInit), because there would be no way for the user to configure it.
| Method Name: | OnConfigureScript |
|---|---|
Argument Type: |
|
Return Type: |
none |
Description: |
The usual implementation for this event would use the ConfigureScriptData.window parameter to display a dialog using the Dialog object. |