You are here

Files in Views Bootstrap 8.3

Primary tabs

File namesort descending Location Namespace Description
cards.css css/cards.css .card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid…
tabs.css css/tabs.css /* custom inclusion of right, left and below tabs, staacked tabs */ .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs, .tabs-below > .nav-pills, .tabs-right > .nav-pills, .tabs-left > .nav-pills { …
views-bootstrap-accordion.html.twig templates/views-bootstrap-accordion.html.twig {% set title_attributes = create_attribute({'class': ['accordion-toggle']}) %} {% if group_title %}<h3>{{ group_title }}</h3>{% endif %} <div {{ attributes.addClass(classes).setAttribute('id',…
views-bootstrap-cards.html.twig templates/views-bootstrap-cards.html.twig views-bootstrap-cards.html.twig Default simple view template to display Bootstrap Cards.
views-bootstrap-carousel.html.twig templates/views-bootstrap-carousel.html.twig Default theme implementation for displaying a view as a bootstrap carousel.
views-bootstrap-dropdown.html.twig templates/views-bootstrap-dropdown.html.twig {# Render a view containing a list of rows as a drop-down. @see http://getbootstrap.com/javascript/#dropdowns #} <div id="{{ id }}" {{ attributes.addClass(classes) }}> <button {{ button.attributes }} type="button"…
views-bootstrap-grid.html.twig templates/views-bootstrap-grid.html.twig views-bootstrap-grid.html.twig Default simple view template to display Bootstrap Grids.
views-bootstrap-list-group.html.twig templates/views-bootstrap-list-group.html.twig views-bootstrap-list-group.html.twig Default simple view template to display Bootstrap List Group.
views-bootstrap-media-object.html.twig templates/views-bootstrap-media-object.html.twig {# @TODO: How to remove bootstrap theme's default .img-responsive class on image fields, which doesn't work with .media-left, etc. For now, I'm using .pull-left as a fix. #} <div id="{{ id }}" {{…
views-bootstrap-panel.html.twig templates/views-bootstrap-panel.html.twig {% if group_title %}<h3>{{ group_title }}</h3>{% endif %} <div id="{{ id }}" {{ attributes.addClass(classes) }}> {% for key, row in rows -%} <div class="panel {{ panel_class }}"> {% if row.title…
views-bootstrap-tab.html.twig templates/views-bootstrap-tab.html.twig {{ attach_library('views_bootstrap/tabs') }} {% set wrapper_classes = ['views-bootstrap-tabs'] %} {% set option_classes = ['nav'] %} {% set option_classes = option_classes|merge(['nav-' ~ tab_type]) %} {% if…
views-bootstrap-table.html.twig templates/views-bootstrap-table.html.twig Default theme implementation for displaying a view as a bootstrap table.
views-bootstrap-thumbnail.html.twig templates/views-bootstrap-thumbnail.html.twig views-bootstrap-thumbnail.html.twig Default simple view template to display Bootstrap Thumbnails.
ViewsBootstrap.php src/ViewsBootstrap.php Drupal\views_bootstrap
ViewsBootstrapAccordion.php src/Plugin/views/style/ViewsBootstrapAccordion.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapCards.php src/Plugin/views/style/ViewsBootstrapCards.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapCarousel.php src/Plugin/views/style/ViewsBootstrapCarousel.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapDropdown.php src/Plugin/views/style/ViewsBootstrapDropdown.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapGrid.php src/Plugin/views/style/ViewsBootstrapGrid.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapListGroup.php src/Plugin/views/style/ViewsBootstrapListGroup.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapMediaObject.php src/Plugin/views/style/ViewsBootstrapMediaObject.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapPanel.php src/Plugin/views/style/ViewsBootstrapPanel.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapTab.php src/Plugin/views/style/ViewsBootstrapTab.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapTable.php src/Plugin/views/style/ViewsBootstrapTable.php Drupal\views_bootstrap\Plugin\views\style
ViewsBootstrapThumbnail.php src/Plugin/views/style/ViewsBootstrapThumbnail.php Drupal\views_bootstrap\Plugin\views\style
views_bootstrap.info.yml views_bootstrap.info.yml views_bootstrap.info.yml
views_bootstrap.install views_bootstrap.install Contains update functions for Views Bootstrap.
views_bootstrap.libraries.yml views_bootstrap.libraries.yml views_bootstrap.libraries.yml
views_bootstrap.module views_bootstrap.module Custom functions for Views Bootstrap.
views_bootstrap.theme.inc views_bootstrap.theme.inc Preprocessors and helper functions to make theming easier.

Other projects