Cloud Software Group, Inc. EBX®
Documentation > Developer Guide > EBX® Script IDE
Navigation modeDocumentation > Developer Guide > EBX® Script IDE

User interface reference

Overview

The EBX® Script IDE includes the following main UI components:

Dock

The Dock is the left-most component on the screen. It allows you to access the available scripting workspaces. Each workspace is specially tailored to one type of scripting. The Dock is resizeable and includes the following:

/activityBar.png

Navigation Panel

The Navigation Panel is the middle UI component and functions much like a file explorer. It's where you can browse and select your scripts. Each type of script has designated quick action icons that:

/uiNavigationPane.png

The following table describes available icons and actions in the Navigation pane:

/uiPublishScriptIcon.png

The Publish all icon publishes all scripts in a given data model.

/uiOpenDMAIcon.png

The View in DMA icon opens the Data model assistant (DMA) with the selected item in focus.

/uiCreateIcon.png

The Create button is available for workflows, REST services, the Role Mapper, and Messages.

/uiDeleteWorkflowIcon.png

The Delete icon workflows, REST services, the Role Mapper, and Messages.

/uiImportIcon.png

The Import icon allows you to import a script.

/uiExportIcon.png

The Export icon allows you to export a script.

Workspace

The Workspace is the main area where you write and edit scripts; it's where the coding takes place. For scripted REST services, it's also where you can create the REST API definition.

The Workspace contains the following tabs and sections:

Documentation > Developer Guide > EBX® Script IDE