Delete
Do Record
Setting
Add New Item
Menu List
Title | Content Type | Order | Action | ||||||
---|---|---|---|---|---|---|---|---|---|
{{kb_content.name}} {{kb_content.name}} | {{setValue(content_types, kb_content.content_type)}} | {{kb_content.sort_order}} | Preview Edit Edit Content | ||||||
{{kb_content.name}} | {{setValue(content_types, kb_content.content_type)}} | {{kb_content.sort_order}} | Preview Edit Edit Content | ||||||
No record |
Status: published
Programming, Software and application
2020-10-14 16:12:27
Step 2: Add bootstrap framework
1127
This is complete tutorial to build an application using grails 3.x. There are several parts of tutorial where every part has a specific objective and several steps. So it is a step by step tutorial to build a complete application using grails 3.x.
By default, bootstrap CSS and JS is exist in the folder grails-app/asset/ stylesheet and grails-app/asset/javascripts respectively. Or you download latest bootstrap from http://getbootstrap.com/getting-started/ and after unzip, all CSS put grails-app/asset/stylesheet and jquery and bootstrap.js files will put in grails-app/asset/javascripts folder.
At now add CSS file in the layout/main.gsp file like as
<asset:stylesheet src="bootstrap.css"/> <asset:javascript src="jquery-2.2.0.min.js"/> <asset:javascript src="bootstrap.js"/>