Skip to main content
In the standard coding language, there is a specific structure and set of keyword you can use to create user interfaces in the Standard UI. To create a window in the Standard UI, your *.std file contents must start with window. User interface standard code syntax is much like creating standards but with other reserved words you can use to display premade or custom elements. Let’s start simple…
This starter example will create a window with the title ‘Hello’ and a label element that says ‘Hello World’. Most objects for elements are structured like the window where they are followed by an optional colon, a variable name, and other values where applicable.
Most elements may have a variable name that they can be accessed with. If you want to show and hide a window, you would do so by referencing the elements variable name.

Forms

Forms help you display forms to create or update standard records. By using a standard’s reference and the form element, you can make a simple window to create a standard record.

Reserved Words (Elements)