cancel
Showing results for 
Search instead for 
Did you mean: 

Making disabled links appear like textview

0 Kudos

Hi there,

I have to display a combination of links and textviews in the same column within a table. Because I cannot intermix cell editor types in the same column, I have to disable the links in order to achieve this. The issue then is, my disabled links are greyed out, when in fact, I want them to be a solid black (appearing like textviews) Does anyone have any hints as how I can do this?

Thanks,

MP

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Armin,

Thanks for your answer, I'm unclear as to which element I am to set this property. The tablecelleditor that I am using is "LinkToAction" and I did not notice this property available.

Thanks,

Former Member
0 Kudos

Sorry, the property is

IWDLinkToAction.type

Armin

Former Member
0 Kudos

If you don't mind that the link remains clickable, you might set its "type" property value to WDLinkType.RESULT. I'm not sure if a disabled link of this type is also greyed out, you might check this out.

Armin

Message was edited by: Armin Reichert

Former Member
0 Kudos

Just forget it -- it is impossible, completely. And solely depends on currently used theme.

VS