Property
|
JavaScript
|
Type
|
Description
|
URL
|
url
|
string
|
Specifies the URL to which the hyperlink goes.
|
Minimum Steps Required for Use
|
What It Looks Like
|
1. Drag and drop a Hyperlink widget onto the canvas.
2. Enter the link text you want displayed in the Text field.
3. Enter a URL in the URL field.
|
|
Keep in mind that it’s best to give your classes unique names so they do not conflict with other classes or OOTB properties.
|
CSS Example
|
What It Looks Like
|
.ptc-hyperlink {
font-size: 16px; font-family: Verdana; font-weight: normal; font-style: oblique; text-decoration: underline; color: rgb(35, 97, 146); } |