http://jira.openlaszlo.org/jira/browse/LPP-6617
On 2008-07-07, at 14:00 EDT, Henry Minsky wrote:
We have the flag on input text (LzInputText), but not on the parent
LzText. I think this was historically
because we couldn't use HTML text in Flash 5 input text fields for
some reason.
Maybe we ought to
move the setHTML method to the LzText class. I bet there would be some
unwanted side effect on our text measurement code though.
On Mon, Jul 7, 2008 at 1:53 PM, P T Withington <[EMAIL PROTECTED]> wrote:
Perhaps I dreamed this, but I thought it used to be the case that
text had a
'text' attribute that was supposed to be non-html and an 'html'
attribute
that let you set the text with (some limited) markup. In any case,
the
reference manual does not imply at all that the contents of text is
interpreted as markup, which makes me think that the text attribute
should
be auto-escaped.
On 2008-07-07, at 13:45 EDT, Henry Minsky wrote:
I don't think we expose any API for setting a text field to be plain
text. Maybe we should ?
On Mon, Jul 7, 2008 at 10:40 AM, P T Withington <[EMAIL PROTECTED]>
wrote:
Is this a restriction of XML that you can't use <> in a value?
Would it help to set the html attribute of the text field to
false, so
you
don't have to double-quote?
On 2008-07-05, at 19:24 EDT, Henry Minsky wrote:
Sadly, this sounds like a job for double escaping
&amp;
Once for the source code, and once for the HTML text field
contents in
the text view.
On Sat, Jul 5, 2008 at 3:41 PM, Donald Anderson <[EMAIL PROTECTED]
>
wrote:
Now that the text of toc.xml contains '<', like "<view>", I get a
message:
nav.lzx:7.42: The value of the attribute "title" associated
with an element type "item" must not contain the '<' character
I've tried some simple things - replacing </> globally in
toc.xml with
</>
doesn't give me the error, but the lines shown are blank. I've
made
some attempts at writing a quoting function within class linktree
within
nav.lzx,
but I'm not doing very well.
Maybe one of you lzx gurus could help me out?
Thanks,
- Don
--
Don Anderson
Java/C/C++, Berkeley DB, systems consultant
voice: 617-547-7881
email: [EMAIL PROTECTED]
www: http://www.ddanderson.com
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]