Announcement

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

    Any way to add a record component to DetailViewer?

    I need to be able to implement drill down type interface from a DetailViewer. I can change the value of the detailViewerField to a link or add a URL to an image but I can't add a clickHandler to neither the cell nor the contents.

    Is there any way I can make a data cell in the DetailViewer be like a button on which when clicked, something can be invoked - like SC.say("hello")

    Thanks.

    #2
    For this kind of interactive display consider a DynamicForm where most fields have been set canEdit:false.

    Comment

    Working...
    X