/openshift/adei

To get this branch, use:
bzr branch http://darksoft.org/webbzr/openshift/adei

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-11-08 23:44:29 UTC
  • Revision ID: csa@dside.dyndns.org-20121108234429-jx24pcd77svhtjjs
Resizing of sidebar popups

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
            var new_height = windowGetHeight();
215
215
            <?moduleAdjustGeometry("new_width", "new_height");?>
216
216
        }
 
217
        
 
218
        function UpdatePopupGeometry(source, dragger) {
 
219
            adei.popup.popups_width = 0;        // to allow reduction
 
220
            adei.popup.UpdateGeometry(source);
 
221
            adei.popup.RunCallbacks();
 
222
        }
217
223
 
218
224
        function Startup() {
219
225
            var adei_options = new Object();
254
260
            <?modulePlaceJS(($allowed_popups===false)?false:array_merge($allowed_popups, $displayed_popups), $allowed_modules);?>
255
261
 
256
262
            Geometry();
 
263
            <?moduleSetupDragger();?>
257
264
 
258
265
            adei.Start('<?echo $config_module;?>', <?echo $AJAX_UPDATE_RATE;?>);
259
266
        }