[Zope3-Users] formlib widget

Dennis Schulz d.schulz81 at gmx.net
Wed Nov 29 12:37:53 EST 2006


Hi,

in a formlib based form I would like to have more control over the 
rendering of the widgets.
is it possible to call widget with a specific name directly instead of 
running through all on a repeat loop?
for example

  <div tal:define="name string:1;
                  w1 view/widgets.get(name)" >

I saw that there is a get method but I can't access it form the page 
template.

Dennis



More information about the Zope3-users mailing list