Migrating to Bootstrap 3
Some work will be required to migrate existing views to JavaScript API 2.X and later because of this.
Bootstrap 3 changes a lot of the expected HTML structures and CSS class names as well as adding new components and removing some old ones. The Bootstrap documentation website goes into detail about what has changed and how to use Bootstrap 3, see https://getbootstrap.com/docs/3.3/getting-started/. The core concept of Bootstrap has not changed. There is still a 12 column grid system and a choice between fixed and fluid layouts.
When following the Bootstrap documentation please be aware that we have themed Bootstrap to follow the Xpress Insight style. This is mainly changes to the fonts, colors, padding and margin. We have also disabled responsive layout so the different column size classes will all have the same behavior, e.g: col-xs-3 == col-md-3 == col-lg-3. This means that your view will not change to stack columns when it becomes very narrow. Also, views will default to a fixed width of 1170px.
© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.