Announcement

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

    Dynamic Form Custom Layout

    Hi there,
    I've a question about the dynamic form layout. In attachement I put what I have now.
    I see that the form is in fact a table.
    Therefore, I have multiple questions :
    1- Can I specify a different legend column size for the left and right column ?
    2- Can I set the last field (radio items) as colspan="2" ?
    3- Instead of using 4 columns, can I use the standard 2 columns and set multiple fields on the same line ?

    Thanks for the replies
    Attached Files

    #2
    1- form.setColWidths()
    2- field.setColSpan() but that may not help you since the title is what needs to be longer. You can also use setWrapTitle(false) to force it onto the same line but that will affect the title column width.
    3- Only if you put titles above or don't show titles. Otherwise you need one column for the titles and one column for the fields.

    Comment

    Working...
    X