Subversion Repositories DevTools

Rev

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

Rev 5590 Rev 5597
Line 204... Line 204...
204
		autoOpen: true,
204
		autoOpen: true,
205
		modal: true,
205
		modal: true,
206
		height : 'auto,', 
206
		height : 'auto,', 
207
		width : 'auto',
207
		width : 'auto',
208
		resizable: false,
208
		resizable: false,
209
		//show: { effect: "blind", duration: 800 },
-
 
210
		position : { my:'top', at: 'top+100', of : window },
209
		position : { my:'top', at: 'top+100', of : window },
211
		dialogClass: "rounded_box",
210
		dialogClass: "rounded_box",
212
		title: 'Loading - ' + vixIframe.pagetitle,
211
		title: 'Loading - ' + vixIframe.pagetitle,
213
		close: function(event, ui){
212
		close: function(event, ui){
214
			//console.log('closing dialog');
213
			//console.log('closing dialog');
Line 226... Line 225...
226
			}
225
			}
227
	});
226
	});
228
	vixIframe.Dialog = $dialog;
227
	vixIframe.Dialog = $dialog;
229
	vixIframe.DialogProps = $dialog2;
228
	vixIframe.DialogProps = $dialog2;
230
	vixIframe.DialogWidget = $($dialog2).dialog('widget');
229
	vixIframe.DialogWidget = $($dialog2).dialog('widget');
231
//	$('body').css('cursor', 'wait');
-
 
-
 
230
 
232
	return false;
231
	return false;
233
}
232
}
234
//
233
//
235
//	Called when the iframe is loaded or reloaded
234
//	Called when the iframe is loaded or reloaded
236
//
235
//
Line 238... Line 237...
238
	// Save to resize iframe
237
	// Save to resize iframe
239
	vixIframe.IFrame = iframe;
238
	vixIframe.IFrame = iframe;
240
 
239
 
241
	// Reset the title
240
	// Reset the title
242
	vixIframe.Dialog.dialog('option','title', vixIframe.pagetitle);
241
	vixIframe.Dialog.dialog('option','title', vixIframe.pagetitle);
243
//	vixIframe.Dialog.dialog('open');
-
 
244
//	$('body').css('cursor', 'auto');
-
 
245
 
242
 
246
	// Resize the frame
243
	// Resize the frame
247
	resizeIframe();
244
	resizeIframe();
248
};
245
};
249
//
246
//