Re: wysiwyg-editor



"Michael Peters" <mp@xxxxxxxxxxxxxxxx> writes:

Moin,

> für einen Enduser,

dciwam exisitiert.

> der kein HTML kann und nur die Contents auf statischen
> Seiten ändern will, brauche ich einen einfach zu bedienenden WYSIWYG-Editor.

Client-side or server-side?
The former is unlikely to work, since *everything* can be messed up with
user input then. Server-side you would at least need a simple CMS of
sorts and an integrated 'rich text editing' script (google: designmode,
htmlarea). (E.g. with the basic PHP XML/expat functions you could
fairly trivially ensure well-formed input, content model restrictions
etc, and output an xml backend and an html frontend then. That's fairly
bullet-proof. Other languages have similar or better options.)

If it has to be client side, and if the user is unexperienced with HTML
but fairly tech-savvy, the by far best editor I know is not any WYSIWYG
but Emacs with nxml mode, which provides real time schema validation
(that would obviously require xhtml syntax) as you (stop to) type and
marks input errors on spot. Should be sufficient for editing textual
content.

There's a bundled win32 package at TEI:

<http://www.tei-c.org/Software/tei-emacs/>


--
||| hexadecimal EBB
o-o decimal 3771
--oOo--( )--oOo-- octal 7273
205 goodbye binary 111010111011
.



Relevant Pages

  • Re: Can script determine if window.onload has already fired?
    ... with the same decoration or worse, server-side generation of HTML. ... MVC Server, MVC Client, Mixed html and server-side, client-side js ... client-side JS is not called Web services. ...
    (comp.lang.javascript)
  • Re: textbox lost focus in aspnet
    ... I believe you're mixing up server-side and client-side functionality here. ... Anything that ahppens on the client, such as handling an HTML ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET
    ... > like inheritence for example. ... Well, Pieter, ASP.Net IS programming, and is .Net, so inheritance is ... > Also for the pages that I'm going to create dynamically from user input do ... Controls that, rather than draw to the screen, render HTML to the HTML ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: A case for HTML as a programming language
    ... In the HTML case, the user just provides the input. ... > files (in a much more restricted manner than real server). ... file, it could do so from a "real" file server, and when none is ... Provided you have user input and programmed for that to happen. ...
    (comp.programming)
  • Re: preserve POST data when using the back-button
    ... Chris Morris wrote: ... If there is an error in the user input, the form is regenerated with the user's input regurgitated. ... Determine what string could be used to 'break out' of the form HTML. ... There's no need to substitute characters, any more than there is a need to do it here on the newsgroup, because the content is specified as text/plain. ...
    (comp.infosystems.www.authoring.html)