I am using the AppGini Helper JavaScript Library. I have integrated a button into a DetailView page to link to a page located in the templates folder.
My page uses the same structure as the print page of a DetailView page
The link works very well and I am very happy...
Now I need to pass the ID of the DetailView to display the variables as if I were using the Print Preview button.
My code :
Code: Select all
// Bouton supplémentaire
var dv = AppGiniHelper.DV;
var actionbuttons = dv.actionbuttons;
var group = actionbuttons.addGroup("Edition documents");
group.addLink("Demande infos DDFIP", "/templates/SATD_templatesDVP.html");