Change 20070503-maxcarlson-j by [EMAIL PROTECTED] on 2007-05-03 18:46:57 PDT
    in /Users/maxcarlson/openlaszlo/legals-clean
    for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: Add 'encoded' attribute to LzText to specify whether HTML escaping should be used

New Features:

Bugs Fixed: LPP-1948 - 'less than' character in gridtext and inputtext truncating line

Technical Reviewer: promanik
QA Reviewer: hminsky
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: lzx.rnc - Add 'encoded' attribute to LzText.

LzSprite.js - Unify browser sniffing code.

LzText.lzs - Add setEncoded() and 'encoded' property. If true, text passed to setText() changes '<' to '&lt'.

LzInputText.lzs - Add setEncoded() and 'encoded' property. If true, text passed to setText() changes '<' to '&lt'.

gridtext.lzx - use encoded property to allow display of <

embednew.js - Unify browser sniffing code.

Tests: see http://jira.openlaszlo.org/jira/browse/LPP-1948

Files:
M      WEB-INF/lps/schema/lzx.rnc
M      WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
M      WEB-INF/lps/lfc/views/LzInputText.lzs
M      WEB-INF/lps/lfc/views/LzText.lzs
M      lps/components/lz/gridtext.lzx
M      lps/includes/source/embednew.js

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070503- maxcarlson-j.tar

Reply via email to