Pages

Templates

Templates let you save a complete container — including its layout, UI elements, and connection logic — as a reusable block. Unlike Combined Controls, which only store selected elements, a Template preserves the full visual and functional structure.

What is stored in a Template?

  • The entire container layout
  • All buttons, sliders, outputs, and other UI elements within it
  • Positioning, size, styling, and color settings
  • All assigned Connection Strings

Templates are perfect for larger functional units that appear in multiple places throughout a project — for example:

  • A machine control panel
  • A footer with diagnostics and navigation
  • A status display block

Difference from Combined Controls

Templates store the entire container, while Combined Controls store a group of selected elements without layout context. Templates are more structured and are inserted as-is, including design.

Benefits

  • Full layout + logic reuse
  • Consistent UI across multiple pages
  • Visual design remains intact
  • Drag-and-drop ready modules