View on GitHub

Mold

Form validation for Seaside

Download this project as a .zip file Download this project as a tar.gz file

Welcome to Mold

Mold has been created by Ken Treis. The code is on 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.

How it works

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

The code is also on GitHub to use with FileTree or GitFileTree.

Authors and Contributors

Mold was originally written by Ken Treis.