Announcement

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

    Customizing links in SelectItem's drop-down grid

    Hi,

    In a form I need to have a drop-down grid (SelectItem) that displays a link field. However, I need to have an on-click event for the link because I don't want to navigate to an URL but instead I want to display a pop-up window.

    How do I do that?

    It does not have to be a link, it could instead be a column with cells that *look* like links, but I don't see any way of styling cells inside a SelectItem's grid...

    Or maybe I could have a URL that is really a small piece of Javascript code that would invoke a callback in Java? How would I do this?

    Suggestions?

    Best,
    Michał

    #2
    See setPickListFields() and setPickListProperties().

    Comment

    Working...
    X