/[drupal]/contributions/modules/popups/popups.js
ViewVC logotype

Diff of /contributions/modules/popups/popups.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9.8.16, Wed Nov 11 16:26:15 2009 UTC revision 1.9.8.17, Wed Nov 11 16:45:20 2009 UTC
# Line 1  Line 1 
1  // $Id: popups.js,v 1.9.8.15 2009/03/26 17:30:54 starbow Exp $  // $Id: popups.js,v 1.9.8.16 2009/11/11 16:26:15 longwave Exp $
2    
3  /**  /**
4   * Popup Modal Dialog API   * Popup Modal Dialog API
# Line 79  Popups.defaultOptions = { Line 79  Popups.defaultOptions = {
79    doneTest: null, // null, *path*, *regexp*. how do we know when a multiform flow is done?    doneTest: null, // null, *path*, *regexp*. how do we know when a multiform flow is done?
80    updateMethod: 'ajax', // none, ajax, reload, *callback*    updateMethod: 'ajax', // none, ajax, reload, *callback*
81    updateSource: 'initial', // initial, final. Only used if updateMethod != none.    updateSource: 'initial', // initial, final. Only used if updateMethod != none.
82      onUpdate: '', // Only used if updateMethod == callback.
83    href: null,    href: null,
84    width: null, // Override the width specified in the css.    width: null, // Override the width specified in the css.
85    targetSelectors: null, // Hash of jQuery selectors that define the content to be swapped out.    targetSelectors: null, // Hash of jQuery selectors that define the content to be swapped out.

Legend:
Removed from v.1.9.8.16  
changed lines
  Added in v.1.9.8.17

  ViewVC Help
Powered by ViewVC 1.1.2