Fluent 2 Message Bar HTML controls

 avatar
unknown
plain_text
a month ago
623 B
176
Indexable
//htmlMessage control code:
$"<span style='font-weight: 600'> {ThisItem.Title} </span> {ThisItem.Message} <a href="&ThisItem.Link.LinkURL&" style=""color: #0000EE;"">" & ThisItem.Link.LinkText & "</a>"

//htmlAction1Width control code:
"<div style='display: inline-block; transform: rotate(90deg); transform-origin: top left; white-space: nowrap; font-size: 16px;'>" & ThisItem.Action1.ItemDisplayName & "</div>"

//htmlAction2Width control code:
"<div style='display: inline-block; transform: rotate(90deg); transform-origin: top left; white-space: nowrap; font-size: 16px;'>" & ThisItem.Action2.ItemDisplayName & "</div>"
Editor is loading...
Leave a Comment