2.5.1 Code in JavaScript
This topic describes about coding in JavaScript for extensible development.
Custom action codes defined by the developer are defined in the JavaScript file. It is usually defined by the click of a button. The action code is defined and the request xml is built and passed to the server.
These codes are written in release specific JavaScript file
Example: Figure below shows a snippet from STDCSNET_CLUSTER.js
Note:
The fn_batch() which is invoked on clicking of the Process button.Here action code is set as NET_BATCH and request xml built and passed to the server and response processed based on response xml.
Parent topic: Extensible development