org.symbian.tools.wrttools.previewer/preview/script/nokia.js
changeset 396 11ff5aef0e96
parent 394 bd0603d7cbf9
child 402 f943a50b6689
equal deleted inserted replaced
395:1de2c096aee1 396:11ff5aef0e96
  1350 		_tabHeight : 27,
  1350 		_tabHeight : 27,
  1351 
  1351 
  1352 		init : function(){
  1352 		init : function(){
  1353 			
  1353 			
  1354 			//	Toggle console window
  1354 			//	Toggle console window
  1355 			$('#Console-Toggle-Button').click(function(){
  1355 			$('#preview-ui-bottom-header').click(function(){
  1356 				
       
  1357 				NOKIA.layout._console_minimized = (NOKIA.layout._console_minimized) ? false : true;
  1356 				NOKIA.layout._console_minimized = (NOKIA.layout._console_minimized) ? false : true;
  1358 				NOKIA.layout.render();
  1357 				NOKIA.layout.render();
  1359 				NOKIA.helper.setPreference("__SYM_NOKIA_CONSOLE_OPEN", !NOKIA.layout._console_minimized);
  1358 				NOKIA.helper.setPreference("__SYM_NOKIA_CONSOLE_OPEN", !NOKIA.layout._console_minimized);
  1360 			});
  1359 			});
  1361 			
  1360