Hi AgitoM,

If your document isn't too sophisticated, you could maybe represent it
as a cell (or a couple of cells)  of Google Spreadsheet and then use
the Spreadsheet API to leverage its sharing capabilities. See
http://code.google.com/apis/spreadsheets/

regards
didier

On Nov 17, 10:20 am, AgitoM <karel.m...@gmail.com> wrote:
> For the project I am working on, I need to develop a Google Docs like
> feature since we should support collaborative document editing.  I
> already have a mechanism based on Comet that can synchronize data, but
> I need to be able to update a text onscreen based on what is being
> keyed in on the client, and what is coming in through from the server.
>
> Currently I'm using a rich text area, problem with that is though when
> a update comes in, the cursor moved back to the top left corner, or
> when people are editing on the same line, all people share the same
> cursor, which results in all user effectively overwriting each other.
>
> Any other widget I can use, or any way I can integrate Google Docs in
> the platform I'm developing?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to