URL page type

Functionality and structure overview.

URL page type is a simple but useful functionality. It does not have content or items. All the URL page type is used for is to create custom navigation links in the menu.

Administration and properties.

URL properties:
Title - this is the text that will be displayed.
URL - target URL where the link will point.
Icon - if an icon uploaded it will be displayed in front of the title.
Target - defines how the browsers will open the link:

_blank - opens the destination document in a new unnamed window.
_parent - opens the destination document in the parent window of the one displaying the current document.
_self - opens the destination document in the same window as the one in which the link was clicked.
_top - opens the destination document in the full body of the current window. This value can be used to ensure that the destination document takes over the full window even if the original document was displayed in a frame.