R/MRatCalcpowered by RiX

RiX walkthrough 18 d

Build a standalone HTML report

Render portable headings and exact values as semantic HTML.

Produce a static semantic page

The HTML renderer embeds Graphics as SVG and returns a complete document. It does not include the reactive widget runtime, so interactive content is preserved statically with a diagnostic.

Runnable RiX

style can replace the compact default stylesheet. In a CLI script, .Out("report.html", report) selects this renderer unless the artifact is the final reactive page.

The renderer also preserves declarative action metadata: ControlPanel grid placement and shortcuts, plus accessible .Graphics.Action SVG groups. This plugin is intentionally static, so it reports those interactions as needing a host widget runtime. A final reactive .Out page supplies that runtime and activates the same portable values without embedding browser callbacks in RiX.

  • Browser: complete static HTML generation.
  • CLI: no external tools.
  • Options: title and style.