Skip to main content

Scripts

Scripts (code snippets) are integral to web application development, enabling you to efficiently incorporate pre-written code sections for specific functionalities like user authentication and interactive forms. Inserted into the source code, these snippets save time by reusing code segments. This accelerates development and ensures the implementation of reliable solutions.

Scripts

Scripts

Scripts dashboard allows you to perform the following actions.

  • Search Bar: To search for a particular scripts.
  • Add Script: To add a script to the dashboard.
  • Edit : To edit the name and the Javascript of the script.
  • Delete : To delete the specific script from the dashboard.

To Add Script

  1. Go to the required Web Application > Edit > Scripts.
  2. In Scripts, click + Add Script.
  3. In the Add Script dialog, add the following information:
    • Name: Enter a name for your asset that is clear and descriptive.
    • Javascript: Add the Java Scripts which you want to utilize in the web application development.
                  
  4. Click Save. After the script is saved, the Scripts shows the added script.

Top of page