Announcement

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

  • acarur01
    replied
    ok thanks. that works.

    Leave a comment:


  • Isomorphic
    replied
    There's no supported API for this, but since DateItem is a ContainerItem, there is a dateItem.items Array, and the text field is the first entry (a TextItem instance). You could change the textBoxStyle on it directly, then redraw() the item.

    Leave a comment:


  • acarur01
    replied
    I can set it fine statically but I want to change it dynamically

    i have this code:

    Code:
    dateField.setProperty("textFieldProperties",{textBoxStyle:'CwRowErr'});

    Leave a comment:


  • acarur01
    started a topic DateItem font color

    DateItem font color

    I need to change the font color of a date item with useTextField is set to true. What is the property to set for this?
Working...
X