Detail View Template

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
trumedio
Posts: 5
Joined: 2015-04-12 21:03

Detail View Template

Post by trumedio » 2015-04-15 17:01

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.

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 356
Joined: 2013-03-21 04:37

Re: Detail View Template

Post by peebee » 2015-04-15 22:18

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

trumedio
Posts: 5
Joined: 2015-04-12 21:03

Re: Detail View Template

Post by trumedio » 2015-04-16 16:57

Thanks. Is there a tutorial on how to create templates?

patsd102
Veteran Member
Posts: 142
Joined: 2013-01-15 19:59

Re: Detail View Template

Post by patsd102 » 2015-04-16 20:27

What do you want to change?
23.17

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 356
Joined: 2013-03-21 04:37

Re: Detail View Template

Post by peebee » 2015-04-16 23:40

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

Post Reply