[Twisted-Python] Retrieving Woven html element IDs

Justin Johnson justinjohnson at fastmail.fm
Wed Nov 19 07:25:35 MST 2003


Excellent!  It is working beautifully now.  Thanks so much.

On Wed, 19 Nov 2003 09:12:20 -0500, "Donovan Preston"
<dp at twistedmatrix.com> said:
> 
> On Nov 19, 2003, at 9:06 AM, Justin Johnson wrote:
> 
> > In woven, html elements are automatically given an id (eg. <div
> > id="woven_id_18612312">... where the number is id(self) for the view). 
> >  I
> > have a div tag I'm trying to using to dump error logs into on the fly
> > with LivePage and display them to the user.  It seems that I cannot
> > reference a tag by name with javascript, so I need access to the
> > auto-generated id.  If I had the id I could do something similar to the
> > example below.
> >
> > Does anyone know if it's possible to lookup this id in woven
> 
> The best way to do it is to provide your own ID. When you add an id 
> attribute to a
> node, woven will refrain from overwriting it with an auto-generated one.
> 
> dp
> 
> 
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python




More information about the Twisted-Python mailing list