Symbian3/SDK/Source/GUID-0822B030-E776-4BD5-B9C9-23D3821BCE1F.dita
changeset 13 48780e181b38
parent 8 ae94777fff8f
equal deleted inserted replaced
12:80ef3a206772 13:48780e181b38
    36 </ul>
    36 </ul>
    37 <p>The two types of Selection key actions should not be mixed within one list;
    37 <p>The two types of Selection key actions should not be mixed within one list;
    38 one or the other should happen for every item in the list.</p>
    38 one or the other should happen for every item in the list.</p>
    39 <fig id="GUID-010C51B9-5D2A-4DD5-A1DA-67A30CD132FD">
    39 <fig id="GUID-010C51B9-5D2A-4DD5-A1DA-67A30CD132FD">
    40 <title>Select action opens a view</title>
    40 <title>Select action opens a view</title>
    41 <image href="GUID-B7E55764-C137-4877-9083-63ACEAF30BE5_d0e58076_href.png" placement="inline"/>
    41 <image href="GUID-B7E55764-C137-4877-9083-63ACEAF30BE5_d0e58219_href.png" placement="inline"/>
    42 </fig>
    42 </fig>
    43 <fig id="GUID-5DD10CF4-6E68-4C81-81D8-1CA45CD674C4">
    43 <fig id="GUID-5DD10CF4-6E68-4C81-81D8-1CA45CD674C4">
    44 <title>Select action performs a command</title>
    44 <title>Select action performs a command</title>
    45 <image href="GUID-06B287CD-C19A-4CAC-8378-5563C552448B_d0e58084_href.png" placement="inline"/>
    45 <image href="GUID-06B287CD-C19A-4CAC-8378-5563C552448B_d0e58227_href.png" placement="inline"/>
    46 </fig>
    46 </fig>
    47 <fig id="GUID-B8275C0A-50B9-4A48-AC20-8E2B84F23F8B">
    47 <fig id="GUID-B8275C0A-50B9-4A48-AC20-8E2B84F23F8B">
    48 <title>Context sensitive Options menu opened with the Selection key</title>
    48 <title>Context sensitive Options menu opened with the Selection key</title>
    49 <image href="GUID-26778399-0105-413F-A39D-535A3BF5EBE2_d0e58092_href.png" placement="inline"/>
    49 <image href="GUID-26778399-0105-413F-A39D-535A3BF5EBE2_d0e58235_href.png" placement="inline"/>
    50 </fig>
    50 </fig>
    51 <p>The keypad functions for selection lists are as follows:</p>
    51 <p>The keypad functions for selection lists are as follows:</p>
    52 <table id="GUID-2AF81DA9-8C20-47AE-87DE-8252CC1DAF59"><title>Default key events
    52 <table id="GUID-2AF81DA9-8C20-47AE-87DE-8252CC1DAF59"><title>Default key events
    53 in selection list</title>
    53 in selection list</title>
    54 <tgroup cols="2"><colspec colname="col1"/><colspec colname="col2"/>
    54 <tgroup cols="2"><colspec colname="col1"/><colspec colname="col2"/>
   101 </tbody>
   101 </tbody>
   102 </tgroup>
   102 </tgroup>
   103 </table>
   103 </table>
   104 <p/>
   104 <p/>
   105 <p>The following table lists the default touch events for selection list:</p>
   105 <p>The following table lists the default touch events for selection list:</p>
   106 <table id="GUID-5B8DA500-4092-4E1A-A035-308C4D352138-GENID-1-10-1-6-1-1-5-1-8-1-1-9-1-10-1-2-13"><title>Default touch
   106 <table id="GUID-5B8DA500-4092-4E1A-A035-308C4D352138-GENID-1-10-1-7-1-1-5-1-8-1-1-9-1-10-1-2-13"><title>Default touch
   107 events for Selection list.</title>
   107 events for Selection list.</title>
   108 <tgroup cols="3"><colspec colname="col1" colwidth="0.80*"/><colspec colname="col2" colwidth="1.01*"/><colspec colname="col3" colwidth="1.19*"/>
   108 <tgroup cols="3"><colspec colname="col1" colwidth="0.80*"/><colspec colname="col2" colwidth="1.01*"/><colspec colname="col3" colwidth="1.19*"/>
   109 <thead>
   109 <thead>
   110 <row>
   110 <row>
   111 <entry valign="top"><p>User action</p></entry>
   111 <entry valign="top"><p>User action</p></entry>
   144 </tbody>
   144 </tbody>
   145 </tgroup>
   145 </tgroup>
   146 </table>
   146 </table>
   147 <fig id="GUID-4149CCA2-D8FE-4393-8D82-A736EF5337C5">
   147 <fig id="GUID-4149CCA2-D8FE-4393-8D82-A736EF5337C5">
   148 <title>Selection lists </title>
   148 <title>Selection lists </title>
   149 <image href="GUID-829C15B1-0769-4E90-935D-4DCA58895E81_d0e58353_href.png" placement="inline"/>
   149 <image href="GUID-829C15B1-0769-4E90-935D-4DCA58895E81_d0e58496_href.png" placement="inline"/>
   150 </fig>
   150 </fig>
   151 <section id="GUID-FA4ACC82-0080-429B-A155-433F175138A6"><title>Using
   151 <section id="GUID-FA4ACC82-0080-429B-A155-433F175138A6"><title>Using
   152 selection lists in applications</title><p>The API to use for selection lists
   152 selection lists in applications</title><p>The API to use for selection lists
   153 is 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>
   153 is 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>
   154 </conbody></concept>
   154 </conbody></concept>