decorative banner

Using the JavaScript Editor


    When using the JavaScript Editor, you can use the following buttons on the JavaScript Editor toolbar:

    • The Toggle Error Display button Triangle button shows and hides a pane in the top section of the JavaScript Editor. After you check the syntax of your code, any errors are listed in the error display pane. You can move the cursor where an error is located in your code by clicking the error in the error display pane.
    • The Check Syntax button Syntax button  checks the syntax of your code. If any errors are found, the error display pane opens (if it's not already open) and the cursor is placed where the first error is located in your code.
    • The Display Errors button Display Errors button  shows the number of errors to the right of the button.
    • The Display Warnings button Display Warnings button  shows the number of warnings to the right of the button.
    • The Syntax Highlighting On/Off button Syntax Highlighting On/Off button  shows and hides syntax highlighting of your code in the JavaScript Editor.
    • The Word Wrap button Word Wrap button  toggles the wrapping of source code at the margin of the JavaScript Editor on and off.
    • The Numbers button Line Numbers button  shows the code line numbers.
    • The Create Script Create Script button  button creates a new script and then adds the script name to the Select Script menu on the JavaScript Editor toolbar.
    • The Delete Script Delete Script  button deletes the current script and the script name from the Select Script menu.