bricolage pour passage de #ENV{id} en cas de chargement ajax du json (il y a surement mieux à trouver mais en attendant ça permet d'avancer)

This commit is contained in:
cy_altern 2021-05-14 13:20:55 +02:00
parent e72d155750
commit 3213290585

View file

@ -7,7 +7,7 @@
<div class="gamutableUn"> <div class="gamutableUn">
[<span class="titre titreGamutableUn">(#ENV{titreGamutableUn})</span>] [<span class="titre titreGamutableUn">(#ENV{titreGamutableUn})</span>]
<mon-tableau <mon-tableau
apiuri="#ENV{apiuri,spip.php?page=json_gamutable.json}" apiuri="[(#ENV{apiuri,spip.php?page=json_gamutable.json}|parametre_url{id,#ENV{id,''}})]"
:tparpage="#ENV{tparpage, [10, 20, 50, 'Tous']}" :tparpage="#ENV{tparpage, [10, 20, 50, 'Tous']}"
champcsv="#ENV{champcsv,html}" champcsv="#ENV{champcsv,html}"
delimitercsv="#ENV{delimitercsv,','}" delimitercsv="#ENV{delimitercsv,','}"