diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-704CF29C-1FDC-4192-9338-C8B9B926111C.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-704CF29C-1FDC-4192-9338-C8B9B926111C.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,33 @@ + + +append()

append()

+

Description:

+

Call the append method to add a menu item to the +top level of the options menu list.

+

Menu items are shown on the options menu list in the order in which +they are appended.

+

For more general information on constructing an options menu, see Using softkeys.

+

Syntax:

+
[void] window.menu.append(MenuItem menuItem)
+

or

+
[void] menu.append(MenuItem menuItem)
+

Arguments:

+
    +
  • menuItem:

    + +

    This is an instance of the MenuItem object +which is being added to the top level of the options menu.

    + +
  • +
+

Return value:

+

This method does not return a value.

+

Remarks:

+

Cascading submenus are created using the MenuItem object. +See also the description of the MenuItem.append method.

+

Example code:

+

See the example code in the description of the MenuItem.onSelect property.

+
\ No newline at end of file