Announcement

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

  • PSimonazzi
    replied
    I will try to use only a single name.
    Thanks

    Leave a comment:


  • Isomorphic
    replied
    Due to the requirements for auto-sizing, styles may not be specified as a full CSS selector, only as a single style name. Do you have any issues when using the API in this way?

    Leave a comment:


  • Issue with setPickListBaseStyle() in recent skins

    We found that SelectItem method setPickListBaseStyle() does not seem to be working anymore in 13.0p skins, either custom or standard (Tahoe for example).

    Code:
    SelectItem item = new SelectItem();
    item.setPickListBaseStyle("custom1" + " " + "custom2" + " pickListCell");
    The resulting HTML has just class="pickListCell" (which is the default), not the expected class="custom1 custom2 pickListCell".
Working...
X