Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Due to the ongoing development of the frameworks we are using for our Frontebd it is recommended to update the sourcefiles to increase speed, resolve bugs and increase responsiveness.

In most cases it is sufficient to upgrade the main file of jQuery, DataTables and Bootstrap.

The downloadlinks for the current version are:

Bootstrap: http://getbootstrap.com/getting-started/#download

Datatables: https://datatables.net/download/index

jQuery: https://code.jquery.com/jquery/

 

The implementation is done in the Header (for CSS) and Footer(JS) File.

Example CSS implementation:

      <link href="{{asset('components/assets-admin/plugins/bootstrap/css/bootstrap.min.css')}}" rel="stylesheet" />

 Example JS implementation:

<script src="{{asset('components/assets-admin/plugins/select2-v4/vendor/select2/select2/dist/js/select2.js')}}"></script>

There are several ways to implement these Frameworks, such as composer, via cdn or by downloading the corresponding files.

For fast development, prototyping and testing it is recommended to use CDN (Content Delivery Network) links

Step-by-step guide

 

Filter by label

There are no items with the selected labels at this time.

  • No labels