org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-876B67CB-99C0-4925-A51C-646EA5F867B6.html
changeset 229 716254ccbcc0
--- /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 @@
+
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<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">
+      function initPage() {}
+    </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>
+<p><strong>Description:</strong></p>
+<p>Call the <code>hideSoftkeys</code> method to hide the softkey
+pane.</p>
+<p>By default, the device's softkey pane is hidden. The softkey pane is
+shown automatically when the end user presses one of the softkeys.</p>
+<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>
+<p><strong>Syntax:</strong></p>
+<pre class="codeblock" id="GUID-654325F4-369F-448A-8963-ED3AC6B53153">[void] window.menu.hideSoftkeys(void) </pre>
+<p>or</p>
+<pre class="codeblock" id="GUID-64825D9A-CCE7-4836-A94A-8017E33ABAED">[void] menu.hideSoftkeys(void)</pre>
+<p><strong>Arguments:</strong></p>
+<p>This method takes no arguments.</p>
+<p><strong>Return value:</strong></p>
+<p>This method does not return a value.</p>
+<p><strong>Example code:</strong></p>
+<pre class="codeblock" id="GUID-4A15BD5F-6E65-400B-87B0-A7276DC34F32">function useFullScreen()
+{
+ // choose to hide the softkey pane to get more screen space
+ window.menu.<code>hideSoftkeys()</code>;
+ ...
+}</pre>
+</div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html>
\ No newline at end of file