Page 1 of 1
Single Column
Posted: 2013-07-02 11:48
by ollewis
I notic in the demo there are two styles of forms, the table for details, and the "header style", which has a single column.
I need the "header" style" to be other than single column. I want freedom to place fields all over the form.
Is this possible?
Thanks
Lewis
Re: Single Column
Posted: 2013-07-10 15:55
by a.gneady
Umm ... not sure I fully understand which styles you're referring to ... Could you clarify with a screenshot please?
Re: Single Column
Posted: 2013-07-10 20:12
by KSan
Ahmad, I think he is referring to the detail view and asking whether he can change the field layout such that not all are laid out in a single column with the field name on the left and field data on the right. Sort of free form layout I suppose.
Re: Single Column
Posted: 2013-07-12 23:51
by a.gneady
Well, generally speaking, you can customize the generated pages using simple HTML and CSS syntax as follows:
To control the layout of the table view, you should edit "templates/tablename_templateTV.html" (where tablename is the name of the table concerned)
To control the layout of the detail view, "templates/tablename_templateDV.html".
To control the layout of the printer-friendly detail view, "templates/tablename_templateDVP.html".
To change the header and footer of the generated pages, "header.php" and "footer.php"
To changes colors and fonts, "style.css", or better use the theme editor inside AppGini.