Hello. I have implemented a different layout for the child form. When a child form contains many fields or requires a textarea to display the field's data, a tabular display is not appropriate.

In order to implement this feature, function grid_merge should change. A new parameter indicates if the tabular or the new layout should be used. Also, if the user has chosen to not use the tabular layout, the html of the rendered form is enclosed in a

. Otherwise, a
is produced.

Tomorrow I'll submit for revision a patch that implements this feature.

Best regards,
Maria Lyrou

CommentFileSizeAuthor
#1 second.patch8.48 KBmlyrou
#1 1.png43.3 KBmlyrou
#1 2.png33.79 KBmlyrou
#1 tabular.png28.65 KBmlyrou

Comments

mlyrou’s picture

StatusFileSize
new28.65 KB
new33.79 KB
new43.3 KB
new8.48 KB

I've attached the modifications done to support non-tabular layout.

I am looking forward for your comments on the code
There are 3 image files that show how the non-tabular layout looks like