org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-ED95464B-9BA7-4294-A06F-CA80429B70ED.html
equal
deleted
inserted
replaced
|
1 |
|
2 <!DOCTYPE html |
|
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="mobileconcept"/><meta name="DC.Title" content="showSoftkeys()"/><meta name="DC.Relation" scheme="URI" content="GUID-876B67CB-99C0-4925-A51C-646EA5F867B6"/><meta name="DC.Relation" scheme="URI" content="GUID-5610C4B8-8988-4895-8F88-36F444B4ACFC"/><meta name="DC.Relation" scheme="URI" content="GUID-7C69DDA4-16F1-4A8F-BDB2-4CB0015B4E81"/><meta name="DC.Relation" scheme="URI" content="GUID-857CF71D-3398-40C2-981A-DEC428A7BA6B"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-ED95464B-9BA7-4294-A06F-CA80429B70ED"/><title>showSoftkeys() </title><script type="text/javascript"> |
|
5 function initPage() {} |
|
6 </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-ED95464B-9BA7-4294-A06F-CA80429B70ED">showSoftkeys()</h1><div> |
|
7 <p><strong>Description:</strong></p> |
|
8 <p>Call the <code>showSoftkeys</code> method to display the softkey |
|
9 pane at all times.</p> |
|
10 <p>By default, the device's softkey pane is hidden. The softkey pane is |
|
11 shown either by programmatically calling the <code>showSoftkeys</code> method |
|
12 or when the end user presses one of the softkeys.</p> |
|
13 <p>For more general information on using softkeys in your widget, see <a href="GUID-94946735-D23B-49C6-BB65-8BE31737AE42.html#GUID-94946735-D23B-49C6-BB65-8BE31737AE42">Using softkeys</a>.</p> |
|
14 <p><strong>Syntax:</strong></p> |
|
15 <pre class="codeblock" id="GUID-836953BC-DA5C-4172-99B1-AD11CAA1AE27">[void] window.menu.showSoftkeys(void) </pre> |
|
16 <p>or</p> |
|
17 <pre class="codeblock" id="GUID-0DFE4D05-BC39-46A1-8A94-49FA032BB9C0">[void] menu.showSoftkeys(void)</pre> |
|
18 <p><strong>Arguments:</strong></p> |
|
19 <p>This method takes no arguments.</p> |
|
20 <p><strong>Return value:</strong></p> |
|
21 <p>This method does not return a value.</p> |
|
22 <p><strong>Example code:</strong></p> |
|
23 <pre class="codeblock" id="GUID-C7B8BF11-B61D-49FA-AB0B-CC9AF7B01114"> // choose to show the softkey pane at all times |
|
24 window.menu.<code>showSoftkeys()</code>;</pre> |
|
25 </div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html> |