SC and Bootstrap

There’s a new article about importing bootstrap into SC. My understanding though is that you can only really use this in blank apps ie you cannot change the looks/ responsiveness of standard SC form and grid apps.

Is this correct?

I have not had much success so far, the article basically just shows you how to import bootstrap as an external library. I’m confused in which event to add the library links, would be helpful if they added “external libraries” to the programming section under javascript. When I add the Bootstrap js libraries to a control application in the onLoad Event it screws with the native SC libraries eg the SC datepicker and timepicker stop working and the formatting of other controls change. I suppose this is expected.

I have however been able to change the look and labels of grids and editable grid views using bootstrap.
[URL=“http://www.scriptcase.net/forum/forum/scriptcase-8/discussion-aa/71192-eg-changing-the-color-and-text-of-fields-dynamically-in-grid-and-editable-grid-view”]http://www.scriptcase.net/forum/foru...able-grid-view

EDIT:

It is actually the JQuery js that’s causing the problem, as Bootstrap 3.3.7’s JavaScript requires jQuery version 1.9.1 or higher, if you add a link to that JQUERY js version it interferes with the native SC scripts .SC uses jQuery v1.8.2 .

You cant replace scriptcase’s Native 1.8.2 jquery runtime.