Dragsun Posted January 18, 2021 Share Posted January 18, 2021 Bonjour, Je cherches a appeler un .tpl après le chargement de la page, par exemple par un ajax et j'aimerait qu'il soit interprété, car actuellement je fait : function callAjax(val) { $( document ).ready(function() { //ANCHOR console.log("callajax"); setCookie("timeout", "true", 0.1); if (getCookie("timeout") == "true"){ $("#mAjax").load("/test.tpl", { nm: val }); } }); } et lorsque ce dernier est appelé j'ai le contenu en brut qui est affiché dans la page et non le contenu interprété. Il y aurait il un moyen de contourner cela ? Link to comment Share on other sites More sharing options...
Mediacom87 Posted January 19, 2021 Share Posted January 19, 2021 Si vous appelez le tpl, comme c'ets un fichier texte il l'affiche tel qu'un fichier texte tout bête. Si vous souhaitez afficher un résultat interprété il faut appeler un controller qui intégrera ce tpl et l'interprétera. 1 Link to comment Share on other sites More sharing options...
Dragsun Posted January 28, 2021 Author Share Posted January 28, 2021 Désolé de la réponse tardive, mais pourais-je avoir un exemple s'il vous plait ? je ne voit pas quel Controller je dois appeler pour cela... merci a vous et bonne journée ! Link to comment Share on other sites More sharing options...
Dragsun Posted February 9, 2021 Author Share Posted February 9, 2021 aucune idée ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now