org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-876B67CB-99C0-4925-A51C-646EA5F867B6.html
changeset 229 716254ccbcc0
equal deleted inserted replaced
228:913c9751c067 229:716254ccbcc0
       
     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="hideSoftkeys()"/><meta name="DC.Relation" scheme="URI" content="GUID-AD589188-128C-4A48-B25C-BF0B4D9923C8"/><meta name="DC.Relation" scheme="URI" content="GUID-ED95464B-9BA7-4294-A06F-CA80429B70ED"/><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-876B67CB-99C0-4925-A51C-646EA5F867B6"/><title>hideSoftkeys() </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-876B67CB-99C0-4925-A51C-646EA5F867B6">hideSoftkeys()</h1><div>
       
     7 <p><strong>Description:</strong></p>
       
     8 <p>Call the <code>hideSoftkeys</code> method to hide the softkey
       
     9 pane.</p>
       
    10 <p>By default, the device's softkey pane is hidden. The softkey pane is
       
    11 shown automatically when the end user presses one of the softkeys.</p>
       
    12 <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>
       
    13 <p><strong>Syntax:</strong></p>
       
    14 <pre class="codeblock" id="GUID-654325F4-369F-448A-8963-ED3AC6B53153">[void] window.menu.hideSoftkeys(void) </pre>
       
    15 <p>or</p>
       
    16 <pre class="codeblock" id="GUID-64825D9A-CCE7-4836-A94A-8017E33ABAED">[void] menu.hideSoftkeys(void)</pre>
       
    17 <p><strong>Arguments:</strong></p>
       
    18 <p>This method takes no arguments.</p>
       
    19 <p><strong>Return value:</strong></p>
       
    20 <p>This method does not return a value.</p>
       
    21 <p><strong>Example code:</strong></p>
       
    22 <pre class="codeblock" id="GUID-4A15BD5F-6E65-400B-87B0-A7276DC34F32">function useFullScreen()
       
    23 {
       
    24  // choose to hide the softkey pane to get more screen space
       
    25  window.menu.<code>hideSoftkeys()</code>;
       
    26  ...
       
    27 }</pre>
       
    28 </div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html>