wf-core:renderFragment

Renders a page fragment based on its loading policy. If loading policy selected for a page fragment is onPage, this tag will execute its body content. However, if lazy is selected as loading policy, a placeholder HTML fragment will replace the actual page fragment.

Syntax
<wf-core:renderFragment
   element="...">
   ...
</wf-core:renderFragment>
Attributes
element, mandatory

The neo.xredsys.presentation.PresentationElement for which the page fragment is to be loaded based on the loading policy.