Client |
public static class ClientAssets
The ClientAssets type exposes the following members.
| Name | Description | |
|---|---|---|
| BootstrapCss | Bootstrap 5 core style sheet, loaded by every page. | |
| BootstrapJs | Bootstrap 5 core JavaScript: the bundle (includes Popper) followed by the bootstrap-select Bootstrap 5 integration (configures the selectpicker dependency and patches two BS5-specific bootstrap-select bugs). The application code calls the native bootstrap.* API directly, so no jQuery-plugin compatibility bridge is loaded. The integration must load right after the bundle and before the application scripts. | |
| FlatpickrCss | Flatpickr style sheet (lightweight Bootstrap-5-compatible date/time picker, replaces bootstrap-datetimepicker). | |
| FlatpickrJs | Flatpickr JavaScript (date/time picker). Dependency-free (no jQuery/moment), exposes the global "flatpickr". Localization comes from per-language l10n files loaded on demand by the views. | |
| FontAwesomeCss | Font Awesome 6 (Free) style sheets. all.min.css provides the icons. |