Skip to main content
CYPEX Documentation
Support
v2.0.0 Latest stable release View changelog ->
Various Referencegenerated

HTML Display

Render custom HTML content

Technical id
default_html_display
Translation keys
text

A block of raw HTML, for embedded markup that no other element can express.

When to use

  • Embedding markup produced elsewhere, where the exact HTML matters and no CYPEX element reproduces it.

Examples

  • An embedded third-party badge or widget snippet.

Avoid

  • Reaching for it before trying Markdown Field or Text Field — those stay consistent with the application theme, and this does not.
  • Rendering HTML that came from user input, which cannot be trusted.

Use instead

  • Markdown Text — Use instead for formatted text — it is themed, safer, and easier to edit.

Editor properties

Configure these in the Application Designer property panel. Group headings mirror the editor where possible. Data Source is where the element gets its rows or field binding (a view/query, a connector operation, or a parent form field). References appear only for view-backed sources and map foreign-key ID columns to readable labels from another view.

This element has no configurable properties in the editor.

Sizing

  • No size of its own: dropped at the platform default of 1 × 1 grid cells and resized on the page.

Accessibility

Nothing about the embedded markup is checked or corrected, so headings, alt text and contrast are the author’s responsibility.

Where you can place it

Drag this element into one of these containers: