Announcement

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

    Custom Canvas with databound values

    Hello,

    My question seems to be fairly simple

    I want to bind a datasource with a custom canvas.

    I don't want to use a dynamic form or list grid for displaying datasource values.

    This is for printing purposes, so I don't want to use TextItem to display values, rather I'd like to use a Label.

    I've seeen that Label can't be bound, so how should I proceed? Is there a LabelItem that can be data bound?

    Cheers,

    EJ

    #2
    Another sample I've tried is the detail view explander

    But that'can't be customized or overriden so far I've seen.

    Maybe I can customize it, adding different columns with label spans in order to facilitate grouping of fields like in this sample

    |Personal Fields |
    }field A | field A value |
    |Field B | field B value |
    |Picture Fields |
    }picture A | picture B | picture C |
    |Field B | field B value |
    |Other Fields |
    }field c | field A value |
    |Field d | field d value |

    If this can be a custom detail view, it would address my needs.

    Cheers,

    EJ
    Last edited by joppert; 23 Jan 2011, 20:32.

    Comment


      #3
      I was able to create a custom window

      On that window I pass on the record.getAttribute("parent_pk")

      So I now I have the pk value, and I can work with Criteria filtering

      It works, but not in Detail View mode...

      Cheers,

      EJ

      Comment

      Working...
      X