diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-876B67CB-99C0-4925-A51C-646EA5F867B6.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-876B67CB-99C0-4925-A51C-646EA5F867B6.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,28 @@ + + +
Description:
+Call the hideSoftkeys
method to hide the softkey
+pane.
By default, the device's softkey pane is hidden. The softkey pane is +shown automatically when the end user presses one of the softkeys.
+For more general information on using softkeys in your widget, see Using softkeys.
+Syntax:
+[void] window.menu.hideSoftkeys(void)+
or
+[void] menu.hideSoftkeys(void)+
Arguments:
+This method takes no arguments.
+Return value:
+This method does not return a value.
+Example code:
+function useFullScreen()
+{
+ // choose to hide the softkey pane to get more screen space
+ window.menu.hideSoftkeys()
;
+ ...
+}
+