Skip to main content

Adding your own options to the more menu

Advanced feature: To add your own options to the more menu

The “more menu” has a hook that allows developers to let specific routes define additional items to be placed in the menu using an <xf:page option />. You can use the following code as an example to add one or more additional options, replacing the href and the link text with your own.

<xf:page option="ac_moreOptions">
<a href="#" class="menu-linkRow">Example extra link</a>
</xf:page>

In AC.UI style property