Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fritzmg/contao-ajax-layout
Contao extension to automatically use a different page layout for AJAX requests.
https://github.com/fritzmg/contao-ajax-layout
contao-module
Last synced: 2 months ago
JSON representation
Contao extension to automatically use a different page layout for AJAX requests.
- Host: GitHub
- URL: https://github.com/fritzmg/contao-ajax-layout
- Owner: fritzmg
- License: lgpl-3.0
- Created: 2016-04-04T13:36:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T15:36:04.000Z (almost 2 years ago)
- Last Synced: 2024-09-21T20:39:52.691Z (3 months ago)
- Topics: contao-module
- Language: PHP
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/packagist/v/fritzmg/contao-ajax-layout.svg)](https://packagist.org/packages/fritzmg/contao-ajax-layout)
[![](https://img.shields.io/packagist/dt/fritzmg/contao-ajax-layout.svg)](https://packagist.org/packages/fritzmg/contao-ajax-layout)Contao AJAX Layout
=====================Contao extension to automatically use a different page layout for AJAX requests.
![screenshot](https://raw.githubusercontent.com/fritzmg/contao-ajax-layout/master/screenshot.png)
When this option is enabled in your page layout, all AJAX request to pages with this layout will generate the page under a different, minimal layout, with only the regular article module. By default, only the content of the main columdn will be returned. This helps reduce the processing time for generating the page and reduces the amount of data sent to the client via AJAX.
You can also set another page layout to be used as your AJAX layout for this page layout.