saschagottfried / todopyramid

My refactored version of ToDo Pyramid
1 stars 0 forks source link

register custom form-related JS/CSS with deform #27

Open saschagottfried opened 10 years ago

saschagottfried commented 10 years ago

Currently we manage additional CSS/JS stuff not provided by deform in templates. Read in deform docs about a registery that is used by the library itself. We could register our add-ons static files there as well.

form.get_widget_resources()

would returns these dependencies as well then. What are benefits?