Subversion Repositories DevTools

Rev

Rev 7240 | Rev 7261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7240 Rev 7243
Line 349... Line 349...
349
            resizable: true,
349
            resizable: true,
350
            position : { my:'top', at: 'top+100', of : window },
350
            position : { my:'top', at: 'top+100', of : window },
351
            dialogClass: options.class,
351
            dialogClass: options.class,
352
            minHeight: 10,
352
            minHeight: 10,
353
            title: 'Loading - ' + vixIframe.pagetitle,
353
            title: 'Loading - ' + vixIframe.pagetitle,
354
            open: function(event, ui){
-
 
355
                $("body").removeClass("cursor-wait");
-
 
356
            },
-
 
357
            close: function(event, ui){
354
            close: function(event, ui){
358
                //console.log('closing dialog');
355
                //console.log('closing dialog');
359
                $(this).dialog("destroy");
356
                $(this).dialog("destroy");
360
                vixIframe = {};
357
                vixIframe = {};
361
                $(this).remove();
358
                $(this).remove();
Line 384... Line 381...
384
            } 
381
            } 
385
            catch (e) {
382
            catch (e) {
386
                console.log ("vixDialog failed to run the onLoad script:" + options.onLoad );
383
                console.log ("vixDialog failed to run the onLoad script:" + options.onLoad );
387
            }
384
            }
388
        }
385
        }
-
 
386
        $("body").removeClass("cursor-wait");
389
    });
387
    });
390
}
388
}
391
 
389
 
392
//
390
//
393
//  Copy the HTML from an element into the clipboard
391
//  Copy the HTML from an element into the clipboard