Not approved! 1) you've forgotten to declare and define the "onmultiline"-event: var onmultiline = LzDeclaredEvent;
2) you cannot change the multiline-property for inputtexts in DHTML at runtime.
Change 20071106-hqm-0 by hqm at IBM-2E06404CB67 <http://www.openlaszlo.org/mailman/listinfo/laszlo-dev> on 2007-11-06 16:22:15 EST in /cygdrive/c/users/hqm/openlaszlo/trunk/WEB-INF/lps/lfc for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc Summary: allow LzText 'multiline' attribute to be set via constraint New Features: Bugs Fixed: LPP-4297 Technical Reviewer: pbr QA Reviewer: max Doc Reviewer: Documentation: Release Notes: Details: For some reason, the multiline setter was disabled. Maybe due to Flash 5 considerations? Anyway, I made it active. I don't know if there are other issues with flipping the value after the text has been constructed; I looked at the code in swf and dhtml kernel, and it looked like it ought to be able to be set at runtime, vs only at construct time. Tests: see bug for test case (at end, my test case) Files: M views/LzText.lzs Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071106-hqm-0.tar -- Henry Minsky Software Architect hminsky at laszlosystems.com <http://www.openlaszlo.org/mailman/listinfo/laszlo-dev>
