Download the PHP package pbd-kn/contao-ajaxarticle-bundle without Composer
On this page you can find all versions of the php package pbd-kn/contao-ajaxarticle-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pbd-kn/contao-ajaxarticle-bundle
More information about pbd-kn/contao-ajaxarticle-bundle
Files in pbd-kn/contao-ajaxarticle-bundle
Download pbd-kn/contao-ajaxarticle-bundle
More information about pbd-kn/contao-ajaxarticle-bundle
Files in pbd-kn/contao-ajaxarticle-bundle
Vendor pbd-kn
Package contao-ajaxarticle-bundle
Short Description Ajax Request liefert gerenderte Article zurück
License LGPL-3.0-or-later
Package contao-ajaxarticle-bundle
Short Description Ajax Request liefert gerenderte Article zurück
License LGPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package contao-ajaxarticle-bundle
Contao Popup Article
Über javascript wird ein popup eines Artikels angezeigt
Frontend Route
Beispiele:
- /ajax_article/get_article/test
- /ajax_article/get_article/1
route: /ajax_article/get_article/{article} article=id oder alias liefert json zurück
return (['article' => $article,'id'=>$id,'alias' => $alias,'title' =>$title,'artikel'=>$art1])
result Werte:
$id = Artikel ID
$article = Parameter der Route
$alias = Alias des Artikels
$title = Titel des Artikels
$art1 = html-code des Artikels
Es wird das js AjaxGetArticle(article) installiert. bundles/ajaxarticle/assets/js/ajaxhelper.js
Parameter: article (id oder alias) wird als Popup dargestellt.
z.B <button onclick="AjaxGetArticle('test');"> klick</button>
All versions of contao-ajaxarticle-bundle with dependencies
PHP Build Version
Package Version
The package pbd-kn/contao-ajaxarticle-bundle contains the following files
Loading the files please wait ....