different design in Forms to create/view new records.

different design in Forms to create/view new records.

impex09impex09 Posts: 45Questions: 20Answers: 0

Hi, I need to create a form, but the form to create a new record, should be distributed in different columns, different rows, and the data show in the same form, with the pagination to go to the next one.
that is, I do not want the view in tables.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    Answer ✓

    There are two options for this:

    1. Use two different Editor instances - one for each of create and edit, where each has its own template assigned per the layout you want.
    2. Use the initCreate and initEdit events, combined with the template() method to set the template you want to show for each mode.

    Allan

This discussion has been closed.