Approved!
On Wed, Dec 8, 2010 at 5:33 AM, Lou Iorio wrote: Change 20101208-lou-y by [email protected] on 2010-12-08 06:09:31 AST in /Users/lou/src/svn/openlaszlo/trunkfor http://svn.openlaszlo.org/openlaszlo/trunk <http://svn.openlaszlo.org/openlaszlo/trunk> <http://svn.openlaszlo.org/openlaszlo/trunk>
<http://svn.openlaszlo.org/openlaszlo/trunk>Summary: dguide: Chapter 22. Rich Text : add code examples from LPP-9307 <http://svn.openlaszlo.org/openlaszlo/trunk>
<http://svn.openlaszlo.org/openlaszlo/trunk>Bugs Fixed: LPP-9555 (partial) <http://svn.openlaszlo.org/openlaszlo/trunk>
<http://svn.openlaszlo.org/openlaszlo/trunk>Technical Reviewer: promanik <http://svn.openlaszlo.org/openlaszlo/trunk>
QA Reviewer: (pending) <http://svn.openlaszlo.org/openlaszlo/trunk> Doc Reviewer: (pending) <http://svn.openlaszlo.org/openlaszlo/trunk> <http://svn.openlaszlo.org/openlaszlo/trunk> Details: <http://svn.openlaszlo.org/openlaszlo/trunk> See LPP-9307. <http://svn.openlaszlo.org/openlaszlo/trunk> <http://svn.openlaszlo.org/openlaszlo/trunk>This is preliminary because I can't get the html wrapper example (Example 22.5) <http://svn.openlaszlo.org/openlaszlo/trunk> to work in the build ( http://localhost:8080/trunk/docs/developers/richtext.html <http://localhost:8080/trunk/docs/developers/richtext.html> ), <http://localhost:8080/trunk/docs/developers/richtext.html> although it works in OpenLaszlo Editor, and it works if I point the browser to the <http://localhost:8080/trunk/docs/developers/richtext.html>
lzx file: <http://localhost:8080/trunk/docs/developers/richtext.html> <http://localhost:8080/trunk/docs/developers/richtext.html>http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx> <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>In the build, I get a 404 error: <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>The requested resource (/trunk/docs/developers/wrapper-5.html) is not available. <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>I don't know what's going on here, since that's not the URL I specified. <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx> Here's the program: <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx><canvas width="100%" height="450"> <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx> <include href="extensions/rte.lzx"/> <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx> <rte width="600" height="400" wrapperfile="wrapper-5.html">Initial contents of the component. <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx> </rte> <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx> </canvas> <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>I would have thought the URL should have been <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>/trunk/docs/developers/programs/wrapper-5.html <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>not <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>/trunk/docs/developers/wrapper-5.html <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>The reference page for the wrapperfile attribute says: <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>If a custom wrapper file is used, the path is relative to where the application runs from. <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>Any help? This should be in tomorrow's build at: <http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>
<http://localhost:8080/trunk/docs/src/developers/programs/rtecustomwrapper.lzx>http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html> <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html>
<http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html>Tests: visual verify <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html>
<http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html>Files: <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html> M docs/src/developers/richtext.dbk <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html> A docs/src/developers/programs/rtedefaults.lzx <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html> A docs/src/developers/programs/rtelimitplugins.lzx <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html> A docs/src/developers/programs/resources/logo.png <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html> A docs/src/developers/programs/rtecustombuttons.lzx <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html> A docs/src/developers/programs/wrapper-5.html <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html> A docs/src/developers/programs/rteemulatepluggins.lzx <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html> A docs/src/developers/programs/rteaddimage.lzx <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html> A docs/src/developers/programs/rtecustomwrapper.lzx <http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html>
<http://labs.openlaszlo.org/trunk-nightly/docs/developers/richtext.html>Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20101208-lou-y.tar <http://svn.openlaszlo.org/openlaszlo/patches/20101208-lou-y.tar> <http://svn.openlaszlo.org/openlaszlo/patches/20101208-lou-y.tar>
