diff -r 4d198a32ac7d -r d4809db37847 plugins/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-ED95464B-9BA7-4294-A06F-CA80429B70ED.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-ED95464B-9BA7-4294-A06F-CA80429B70ED.html Thu Aug 19 17:48:04 2010 -0700 @@ -0,0 +1,25 @@ + + +showSoftkeys()

showSoftkeys()

+

Description:

+

Call the showSoftkeys method to display the softkey +pane at all times.

+

By default, the device's softkey pane is hidden. The softkey pane is +shown either by programmatically calling the showSoftkeys method +or 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.showSoftkeys(void) 
+

or

+
[void] menu.showSoftkeys(void)
+

Arguments:

+

This method takes no arguments.

+

Return value:

+

This method does not return a value.

+

Example code:

+
 // choose to show the softkey pane at all times
+ window.menu.showSoftkeys();
+
\ No newline at end of file