On Wed, 2007-11-28 at 02:31 +0100, Andreas Hartmann wrote:
> Hi Lenya devs,
> 
> FYI - tonight I started to implement a feature that I'm missing for a 
> long time: a simple AJAX-based inline editor (see attached screenshot).

http://myfaces.apache.org/tomahawk/htmlEditor.html
"An inline HTML based word processor based on the Kupu library."
demo: http://www.irian.at/myfacesexamples/inputHtml.jsf

Later in this thread you say you do not need all the fancy stuff but the
above JSF extension is very nice. 

Lately I got into JSF (JavaServer Faces) and Apache MyFaces (so much
more fun in developing user interfaces). 

AFAIR there is a faces block in cocoon. Maybe it is worth checking it
out.

salu2

> 
> The functionality is very restricted: You can just edit blocks (p, h1, 
> h2, ...). The major purpose is to fix typos or change the wording of a 
> sentence. The editor is triggered by clicking on a block element in the 
> authoring view.
> 
> At the moment it supports only plain text blocks, i.e. no inline styles.
> 
> Another issue is that the usecase which saves the content takes quite 
> long. Actually you don't notice this because the saving happens in the 
> background and the text in the page is replaced by the textarea content 
> before the asynchronous usecase request is sent, but nevertheless we 
> have to provide a simple usecase view which doesn't redirect to the page 
> after the usecase is executed.
> 
> Do you find a feature like this useful? If yes, I can add it to the 
> sandbox after the release.
> 
> -- Andreas
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to