To modify the content of an html.cell

Hi folks,

I use some html cell to draw tables on a html window, and I would like
now to change their content. I don't find how to access it and to re-
inject it afterwards.

I have looked at the parser and at the html.selection, but it does not
work.

Do you have any solution ??

I tried also to remove a cell but also no solution, unless reloading
the complete content on the page (after deletion on the desired cell).

Many thanks for your help

Seb

The HtmlWindow doesn't support AJAX, so I am pretty sure you'd need to
basically refresh the entire window (or destroy and recreate). When
the webkit projects launches, this sort of thing should be much
easier.

···

On Sep 18, 8:08 am, Seb <sebastien.albo...@orange.fr> wrote:

Hi folks,

I use some html cell to draw tables on a html window, and I would like
now to change their content. I don't find how to access it and to re-
inject it afterwards.

I have looked at the parser and at the html.selection, but it does not
work.

Do you have any solution ??

I tried also to remove a cell but also no solution, unless reloading
the complete content on the page (after deletion on the desired cell).

Many thanks for your help

Seb

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org

I could be wrong but I don't think that the html cells are intended to be updated after the document has been loaded.

···

On 9/18/10 6:08 AM, Seb wrote:

Hi folks,

I use some html cell to draw tables on a html window, and I would like
now to change their content. I don't find how to access it and to re-
inject it afterwards.

I have looked at the parser and at the html.selection, but it does not
work.

Do you have any solution ??

--
Robin Dunn
Software Craftsman