Navigation buttons (PageNavigationLink) in formatted content

circle-info

The availability of functionality depends on the license and may not be available in all deployments.

Example - clicking the button Change directs to a previously defined page.

Illustration 1. Example content with a navigation button

  • To create such a link we need to put into Content (the TextContent) a div with the appropriate class and attribute:

    • class page-link

    • attribute mid with the value of the mid of the page we want to redirect to

  • For example it would look like this:

  • The above link will redirect to Page1, if such exists.

HTML code creating the Content (TextContent) from the above screen

circle-info

Demo application: demoSidebar

Last updated

Was this helpful?