IDependOn-Set: 1
IDependOn-Set: 122
IDependOn-Set: 244
IDependOn-Set: 246
IDependOn-Set: 247
IDependOn-Set: 256
LastModifiedSecs: 931382016
Parent: 244
SequenceNumber: 2
Title: A couple of questions...
Part: 0
Author-Set: jon@working-dogs.com
HideAttributions: 1
LastModifiedSecs: 931382016
Type: monospaced
Lines: 21
----------
From: "Doug Ahmann" <douga@zoapworks.com>
To: "ECS" <ecs@list.working-dogs.com>
Subject: RE: NBSP
Date: Wed, Jul 7, 1999, 1:48 PM


>How can I output text like this "Access Date:" without using something like
>U or H5.  I would just like to ouput text without any special
>characteristics.
>
>td.addElement(new U("Access Date:"));

td.addElement("Access Date:");

>2nd:  How do I implement NBSP for white space?

td.setFilterState(false);
td.addElement(Entities.NBSP + "Test" + Entities.NBSP);

setFilterState is the key to not getting your NBSP munged.
EndPart: 0
