- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 20,996
- راهحلها
- 27
- پسندها
- 3,261
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
If I am sending the following collections to a template $visibleBlogPosts, $draftBlogPosts, $scheduledBlogPosts, $deletedBlogPosts and have a xf set tag as so
Is there a way using javascript to change the value $blogPosts to a different one since they have already been passed to the template?
<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?
نام موضوع : Changing the var for a <xf:set> tag via JS