Accessing Soy Template Parameter in Title of Template

Anju July 17, 2017

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.

1 answer

1 accepted

0 votes
Answer accepted
Christo Mastoroudes [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 26, 2017

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.

Anju July 26, 2017

Awesome that works. Thank you!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events