View the context menu for script includes, Glide APIs, and tables in the JavaScript syntax editor.

With the context menu options, your users can navigate to:
  • Script include definitions
  • Glide API documentation
  • System and custom table definitions and data

In the syntax editor, bold font is used for tokens that have a context menu. Right-click the token to view context menu options. If you use a Mac, you can use the Command-click shortcut.

Table 1. Context menu options
Token type Context menu option Description
Script include Open Definition Definition of the script include in a new window.
Find References List of files referencing the script include.
Note:
  • To view the preview of the file, click the preview script icon Preview script icon.

    To open the file in a new window, click Open File.

  • To view all files that reference the script include, click Show All Files.
Glide API Show Documentation Documentation page of the Glide API.
Table Show Definition Definition of the system or custom table in a new window.
Show Data Records in the table that are based on the role of the current user.
Enable or disable the context menu in the script editor using the glide.ui.syntax_editor.context_menu property in the System Property [sys_properties] table. See Available system properties for more information.
Note: Context menu options can be accessed only if the browser supports SharedWorker. For example, Google Chrome and Mozilla Firefox.