Question on Text/Date Widget Labels – xCP 2.2 Designer

Prabhu__Nadarajan
edited August 10, 2017 in Documentum #1

Hi All,

I have a question related to UI page widgets in xCP 2.2 Designer. I have a requirement were, I need to display few Text and date widgets in a page and the Label for the Text and Date widgets has to be set in the runtime (according to a condition different business objects will provide the label values). I tried to find a way to set the Labels values dynamically but in vain. Please let me know if anyone has tried this.

Appreciate any suggestions/inputs.

Thanks,

Prabhu  

Comments

  • samir.vaidya
    edited August 10, 2017 #2

    If you can upgrade to xCP 2.3, then you can use "Dynamic Label Aspect" to achieve this.

    If not, I think you have 2 options:

    • Put 2 value display widgets - one for label and one for value. You'll have to do some alignment manually to ensure that it aligns with rest of the widgets. Also, you might need custom CSS to make the first widget look like a label.
    • Custom code