Detail View Template
Detail View Template
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
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
tablename_templateDVP.html = Detail View Print
tablename_templateTV.html & tablename_templateTVS.html = Table View
Re: Detail View Template
Thanks. Is there a tutorial on how to create templates?
Re: Detail View Template
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
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