All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.default.isel_js Maven / Gradle / Ivy

The newest version!
// the script gets passed a global variable called "request"
// request is an instanceof "org.eclipse.scada.configuration.item.CustomizationRequest"
 
function select () {	
}

select ( request ); // return value is the exit value of the script

// the script must return "true" or "false".
// Or it can return "null" if item was neither selected nor "deselected" and the
// called must use its default value instead.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy