属性
|
JavaScript
|
类型
|
说明
|
URL
|
url
|
string
|
指定超链接要指向的 URL。
|
使用时的必要步骤
|
显示效果
|
1. 将“超链接”小组件拖放到工作区。
2. 在“文本”字段中输入要显示的链接文本。
3. 在“URL”字段中输入 URL。
|
|
请注意,最好为您的类指定唯一名称,以避免与其他类或预装属性发生冲突。
|
CSS 示例
|
显示效果
|
.ptc-hyperlink {
font-size: 16px; font-family: Verdana; font-weight: normal; font-style: oblique; text-decoration: underline; color: rgb(35, 97, 146); } |