Symbian.org/WRTKit/UI/View.js
changeset 18 b73e6caf0031
parent 6 5e0dece09f96
equal deleted inserted replaced
17:5dc2963cd75f 18:b73e6caf0031
   110 }
   110 }
   111 
   111 
   112 // show the view - sets up soft keys
   112 // show the view - sets up soft keys
   113 View.prototype.show = function () {
   113 View.prototype.show = function () {
   114 	this.setupSoftKeys();
   114 	this.setupSoftKeys();
       
   115 	if (window.widget) {
       
   116 		widget.setNavigationEnabled(false);
       
   117 	}
   115 	this.update(false);
   118 	this.update(false);
   116 	uiManager.setView(this);
   119 	uiManager.setView(this);
   117 }
   120 }
   118 
   121 
   119 // abstract function for updating page content
   122 // abstract function for updating page content