The '''HyperlinkOpenDialog''' component shows in user space as a UIX when the user clicks on a [[Component:HyperLink|HyperLink]] component.
The '''HyperlinkOpenDialog''' component shows in user space as a UIX when the user clicks on a [[Component:Hyperlink|HyperLink]] component.
== Fields ==
== Fields ==
Line 11:
Line 12:
|_reasonText|'''[[Component:Text|Text]]'''|TypeAdv2=true| The text to show the reason for the link dialog showing.
|_reasonText|'''[[Component:Text|Text]]'''|TypeAdv2=true| The text to show the reason for the link dialog showing.
|_openButton|'''[[Component:Button|Button]]'''|TypeAdv3=true| The button to open the link in <code>URL</code> using the user's OS default browser.
|_openButton|'''[[Component:Button|Button]]'''|TypeAdv3=true| The button to open the link in <code>URL</code> using the user's OS default browser.
}}
== Sync Delegates ==
{{Table ComponentTriggers
|Cancel:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Cancel and don't open the link.
|Open:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Open the requested link.
}}
}}
Line 20:
Line 27:
== See Also ==
== See Also ==
* [[Component:Hyperlink]]
[[Category:Components:Uncategorized{{#translation:}}|Hyperlink Open Dialog]]
[[Category:Components:Uncategorized{{#translation:}}|Hyperlink Open Dialog]]
[[Category:Components{{#translation:}}|Hyperlink Open Dialog]]
[[Category:Components{{#translation:}}|Hyperlink Open Dialog]]
Latest revision as of 18:50, 23 January 2026
This is a Userspace Only component — It cannot be attached anywhere but inside the userspace. Changing components in userspace is not recommended and may break functionality of your dashboard. Proceed with caution even if you know what you're doing.