Text Mode Help for the Task Description column | Community
Skip to main content
November 10, 2023
Question

Text Mode Help for the Task Description column

  • November 10, 2023
  • 1 reply
  • 661 views

Hi everyone!  I'm looking for the text mode code to make the text in the Description column of a task list (or issue list I guess) a blue dot so that you can hover over it and see the entire description.

This is an older text mode, but it's SO useful and I haven't been able to find it.

Thanks a ton!

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

lgaertner
Level 9
November 10, 2023

Hello Meghanka,

 

Do you mean like this?

 

displayname=Columnname image.case.0.comparison.icon=true image.case.0.comparison.leftmethod=lastNote:entryDate image.case.0.comparison.lefttext=lastNote:entryDate image.case.0.comparison.operator=gte image.case.0.comparison.operatortype=date image.case.0.comparison.righttext=$$NOW-5d image.case.0.comparison.truetext=/static/img/r15/icons/casebuilder/light_green.gif image.case.1.comparison.icon=true image.case.1.comparison.leftmethod=lastNote:entryDate image.case.1.comparison.lefttext=lastNote:entryDate image.case.1.comparison.operator=lte image.case.1.comparison.operatortype=date image.case.1.comparison.righttext=$$NOW-10d image.case.1.comparison.truetext=/static/img/r15/icons/casebuilder/light_blue.gif image.case.2.comparison.icon=true image.case.2.comparison.leftmethod=lastNote:entryDate image.case.2.comparison.lefttext=lastNote:entryDate image.case.2.comparison.operator=lte image.case.2.comparison.operatortype=date image.case.2.comparison.righttext=$$NOW-5d image.case.2.comparison.truetext=/static/img/r15/icons/casebuilder/light_orange.gif image.namevalue=lastNote:noteText namekey=view.relatedcolumn namekeyargkey.0=lastNote namekeyargkey.1=noteText querysort=lastNote:noteText shortview=true textmode=true valuefield=lastNote:entryDate valueformat=HTML

 

Regards

Lars

November 13, 2023

@lgaertner - Yes! THANK YOU!

I see that there is text in there for dates - what does that do?

Thanks!