Downloads » Resources » AddpopupLink

AddpopupLink

  • Currently 3.4285714285714/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Votes: 7

AddpopupLink 1.0.4

New in 1.0.4 : class and Id support

New in 1.0.3 : better string parameter support
Exemple to add this 2 variables var1=test1 and var2=test2 to the link use &stringAPL=`var1:test1|var2:test2`

Works with MODx Version(s): All
Submitted: Jul 12th 2007 | License: GPL - GNU Public | Downloads: 1594

Add a pop-up link towards an other MODx page

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
  • &stringAPL : String parameter to add to the link (V 1.0.2)
  • &urlImageLinkAPL : path to the image link (V 1.0.2)
  • &idAPL : id of the link (V 1.0.4) Thx to gl330k
  • &classAPL : css class for the link (V 1.0.4) Thx to gl330k
  • &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 ]]


Previous Releases

AddpopupLink 1.0.2

New in 1.0.2 :
- add &stringAPL parameter to include a var string ex: &var1=TOTO&var2=1
- add &urlImageLinkAPL parameter to put image link

Works with MODx Version(s): 0.9.5, 0.9.2.2, 0.9.2.1, 0.9.2, 0.9.1
Submitted: Feb 6th 2007 | License: GPL - GNU Public | Downloads: 939
This resource has been deprecated.

AddpopupLink 1.0

Initial Release

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.


Extras

No results found.


( back to top )