wf-core:renderFragment

Renders a page fragment based on its loading policy. If the page fragment's loading policy is set to onPage, then this tag will render its content. If the page fragment's loading policy is set to lazy, however, then the content is replaced by a placeholder HTML 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.