Load Content In-line

The Widget Framework supports in-line loading of content items. What this means is that when a user clicks on a link (for example, a teaser link on a section page), then instead of a new page being loaded, the content item referenced by the teaser is loaded into an area on the current page.

In order to achieve this behavior you need to do two things:

  • Configure a Teaser or Teaser view widget to perform in-line loading instead of normal linking. You do this using the widget's Link settings, which you will find on its Default tab. See The Default Tab.

  • Create one or more config.inline.article templates for displaying the in-line content. See The Inline Template Root for further information.