Downloads » Resources » AddpopupLink » AddpopupLink | 1.0

AddpopupLink 1.0

  • Currently 3.4285714285714/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
7 vote(s).

Add a pop-up link towards an other MODx page

Works with MODx Version(s): 0.9.2.1, 0.9.2, 0.9.1
Submitted: Jul 5th 2006 | License: GPL - GNU Public | Downloads: 1121
This resource has been deprecated.

Description

Add a pop-up link towards an other MODx page
Use a javascript who can be or not included in the page

Instructions

Installation

  • Create a new snippet named "AddpopupLink"
  • Copy/Paste the code in it
  • Save


Parameters :
  • &destpageidAPL : id of the page where you want to open in popup (needed)
  • &textlabelAPLlink : Text of the link (needed)
  • &widthpopAPL : Width of the pop-up window
  • &heightpopAPL : Height of the pop-up window
  • &nojsincluded : &nojsincluded=`1` if you not want the js fonction be included in the outpout. If the js is not included you need to put it in a .js file called by your template


Example Usage
[[AddpopupLink? &destpageidAPL=`5` &widthpopAPL=`450` &heightpopAPL=`320` &textlabelAPLlink=`Text of the link ]]



( back to top )