[Laszlo-dev] For Review: Change 20080512-dda-1 Summary: fix doc for lzx events
Donald Anderson
dda at ddanderson.com
Mon May 12 12:39:23 PDT 2008
Change 20080512-dda-1 by dda at lester.local on 2008-05-12 15:21:57 EDT
in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc3
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: fix doc for lzx events
New Features:
Bugs Fixed: LPP-5952
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: liorio (pending)
Documentation:
Release Notes:
Details:
Events marked as <event> in lzx file are now internally translated
as having lzxtype="event". This is the trigger to show them as
events,
also needed to look for events in <property name="prototype">
(coming lzx) in
addition to <property name="__ivars__"> (coming lzs).
Note that some events are now exposed that perhaps should not
be. For example,
baseslider defines events onmaxvalue, onminvalue that have no
documentation
(and are not marked private). I'm guessing these should be
private.
To find trouble spots, you can get a reasonable summary of event
tags used
in components via:
grep -C5 '<event' lps/components/*/*.lzx
Tests:
Rebuild doc, examine <menuitem> (not <menu> as mentioned in the
JIRA),
and <basetabelement>
Files:
M docs/src/xsl/js2doc2dbk.xsl
M docs/src/xsl/lzx2js2doc.xsl
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080512-dda-1.tar
--
Don Anderson
Java/C/C++, Berkeley DB, systems consultant
voice: 617-547-7881
email: dda at ddanderson.com
www: http://www.ddanderson.com
More information about the Laszlo-dev
mailing list