Mold

Description

Forked from http://smalltalkhub.com/#!/~philippeback/Mold/

Details

Source
GitHub
Created
July 1, 2019
Updated
June 25, 2020
Topics
form-validation seaside

Categories

Web

README excerpt

# Mold
Forked from http://smalltalkhub.com/#!/~philippeback/Mold/

[Mold: Form Validation for Seaside](https://kentreis.wordpress.com/2008/08/27/mold-form-validation-for-seaside/) (Original Article)

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.

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

## Installation ##

Just do it:

```Smalltalk
Metacello new
  baseline: 'Mold';
  repository: 'github://sorabito/Mold/repository';
  load.
```
  
## License ##
MIT

  
← Back to results