Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Layout Question/separator - StaticTextItem

    Hi,

    how can I remove the separator ":" after the title (StaticTextItem)?
    Please take a look at the screenshot.

    Code:
    final StaticTextItem helpIntrbksttlmdt = new StaticTextItem("helpIntrbksttlmdt");  
    helpIntrbksttlmdt.setTitle("Due Date on TX-level will be updated according to Interbank Settlement Date.");  
    helpIntrbksttlmdt.setColSpan(2);
    helpIntrbksttlmdt.setTitleColSpan(2);
    helpIntrbksttlmdt.setWrapTitle(false);
    helpIntrbksttlmdt.setDisabled(true);
    helpIntrbksttlmdt.setTitleAlign(Alignment.CENTER);
    Regards,
    Timo
    Attached Files

    #2
    See titlePrefix & requiredTitlePrefix

    Comment


      #3
      Unfortunately, it applies to the whole dynamic form, and not just for one StaticTextItem

      and also this "helpIntrbksttlmdt.setAttribute("titleSuffix", "");" does not work.

      Comment

      Working...
      X