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

index 584ffde..72073e3 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
     'aname'          => "target", # link NAME= value, useful for #targets
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
   } )