1 (edited by ScriptBASIC 10/29/2021 10:11:24 am)

Topic: Multi-Field Row

I'm reworking one of the FA screens and I would like to have more than one entry field in a row. Most of the code I have looked at use the text_row() function which looks like it only allows one input field. I would like to have something like this in one row.

City:  [                      ]   State:  [       ]    Zip:  [                 ]


Could someone be kind enough to post a PHP line of code to accomplish this using FA freamework standards?

It would be nice if a start/end_row_group functions existed that would allow a group of labels / controls to reside in one row.

Re: Multi-Field Row

May be go with div to achieve it.

Subscription service based on FA
HRM CRM POS batch Themes

Re: Multi-Field Row

I'm looking at cell function calls wrapped in my own hard coded <tr> row.

Re: Multi-Field Row

Yeah fine way.  But you need to manage the td level properly to make it clear for other row view.

If you go with div, you can implement responsive easily in future.

Subscription service based on FA
HRM CRM POS batch Themes

5 (edited by ScriptBASIC 11/01/2021 08:47:46 am)

Re: Multi-Field Row

Thanks for the help and advice!

I found an example of star/end_row that looks like what I was looking for.