Does the styesheet selected on the grid apply to styling the grid or the RTE?
I am playing around with the fanoe starter kit. I noticed when I remove fanoe, all the styling goes away, so where does bootstrap come into play here? Does it only apply to the grid rows and columns.
When I create a Grid, does the selected stylesheet only apply to the RTE or does it apply to the Grid?
For the front end, the Grid is set up by default to work with Bootstrap, and if you're using a starterkit that is using Bootstrap, it will "just work". If the starterkit is uninstalled, that removes all the CSS files as well, so there's no styling at all, just plain HTML. If you're wanting to do your own Bootstrap site, you'll need to download Bootstrap and add the CSS files to your project.
Does the styesheet selected on the grid apply to styling the grid or the RTE?
I am playing around with the fanoe starter kit. I noticed when I remove fanoe, all the styling goes away, so where does bootstrap come into play here? Does it only apply to the grid rows and columns.
When I create a Grid, does the selected stylesheet only apply to the RTE or does it apply to the Grid?
Hi Saied,
That stylesheet is for the RTE.
For the front end, the Grid is set up by default to work with Bootstrap, and if you're using a starterkit that is using Bootstrap, it will "just work". If the starterkit is uninstalled, that removes all the CSS files as well, so there's no styling at all, just plain HTML. If you're wanting to do your own Bootstrap site, you'll need to download Bootstrap and add the CSS files to your project.
I hope that helps!
-Janae
Hi Janae,
So does that explain why when I removed fanoe.css, all the styling went away even though bootstrap is included in the head section?
Hm, that is weird. I'll test it with a dummy version and see what happens and get back to you! :)
is working on a reply...