Symbian3/SDK/Source/GUID-6B50C0B9-C3CB-4524-909D-7FD096A3F894.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 9 59758314f811
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-6B50C0B9-C3CB-4524-909D-7FD096A3F894" xml:lang="en"><title>Menu
       
    13 list</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>Menu lists are used to select one item from a list and do nothing else;
       
    15 the Options command is not available when a menu list is being browsed (the
       
    16 Options menu itself is a menu list).</p>
       
    17 <p>If a high-priority event, such as an incoming call, occurs when a menu
       
    18 list is open, the list is cancelled and the new event takes control. These
       
    19 lists are often displayed inside a pop-up window.</p>
       
    20 <p>The default keypad functions in a menu list are the following:</p>
       
    21 <table id="GUID-00EF343D-893A-4EDB-987A-DB5FD2D72F40"><title>Default key events
       
    22 in a menu list</title>
       
    23 <tgroup cols="2"><colspec colname="col1"/><colspec colname="col2"/>
       
    24 <thead>
       
    25 <row>
       
    26 <entry>Key</entry>
       
    27 <entry>Action</entry>
       
    28 </row>
       
    29 </thead>
       
    30 <tbody>
       
    31 <row>
       
    32 <entry><p>Arrow up / down</p></entry>
       
    33 <entry><p>Moves the focus in the list.</p></entry>
       
    34 </row>
       
    35 <row>
       
    36 <entry><p>Arrow left / right</p></entry>
       
    37 <entry><p>Ignored (unless there is a submenu; see <xref href="GUID-75553219-500C-487F-8D7E-0FAF48CF1872.dita">Submenus</xref>).</p></entry>
       
    38 </row>
       
    39 <row>
       
    40 <entry><p>Selection key</p></entry>
       
    41 <entry><p>Selects the item, does the associated function.</p></entry>
       
    42 </row>
       
    43 <row>
       
    44 <entry><p>Left softkey (Select)</p></entry>
       
    45 <entry><p>Selects the item, does the associated function.</p></entry>
       
    46 </row>
       
    47 <row>
       
    48 <entry><p>Right softkey (Cancel)</p></entry>
       
    49 <entry><p>Dismisses the menu; returns to the state preceding the opening of
       
    50 the menu.</p></entry>
       
    51 </row>
       
    52 <row>
       
    53 <entry><p>Call creation key, Edit key</p></entry>
       
    54 <entry><p>Ignored.</p></entry>
       
    55 </row>
       
    56 <row>
       
    57 <entry><p>Numeric keypad</p></entry>
       
    58 <entry><p>Ignored.</p></entry>
       
    59 </row>
       
    60 <row>
       
    61 <entry><p>Clear key</p></entry>
       
    62 <entry><p>Ignored.</p></entry>
       
    63 </row>
       
    64 <row>
       
    65 <entry><p>Other keys</p></entry>
       
    66 <entry><p>Dismiss the menu and do the default action of the key.</p></entry>
       
    67 </row>
       
    68 </tbody>
       
    69 </tgroup>
       
    70 </table>
       
    71 <fig id="GUID-C9A7253A-5120-4EE9-88D6-3772149F9575">
       
    72 <title>Options menu</title>
       
    73 <image href="GUID-8BA0D643-5ED1-4DC4-82EC-C8AA392DCBC4_d0e61412_href.png" placement="inline"/>
       
    74 </fig>
       
    75 <section id="GUID-4A0E7244-D11A-4285-9D32-57C5B235F427"><title>Using
       
    76 menu lists in C++ applications</title><p>The API to use for menu lists is
       
    77 the <xref format="html" href="specs/guides/Lists_API_Specification/Lists_API_Specification.html" scope="peer">Lists API</xref>. For implementation information, see <xref format="htrml" href="specs/guides/Lists_API_Specification/Lists_API_Specification.html#Lists_API_Specification.topic3" scope="peer">Using the Lists API</xref>.</p></section>
       
    78 </conbody></concept>