Ignore:
Timestamp:
Jan 31, 2011, 12:57:41 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] Return the information of the window.
.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/autosize.inc.php

    r8959 r9007  
    108108            $autoscript .="<input id='src_img_h'  type='hidden' value='' />";
    109109            $autoscript .="<input id='src_img_w'   type='hidden' value='' />";
     110            $autoscript .="<input id='window_height'  type='hidden' value='' />";
     111            $autoscript .="<input id='window_width'   type='hidden' value='' />";
     112             $autoscript .='<div id="Debug6"  align=center style="display:none"></div>';
    110113                $template->append('footer_elements',$autoscript); 
    111114                return ;
Note: See TracChangeset for help on using the changeset viewer.