Happy !

philippeback / Mold

Project infos

License MIT
Tags seaside, forms, validation
Creation date 2014-10-26
Website

Monticello registration

About Mold

Mold as taken from Squeaksource

Mold is a project to implement a sort of "form helper" for Seaside. Forms can be boring to build and validate, and Mold makes this task easier. Mold makes no requirements of your components or your model objects. It doesn't use any metadata; it allows you to choose how you want each form rendered; and it doesn't require you to use it to build the entire form. It's just a helper, and it gets out of your way when you don't need it.

The goal is to make a version that will work with Twitter Bootstrap.

Compared to the original code, everything is prefixed with Mold in order to avoid name clashes.

Gofer it
        smalltalkhubUser: 'philippeback' project: 'Mold';
        load.

Point your browser to: http://localhost:8088/examples/mold