Enhanced User Interface on Custom Clients

The runtime bundles the Bootstrap, but does not load it by default. You can include the Bootstrap by using the exported API, tibco.forms.Util.loadCSS().

The Bootstrap is bundled in the default theme with path bootstrap/bootstrap.min.css. If the containing application needs to load Bootstrap, you can call the above API from the onTIBCOFormRunnerLoad() callback. For example,

tibco.forms.Util.loadCSS("bootstrap/bootstrap.min.css");

For more information, see Utility Methods.