Documentation Index

Fetch the complete documentation index at: https://skthelp.syniti.com/llms.txt

Use this file to discover all available pages before exploring further.

Page Vertical TitleBar

Prev Next

Overview

In legacy Construct, pages included a Vertical TitleBar property that displayed a variable’s value (from a parameter view) alongside the page title.

Cloud Construct does not support this property and offers the following alternatives:

Updated Methodology

Approach A: Database-Driven Values in a Property Card

If you need a field’s value visible directly on one of the page’s container:

  1. Create a view with the required datatype field and register it as a dataset.

  2. Use this dataset and configure a properties card (form) container as read-only.

  3. In the form container, add the relevant field type bound to the field from dataset above.

  4. Bind the form container to display alongside the relevant Grid container using container bindings, so both displays when the page loads.

Approach B: Database-Driven Values in a Card Chart

  1. Create a view that returns the intended value to be displayed on the required page, and register it as a dataset.

  2. Edit the required construct page.

  3. Add a Card Chart container to the required page and use the dataset and configure the card chart properties. Refer to Configure Card Chart for more information.

  4. Position the card chart container next to the required grid container.

  5. Repeat Steps 1 through 5 for each page in a WebApp.