Skip to content

Link

This component is a hyperlink.

Tips

Properties

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
LabelstringLink
Widthstring222
Heightstring40
Xstring
Ystring
Colorstring
color picker
Font Sizenumber16
Boldboolean• on
• off
• off
Italicboolean• on
• off
• off
Underlineselect• Always
• Hover
• None
Always
Visibilityboolean• on
• off
on
Click Eventstring• None
• Action
• NEXT UI
• Value
• WINDOW
• Download
URL
NEXT UISelect• None
• Application UI
URLstring
File Pathstring

Action

ItemPropertiesData TypeOptionsDefault value
IDidstringautomatic
LabellabelstringLink
Widthwidthstring222
Heightheightstring40
Xxstring
Yystring
Colorcolorstring
Font SizefontSizenumber16
Boldboldboolean• true
• false
false
Italicitalicboolean• true
• false
false
Underlineunderlinestring• always
• hover
• none
always
Visibilityvisibilityboolean• true
• false
true
NEXT UInextUistring
URLvaluestring
File Pathdownloadstring

Tips

[Details 1] External Service Site Integration

External Service Site Integration with WebPerformer-NX is possible with the following specifications

  • If a callback URL is specified, the user will be redirected to that URL after processing the external service site.
  • When migrating to a callback URL, pass data to the callback URL using query parameters

The definition procedure for External Service Site Integration that conforms to the above specifications is as follows

  1. Select "WINDOW" in "Click Event"
  2. Set the URL for the transition to the external service site in the URL field displayed.

Tips

  1. Define window action "Open".
    • Dynamically create the URL to open the window.
    • Specify the following for the callback URL parameter.
      If you are not using a custom domain:
      {Parameter}=https://{envid}.webperformer.jp/callback.html If you are using a custom domain:
      {Parameter}=https://{customdomain}/callback.html
    • The created URL is set in the value property. Example) $ui.link_id.value
  2. Define the window action "Close".
    • Receive a parameter of the transition destination URL with $param.{query parameter name}.
    • Bind the obtained value to the UI if necessary.

External Service Site Integration works as follows.

  1. Click on the settings component to open the external service site with the specified URL in a new tab.
  2. Complete the external service site processing.
  3. Navigate to the callback URL.
  4. Close the external service site with the process from the callback page.
  5. The action defined in the window action "Close" is executed.

Tips

Event

Event nameDescription
onclickFor the click event "Action": The action is executed when clicked.
For the click event "WINDOW": The action is described in "[Details 1] External Service Site Integration"