| 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 |
| 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. |