RSS Feed/News How to load template in overlay

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,655
Points
823

Reputation:

When I try to load a template in the overlay it doesn't work, but when I open the url directly it works.

How to correctly load a template in overlay? Can someone give me a light?

What I've done so far:

LINK:
Code:

<a href="admin.php?my-template" data-xf-click="overlay">See all items</a>

TEMPLATE:
Code:

Code:
<xf:title>My Title</xf:title>

<div class="my-div"></div>

<script type="text/javascript">
  function showItems() {
      // code
  }

showItems()
</script>

Continue reading...
 
Status
Not open for further replies.
Top