On Sunday, March 20, 2011 3:05:04 AM UTC-4, LightOfMooN wrote: 
>
> It's that I need, with using [0][0] 
> Can you explain that are it means? 
> Does web2py return html like set of helpers? 
> is [0][0] the first container's content of returned set (first div's 
> content)?

 
It looks like LOAD returns a __tag__ object, which contains a DIV object, 
which contains the rendered inner HTML (i.e., from the view called by LOAD). 
So, the [0][0] gets you the inner HTML (i.e., what's inside the DIV 
wrapper). Anyway, I *think* that's right -- someone else may know more.
 
Anthony

Reply via email to