You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

This page describes a concept for requesting and rendering content snippets smaller than complete page such as areas or components.

Implemented in 4.3

URI to components returns a rendered component or snippet

Official Documentation Available

Rationale

Scenarios where you may want to render a content snippets or a component:

  • AJAX calls (reload of components)
  • Integration in other frameworks

Goals

  • Allow URI to components/areas

Implementation

  • Use component definitions/renderer if the content type is mgln:contentNode
  • Delegate this to the rendering engine
  • No labels