Hi,
I need help to use Bootstrap css in my templates, how to do that, thanks in advance.
You can think of the Collab templating language as jsp, so integrating Bootstrap would be similar to integrating Bootstrap into a jsp environment.
To determine which shtml file generates which bit of content, you can add the following line of code to the end of globals.shtml:
<ISPECT>debug=true</ISPECT>
When you refresh templates (/gm?refresh=true), the generated HTML source will contain comments indicating where template includes start and end.
-Curtis
From: eLink Entry: Vignette Collaboration Developers Forum [mailto:vignettecollaborationdevelopersforum@elinkkc.opentext.com]Sent: Tuesday, June 28, 2016 3:02 PMTo: eLink RecipientSubject: How to use Bootstrap css in custom templates?
How to use Bootstrap css in custom templates?
Posted by Arumugam, Saravanan On 06/28/2016 04:58 PM
[To post a comment, use the normal reply function]
Forum:
Vignette Collaboration Developers Forum
Content Server:
Knowledge Center
Thanks Curtis, I'll try.