Page Tree
Other Releases
...
To create a dashboard display, you need to navigate to the Draw Editor, and click on the Create Display button.
...
Graphic elements such as buttons, textboxes, and checkboxes , etc are not available by default in dashboard displays. To use these graphic elements in your dashboard display, you need to create a symbol with these components and use the symbol in your dashboard display.
...
The properties of a dashboard items can be modified through the callback added to the CodeBehind using the syntax below:
...
Using the .Net callback described above, our titles look something like this picture in runtime.
The Title also supports Tags and Project Objects by placing them between curly brackets. Curly brackets are used so runtime can handle the element as a project variable, instead of as text. See some examples below.
...