zopefoundation / z3c.form

An advanced form and widget framework for Zope 3
Other
9 stars 39 forks source link

DRAFT: Chameleon templates #117

Open thet opened 1 year ago

thet commented 1 year ago

This PR is only for reference and not meant to be merged.

A follow-up of https://github.com/zopefoundation/z3c.form/pull/116

Following the work in the mentioned PR above I changed all the templates to use attribute expansion like:

  <input type="text" tal:attributes="view/attributes" />

But this does only work with Chameleon, unless there is a trick to get it working in Zope's PageTemplate reference implementation.