org.symbian.tools.wrttools.previewer/preview/script/helper.js
changeset 412 72448215f517
parent 411 07412dc8e169
child 417 dc5d845451fc
--- a/org.symbian.tools.wrttools.previewer/preview/script/helper.js	Thu Jul 01 09:57:41 2010 -0700
+++ b/org.symbian.tools.wrttools.previewer/preview/script/helper.js	Thu Jul 01 15:01:44 2010 -0700
@@ -306,6 +306,19 @@
 	$(".tabs-bottom .ui-tabs-nav, .tabs-bottom .ui-tabs-nav > *").removeClass(
 			"ui-corner-all ui-corner-top").addClass("ui-corner-bottom");
 
+	$("#clockwise").button( {
+		icons : {
+			primary : "button-clockwise"
+		},
+		text : null
+	}).click(function() {NOKIA.emulator.turn(1);});
+	$("#cclockwise").button( {
+		icons : {
+			primary : "button-cclockwise"
+		},
+		text : null
+	}).click(function() {NOKIA.emulator.turn(-1);});
+	
 	$("#xleft").button( {
 		icons : {
 			primary : 'ui-icon-triangle-1-w'