diff -r 4d198a32ac7d -r d4809db37847 plugins/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/plugins/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-876B67CB-99C0-4925-A51C-646EA5F867B6.html Thu Aug 19 17:48:04 2010 -0700 @@ -0,0 +1,28 @@ + + +hideSoftkeys()

hideSoftkeys()

+

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();
+ ...
+}
+
\ No newline at end of file