[Laszlo-checkins] r11445 - openlaszlo/trunk/WEB-INF/lps/lfc/services

bargull@openlaszlo.org bargull at openlaszlo.org
Tue Oct 14 13:42:58 PDT 2008


Author: bargull
Date: 2008-10-14 13:42:56 -0700 (Tue, 14 Oct 2008)
New Revision: 11445

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/services/LzContextMenu.lzs
Log:
Change 20081014-bargull-142 by bargull at dell--p4--2-53 on 2008-10-14 22:45:58
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: 

New Features:

Bugs Fixed: LPP-7163

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
changed "lz.ContextMenu" to "lz.contextmenu"
changed "lz.ContextMenuItem" to "lz.contextmenuitem"
    

Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzContextMenu.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzContextMenu.lzs	2008-10-14 20:31:23 UTC (rev 11444)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzContextMenu.lzs	2008-10-14 20:42:56 UTC (rev 11445)
@@ -15,7 +15,7 @@
   * The <tagname>contextmenu</tagname> represents a context (right-click) menu.
   * </p>
   *
-  * <example title="lz.ContextMenu example">
+  * <example title="lz.contextmenu example">
   * &lt;canvas height="60"&gt;
   *   &lt;view width="240" height="40" bgcolor="#aeaeae"&gt;
   *     &lt;contextmenu&gt;
@@ -138,7 +138,7 @@
     }
 
     /**
-      * Create a new menu item for a lz.ContextMenu
+      * Create a new menu item for a lz.contextmenu
       * @param String title: menu item name
       * @param LzDelegate delegate: delegate to execute when item is selected
       * @return LzContextMenuItem: the new menu item
@@ -159,7 +159,7 @@
   * The class <tagname>contextmenuitem</tagname> represents a menu item within a context menu.
   * </p>
   *
-  * <example title="lz.ContextMenuItem example">
+  * <example title="lz.contextmenuitem example">
   * &lt;canvas height="60"&gt;
   *   &lt;view width="240" height="40" bgcolor="#aeaeae"&gt;
   *     &lt;contextmenu&gt;



More information about the Laszlo-checkins mailing list