[Laszlo-dev] For Review: Change 20080324-dda-f Summary: doc: Add charts and some minor cleanups in HTML/Media category
Donald Anderson
dda at ddanderson.com
Mon Mar 24 15:24:16 PDT 2008
Change 20080324-dda-f by dda at lester.local on 2008-03-24 17:45:39 EDT
in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc2
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: doc: Add charts and some minor cleanups in HTML/Media category
New Features:
Bugs Fixed: LPP-4935 (complete), LPP-5396 (partial)
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: liorio (pending)
Documentation:
See details.
Release Notes:
Details:
- To Contents tab under HTML, replaced LzTextFormat (deprecated)
by textformat.
- To Contents tab under Charts, copied list from 3.4.
- Insert @access public judiciously in charts sources.
- In charts sources, worked around a couple problems where
<include>
was not always working to pick up contents of needed files.
This was done by inserting a couple of redundant <include> tags
to pick up the needed files. The two problems:
-- <include href="../xxx/file.lzx"> is silently failing to
open the file.
I made some primitive attempts to fix in the xsl before
deciding to workaround.
-- <include href="piechartplotarea.lzx"> is failing to get
included content when used from piechart.lzx.
Did some prelim diagnosis, but still do not know the reason.
- Also corrected an errant include of legend.lzx in piechart.lzx
(it was probably
already included elsewhere, allowing it to work).
- Changed the file headers for LzAudio.lzs and LzFont.lzs files
to be @access public
in an attempt to produce content for these files.
LzFont.html is now produced,
and is referenced from TOC.
- fixed a couple typos in content.
Tests:
Testing content:
Did 'ant reference' in docs/src and checked all the links in the
changed sections of the TOC.
Testing charts:
Did 'ant clean; ant; at the top of the tree to rebuild everything
(especially charts).
Checked that the doc chart examples run.
Regression:
did smokecheck SWF8/DHTML
Files:
M WEB-INF/lps/lfc/kernel/swf/LzAudio.as
M WEB-INF/lps/lfc/helpers/LzFont.lzs
M docs/src/nav/toc.xml
M docs/src/reference/wrappers.xml
M docs/src/xsl/lzx2js2doc.xsl
M lps/components/charts/columnchart/columnchart.lzx
M lps/components/charts/piechart/piechartplotarea.lzx
M lps/components/charts/piechart/piechart.lzx
M lps/components/charts/library.lzx
M lps/components/charts/styles/chartstyle.lzx
M lps/components/charts/addon/library.lzx
M lps/components/charts/addon/zoomarea.lzx
M lps/components/charts/barchart/barchart.lzx
M lps/components/charts/common/axis.lzx
M lps/components/charts/common/library.lzx
M lps/components/charts/common/datalabel.lzx
M lps/components/charts/common/valuepoints.lzx
M lps/components/charts/common/datamarker.lzx
M lps/components/charts/common/horizontalaxis.lzx
M lps/components/charts/common/label.lzx
M lps/components/charts/common/valueregion.lzx
M lps/components/charts/common/dataseries.lzx
M lps/components/charts/common/valueline.lzx
M lps/components/charts/common/datatip.lzx
M lps/components/charts/common/rectangularchart.lzx
M lps/components/charts/common/legend.lzx
M lps/components/charts/common/verticalaxis.lzx
M lps/components/charts/common/chart.lzx
M lps/components/charts/linechart/linechart.lzx
M lps/components/extensions/views/LzTextFormat.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080324-dda-f.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