[Laszlo-checkins] r11871 - openlaszlo/trunk/docs/src/developers/programs

jcrowley@openlaszlo.org jcrowley at openlaszlo.org
Mon Nov 24 16:51:39 PST 2008


Author: jcrowley
Date: 2008-11-24 16:51:36 -0800 (Mon, 24 Nov 2008)
New Revision: 11871

Modified:
   openlaszlo/trunk/docs/src/developers/programs/browser-integration-$19.lzx
Log:
Change 20081124-laszlo-2 by laszlo at T43-L3XEXMW on 2008-11-24 16:10:10 EST
    in /home/laszlo/src/svn/openlaszlo/trunk-grayfox
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Browser limitations example doesn't print the message

New Features:

Bugs Fixed: LPP-7213 - Browser limitations example doesn't print the message

Technical Reviewer: promanik
QA Reviewer: henry.minsky at gmail.com
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Applied Andre's suggestion for a fix
    from comments on the bug.

Tests: Run the affected file, and type ctrl+n.
    The message should now be displayed.



Modified: openlaszlo/trunk/docs/src/developers/programs/browser-integration-$19.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/browser-integration-$19.lzx	2008-11-25 00:37:08 UTC (rev 11870)
+++ openlaszlo/trunk/docs/src/developers/programs/browser-integration-$19.lzx	2008-11-25 00:51:36 UTC (rev 11871)
@@ -1,6 +1,6 @@
 
-<canvas width="100%" height="130" debug="true">
-  <command oninit="this.setAttribute('keys', ['Control','n'])"
+<canvas height="130" debug="true">
+  <command key="$once{['Control','n']}"
            onselect="Debug.write('the [Ctrl-n] key combination was pressed');" />
 </canvas>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************



More information about the Laszlo-checkins mailing list