diff -r 4d198a32ac7d -r d4809db37847 plugins/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-BE6DC1F8-A847-49B5-A3BF-318D0D1E9D8A.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-BE6DC1F8-A847-49B5-A3BF-318D0D1E9D8A.html Thu Aug 19 17:48:04 2010 -0700 @@ -0,0 +1,27 @@ + + +
Description:
+Call the setDimmed
method to show or hide an existing
+menu item. By default, a menu item is shown when it is appended to the options
+menu.
For more general information on constructing an options menu, see Using softkeys.
+Syntax:
+[void] MenuItem.setDimmed(Boolean flag)+
Arguments:
+flag
:
true
to hide the menu item, and false
to
+show the menu item.
Return value:
+This method does not return a value.
+Example code:
+See the example code in the description of the MenuItem.onSelect
property.