Page 1 of 1
Detail View Template
Posted: 2015-04-15 17:01
by trumedio
I want to make changes to the Detail View but done know which template. I can see the detail print view template and that is easy to understand where to make the changes but can you help me with the detail view template.
Re: Detail View Template
Posted: 2015-04-15 22:18
by peebee
Detail View layout can be edited in templates/tablename_templateDV.html
tablename_templateDVP.html = Detail View Print
tablename_templateTV.html & tablename_templateTVS.html = Table View
Re: Detail View Template
Posted: 2015-04-16 16:57
by trumedio
Thanks. Is there a tutorial on how to create templates?
Re: Detail View Template
Posted: 2015-04-16 20:27
by patsd102
What do you want to change?
Re: Detail View Template
Posted: 2015-04-16 23:40
by peebee
To edit the templates, you'll need basic html & CSS knowledge. There's no specific tutorial available for Appgini templates. Fortunately, current versions of Appgini are built using Bootstrap which makes it a lot easier to create good looking and functional templates.
It will depend on how much and exactly what you want to edit but here's a very basic Bootstrap tutorial with examples:
http://www.w3schools.com/bootstrap
Bootstrap also includes built-in components you can add to create elements like tabs, navigation, dropdowns, forms, buttons, etc. Tabs or Pills are a great way to compact the screenview of a database with many fields (rather than having to scroll all the way down a long page). You can see Bootstrap components with examples here:
http://getbootstrap.com/components