[Laszlo-checkins] r11459 - in openlaszlo/trunk: WEB-INF/lps/lfc/services docs/src/nav
bargull@openlaszlo.org
bargull at openlaszlo.org
Wed Oct 15 08:24:30 PDT 2008
Author: bargull
Date: 2008-10-15 08:24:24 -0700 (Wed, 15 Oct 2008)
New Revision: 11459
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/services/LzContextMenu.lzs
openlaszlo/trunk/docs/src/nav/toc.xml
Log:
Change 20081015-bargull-kk3 by bargull at dell--p4--2-53 on 2008-10-15 11:13:43
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add lzxname for LzContextMenu(Item)
New Features:
Bugs Fixed: LPP-6905
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: dda
Documentation:
Release Notes:
Details:
Added the "lzxname" doc-field, this is at least required for LPP-6905
UPDATE:
Update for "toc.xml"
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/services/LzContextMenu.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/services/LzContextMenu.lzs 2008-10-15 13:44:44 UTC (rev 11458)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/services/LzContextMenu.lzs 2008-10-15 15:24:24 UTC (rev 11459)
@@ -27,6 +27,7 @@
* </example>
*
* @shortdesc A contextual menu
+ * @lzxname contextmenu
*/
public dynamic class LzContextMenu extends LzNode {
@@ -179,6 +180,7 @@
* </example>
*
* @shortdesc A menu item within a context menu
+ * @lzxname contextmenuitem
*/
public dynamic class LzContextMenuItem extends LzNode {
Modified: openlaszlo/trunk/docs/src/nav/toc.xml
===================================================================
--- openlaszlo/trunk/docs/src/nav/toc.xml 2008-10-15 13:44:44 UTC (rev 11458)
+++ openlaszlo/trunk/docs/src/nav/toc.xml 2008-10-15 15:24:24 UTC (rev 11459)
@@ -9,8 +9,8 @@
<item title="&lt;library&gt;" href="lz.library.html" />
<item title="&lt;splash&gt;" href="lz.splash+as2.html" />
<item title="&lt;splash view&gt;" href="lz.splash_view.html" />
- <item title="lz.ContextMenu" href="lz.ContextMenu.html" />
- <item title="lz.ContextMenuItem" href="lz.ContextMenuItem.html" />
+ <item title="&lt;contextmenu&gt;" href="lz.contextmenu.html" />
+ <item title="&lt;contextmenuitem&gt;" href="lz.contextmenuitem.html" />
</category>
<category title="View Basics">
<item title="&lt;drawview&gt;" href="lz.drawview.html"/>
More information about the Laszlo-checkins
mailing list