| 
									
										
										
										
											2012-07-24 14:40:15 +04:00
										 |  |  | /*********************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // XXX need to make this work for % values...
 | 
					
						
							|  |  |  | // XXX make this usable as an event handler for .resize(...) event...
 | 
					
						
							|  |  |  | function fieldSize(W, H){ | 
					
						
							|  |  |  | 	var oW = $('.container').width() | 
					
						
							|  |  |  | 	var oH = $('.container').height() | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-08-04 14:59:54 +04:00
										 |  |  | 	var scale = getElementScale($('.field')) | 
					
						
							| 
									
										
										
										
											2012-07-24 14:40:15 +04:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	$('.container').css({ | 
					
						
							|  |  |  | 		'width': W, | 
					
						
							|  |  |  | 		'height': H | 
					
						
							|  |  |  | 	}) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	// shift the field...
 | 
					
						
							|  |  |  | 	$('.field').css({ | 
					
						
							|  |  |  | 		'margin-top': (parseFloat($('.field').css('margin-top')) + (H-oH)/2),  | 
					
						
							|  |  |  | 		'margin-left': (parseFloat($('.field').css('margin-left')) + (W-oW)/2) | 
					
						
							|  |  |  | 	}) | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-07-31 15:25:05 +04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-07-24 14:40:15 +04:00
										 |  |  | 
 | 
					
						
							|  |  |  | /*********************************************************************/ | 
					
						
							| 
									
										
										
										
											2012-08-10 18:31:32 +04:00
										 |  |  | // vim:set ts=4 sw=4 nowrap :
 |