Skip to main content
January 24, 2024
Solved

how to eliminate dots below the document link text

  • January 24, 2024
  • 4 replies
  • 0 views

Hello,

Can you please help me removing the dots below the document link text as shown below 

Code used: 

a!richTextDisplayField(
labelPosition: "COLLAPSED",
value: a!forEach(
items: local!uploadedDocs,
expression: a!richTextItem(
text: extract(fn!getcontentobjectdetailsbyid(fv!item),"Name:",",") & char(10),
link: a!documentDownloadLink(

document: index(local!uploadedDocs,fv!index)
)

)
),

Screen shot :

Best answer by mikes0011

linkStyle: "STANDALONE"

4 replies

January 24, 2024

[mention:b8ea18cfbb2e4f6d841cf3c1d4d7420b:e9ed411860ed4f2ba0265705b8793d05]  Can you help me with this issue as well 

harshitb6843
January 24, 2024

Mike got you covered! [emoticon:5622afd01fe348deb13765e23286f74f][emoticon:f945b2d6b81e4e539536989b0090edab]

linkStyle: "STANDALONE"
mikes0011
mikes0011Answer
Brainy
January 24, 2024

linkStyle: "STANDALONE"

January 24, 2024

Thanks it works