org.symbian.tools.wrttools.previewer/preview/script/helper.js
changeset 422 15592887bf5e
parent 417 dc5d845451fc
child 424 ae2704ae87dc
equal deleted inserted replaced
421:431f08580702 422:15592887bf5e
   319 	$('#Console-Notification').click(function() {
   319 	$('#Console-Notification').click(function() {
   320 		$('#tabs').tabs( {
   320 		$('#tabs').tabs( {
   321 			selected : 0
   321 			selected : 0
   322 		});
   322 		});
   323 		$(this).hide();
   323 		$(this).hide();
   324 		$('Console-Toggle-Button').animate({scrollTop: $('#Console-Toggle-Button')[0].attr("scrollHeight")});
   324 		window
       
   325 		.setTimeout(
       
   326 				function() {
       
   327 					$('#preview-ui-bottom-body')[0].scrollTop = $('#preview-ui-bottom-body')[0].scrollHeight;
       
   328 				}, 300);
   325 		return NOKIA.layout._console_minimized;
   329 		return NOKIA.layout._console_minimized;
   326 	});
   330 	});
   327 	$("#clockwise").button( {
   331 	$("#clockwise").button( {
   328 		icons : {
   332 		icons : {
   329 			primary : "button-clockwise"
   333 			primary : "button-clockwise"