I was following this tutorial for Writing Soy Templates in Your Plugin.
The table gets the page ID and I was wondering how I could access that parameter in the title for other templates.
Hi Anju,
If the templates are on the same page then simply pass "AJS.params.pageId" as a parameter to your other new template from the javascript.
If your other soy template hooks into the main one you can pass the variables along by using the next line in your soy.
{call .otherSoy data="all" /}
However if your other soy template is on a different page you might have to devise a more elaborate solution to pass this from the backend.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.