doc height param
authorivan <ivan>
Tue, 1 Apr 2008 06:26:20 +0000 (06:26 +0000)
committerivan <ivan>
Tue, 1 Apr 2008 06:26:20 +0000 (06:26 +0000)
httemplate/elements/popup_link.html
httemplate/elements/popup_link_onclick.html

index fbb5e75..4a79bc7 100644 (file)
@@ -14,7 +14,8 @@ Example:
     'actionlabel     => 'You clicked',  # popup title
    
     #opt
-    'width'          => '540',
+    'width'          => 540,
+    'height'         => 336,
     'color'          => '#ff0000',
     'closetext'      => 'Go Away',      # the value '' removes the link
   } )
index 1a07ba8..b689c54 100644 (file)
@@ -13,7 +13,8 @@ Example:
     'actionlabel     => 'You clicked',  # popup title
    
     #opt
-    'width'          => '540',
+    'width'          => 540,
+    'height'         => 336,
     'color'          => '#ff0000',
     'closetext'      => 'Go Away',      # the value '' removes the link
   } )