2017 © Pedro Peláez
 

library overlay-bundle

image

a5sys/overlay-bundle

  • Friday, April 15, 2016
  • by thomasbeaujean
  • Repository
  • 2 Watchers
  • 0 Stars
  • 433 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

A bundle that contains a fullscreen loader, (*1)

Dependency

This bundle requires:, (*2)

  • jquery
  • jquery loader plugin

Installation

    composer require a5sys/overlay-bundle

In AppKernel.php, (*3)

    new A5sys\OverlayBundle\OverlayBundle(),

Files to include in your template

At the beginning of your body:, (*4)

    {% include '@Overlay/overlay-full.html.twig' %}

The css to include:, (*5)

    '@OverlayBundle/Resources/public/css/overlay.css'

The js to include:, (*6)

    '@OverlayBundle/Resources/public/js/jquery-loading-ajax-body-overlay.js'

Use

It will display the overlay when an ajax call is done by jQuery., (*7)

The Versions

15/04 2016

dev-master

9999999-dev

  Sources   Download