Menubar Item Link
Last updated
Last updated
The Menubar Item Link
element is similar to the element, but is used inside elements.
It's important to note that the Menubar Item Link
element cannot be directly accessed in the for drag-and-drop functionality. Instead, you can utilize the following pre-built elements:
: This has a element, which can be edited and configured.
: This adds a sub-menu to the menubar which can be customized.
: This adds a widget that shows information about the current logged-in user to your app.
The settings for this element are described below:
HRef
Sets the destination URL. The URL can be external to other websites or internal to other pages of your app.
Target
Choose whether you want to open the URL in a new tab/page or in the same page.
Link Action
This is an advanced parameter that translates to the data-toggle
attribute. The , and elements use this by setting the value to dropdown
. You can also use this to control a element by setting the value to collapse
.
Action Target
Popup Menu Icon
This is an advanced parameter that translates to the data-target
attribute. The value is set to the Element ID of the element to be controlled. To find the Element ID see .
The Element ID needs to be prefixed with a # character. This is also known as ID selector syntax. For more information click .
Enable this if you want a arrow to appear next to the link to indicate that it will invoke a popup menu. The , and elements turn this setting on.