I appreciate what you're saying, but the RichTextEditor with a toolbar
that I found in the Showcase examples buried in my SDK appears to be
written with no Javascript at all and works fine.
I would like some guidance on how to go about designing an app that
would do things such as the following:
The server downloads text, as an array (Collection) of tokens
(Strings), which would be displayed in the text area.
Other arrays of information would be downloaded that could be used to
decorate the text.
For example, say we downloaded information about which of the tokens
or token groups are the names of companies.
The user would have a menu that includes the item "Companies".
When that menu item is selected, the text for the companies would be
highlighted in red.
The basic question for this type of app is: How do I access particular
Strings and alter their styling?
Is DOM the way to go?
In the dual problem, how would I discover a String that the user has
selected and designated as a company - one that was not on the
original list?
The String chosen would be returned to the server to update its list
of company names.
This type of application is typical of many apps that would be of
great benefit to researchers in natural language processing.
There are about 600 members on the mailing list at my site,
bionlp.org, many of who would be interested in such apps.
Any and all suggestions, leads, etc., most welcome.
- Bob