Skip to main content

Link

Displays a submenu entry for navigating to a subpage.

KeyTypeDescriptionRequiredDefaultMin Version
urlstringSubpage filename or URL*

url can be a normal filename, an .xui/.xuic XUI file, or a web URL. Normal files open with the system; .xui/.xuic open as XUI subpages; web URLs open in the built-in browser.

Example

{
cell = "Group";
label = "Sub Pages";
};
{
url = "sub/xui-sub.xuic"; -- Path relative to the XPP root
cell = "Link";
label = "More component demos";
};
{
url = "sub/xui-dynamic.xui";
cell = "Link";
label = "Dynamic linkage demo";
};
{
cell = "Group";
label = "Resource Browser";
};
{
url = "https://xxtouch.app";
cell = "Link";
label = "Open XXTouch.app";
};
{
url = "res/b6d21727a66f856f79dc9b6ef8e7b4d6.gif";
cell = "Link";
label = "Open an image";
};
{
url = "res/SmartSelect.mp4";
cell = "Link";
label = "Open a video";
};
{
url = "https://www.apple.com/apple-events/september-2015/";
cell = "Link";
label = "Online video";
};

XUI-Link.png