For the complete documentation index, see llms.txt. This page is also available as Markdown.

Navigation buttons (PageNavigationLink) in formatted content

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

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

Figure 1. Example content with a navigation button
  • To create such a link, we need to place into Content (TextContent) a div with the appropriate class and attribute:

    • class page-link

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

  • For example, it would look like this:

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

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

Demo request: demoSidebar

Last updated

Was this helpful?