T

Changing the var for a <xf:set> tag via JS

  • Thread starter Thread starter Taylor J
  • Start date Start date
T

Taylor J

Guest

If I am sending the following collections to a template $visibleBlogPosts, $draftBlogPosts, $scheduledBlogPosts, $deletedBlogPosts and have a xf set tag as so
<xf:set var="$blogPosts" value={$visibleBlogPosts} />

Is there a way using javascript to change the value $blogPosts to a different one since they have already been passed to the template?

Continue reading...
 
Similar threads Most view View more
Back
Top Bottom