Symbian3/PDK/Source/GUID-E849C798-07A0-47B3-BDBF-203325062FBD.dita
changeset 5 f345bda72bc4
parent 1 25a17d01db0c
child 14 578be2adaf3e
--- a/Symbian3/PDK/Source/GUID-E849C798-07A0-47B3-BDBF-203325062FBD.dita	Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-E849C798-07A0-47B3-BDBF-203325062FBD.dita	Tue Mar 30 11:56:28 2010 +0100
@@ -4,10 +4,13 @@
 "Eclipse Public License v1.0" which accompanies this distribution, 
 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
 <!-- Initial Contributors:
-	Nokia Corporation - initial contribution.
+    Nokia Corporation - initial contribution.
 Contributors: 
--->  <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"><concept id="GUID-E849C798-07A0-47B3-BDBF-203325062FBD" xml:lang="en"><title>Menu
-bar resource statements</title><prolog><metadata><keywords></keywords></metadata></prolog><conbody>
+-->
+<!DOCTYPE concept
+  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
+<concept id="GUID-E849C798-07A0-47B3-BDBF-203325062FBD" xml:lang="en"><title>Menu
+bar resource statements</title><prolog><metadata><keywords/></metadata></prolog><conbody>
 <p>To define <xref href="GUID-5F749184-C804-41FC-BA81-038783BDC967.dita">resources</xref> for
 an <b>Options</b> menu:</p>
 <ol>
@@ -25,7 +28,7 @@
 statement for the menu bar.</p>
 <itemgroup>
 <p> The syntax is as follows:</p>
-<codeblock xml:space="preserve" id="GUID-61B67E85-1772-4164-9ACF-85B327C74DD7">RESOURCE MENU_BAR r_name4
+<codeblock id="GUID-61B67E85-1772-4164-9ACF-85B327C74DD7" xml:space="preserve">RESOURCE MENU_BAR r_name4
 {
 	titles = 
 		{
@@ -61,7 +64,7 @@
 <p>The <parmname>MENU_PANE</parmname> resource is defined in <parmname>eikon.rh</parmname>,
 and contains an array of items defined by the <parmname>MENU_ITEM</parmname> structure.
 The syntax is as follows:</p>
-<codeblock xml:space="preserve" id="GUID-2C3D5C7A-6D34-42EB-9E3D-C9266F8678C4">RESOURCE MENU_PANE r_name5
+<codeblock id="GUID-2C3D5C7A-6D34-42EB-9E3D-C9266F8678C4" xml:space="preserve">RESOURCE MENU_PANE r_name5
 {
 	items =
 	{
@@ -87,7 +90,7 @@
 The <parmname>MENU_ITEM</parmname> structure is used to define the option
 presented. The typical syntax is as follows:</p>
 <itemgroup>
-<codeblock xml:space="preserve" id="GUID-475D1731-8639-4BD4-9F17-6FAC1EB215E9">MENU_ITEM
+<codeblock id="GUID-475D1731-8639-4BD4-9F17-6FAC1EB215E9" xml:space="preserve">MENU_ITEM
 	{
 	command = enumerated command;
 	txt = STRING_r_string1;
@@ -116,7 +119,7 @@
 <p>Menu panes can also be nested by using the cascade declaration. </p>
 <p>The following example creates a menu pane with two items, each of which
 opens up another menu pane as a submenu.</p>
-<codeblock xml:space="preserve" id="GUID-BD6B4F0B-652C-4214-BC0C-0045C130E905">RESOURCE MENU_PANE r_name7
+<codeblock id="GUID-BD6B4F0B-652C-4214-BC0C-0045C130E905" xml:space="preserve">RESOURCE MENU_PANE r_name7
 	{
 	items =
 		{
@@ -140,6 +143,5 @@
 </itemgroup>
 </li>
 </ol>
-<p>The Options
-Menu API provides access to the <parmname>MENU_BAR</parmname> resource.</p>
+<p>The <xref format="html" href="specs/guides/Options_Menu_API_Specification/Options_Menu_API_Specification.html" scope="peer">Options Menu API</xref> provides access to the <parmname>MENU_BAR</parmname> resource.</p>
 </conbody></concept>
\ No newline at end of file