This documentation is currently being moved to our new documentation site.

Please view or edit the documentation there, instead.

If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

Renderer

The Infusion Framework includes a client-side Renderer that allows users to create user interface templates in pure HTML, and render the pages entirely on the client side. The Renderer offers a clean separation of Model and View: it works with internal Renderer Component Trees that are independent of the mark-up, supporting the Infusion goal of markup agnosticism.

This page provides resources to help you learn about the Renderer and how to use it.

How To Use The Renderer

Cutpoints
Renderer Components
Renderer Decorators