John J. Lee schrieb:

> Sybren Stuvel <[EMAIL PROTECTED]> writes:
>
> > [EMAIL PROTECTED] enlightened us with:
> > > At the moment we don't work with javascript. But it should not be to
> > > hard to create a JavaScript Renderer similar to the css one we already
> > > have.
> >
> > Isn't CSS for rendering, and JavaScript for client-side scripting?
>
> I guess this is 'rendering' in a more general/abstract sense than
> 'graphical rendering'.
>
>
> John

Exactly. In these case rendering means that you traverse a tree with
widget objects and every is "rendered" to a text representation of
itself. So if you traverse the object tree in the right order you will
get a complet text representation of such a object tree.

If you familiar with GUI programming then you can compare it to the
graphical rendering where you get a pixel representation of your form
elements (again a tree of widget objects).

Bottom line, PyHtmlGUI generates on the fly one or more text
representations from a object tree (e.g. Html, CSS, XML and maybe also
JavaScript).

Ingo

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to