Initializing help system before first use

Creating a New VDL View

View Definition Language (VDL) is an extension of HTML that simplifies the creation of Xpress Insight custom views. See the Xpress Insight Developers Guide for more information. When you begin, complete the following steps to create a new VDL view.

  1. In the file tree, locate the client_resources folder and click the arrow icon to its left.
  2. When the folder expands to reveal the files within it, right-click client_resources, and click New File on the menu that appears.
  3. Type a new name for the file, welcome.vdl, and press Enter.
  4. Double-click welcome.vdl to open it.
  5. Paste the following text into the file editor:
    <vdl version="4.1">
      <vdl-page>
        <vdl-section heading="Example app">
          Welcome to the example Xpress Insight app.
        </vdl-section>
      </vdl-page>
    </vdl>
    
  6. Click File > Save.