download
Clonefish is available in two versions:
- a free version, which is ideal to test clonefish: use the free version to create static forms with basic validation
- a professional version with all the features available for professional (even enterprise-grade) use in your everyday work: dynamic inputs and special elements all the validation classes, and template engine support will help you to work much, much faster!
Compare the two versions:
| elements | |||
|---|---|---|---|
| element type | description | free | professional |
| inputText, inputPassword, inputHidden, textarea, select, inputRadio, inputCheckbox |
|
| |
| selectDynamic with tree support | create a <select> from database query results |
| |
| selectFile | create a <select> from the file/directory names of a directory |
| |
| inputRadioDynamic | create a radiobutton group from database query results |
| |
| inputFile | create an intelligent <input type=file> gadget |
| |
| FCKEditor support | create a WYSIWYG field |
| |
| validation | |||
| validation type | description | free | professional |
| required validation | validates if a text field is not empty, a checkbox is checked, a radiobutton is checked (of a radiobutton group), or a select option is selected |
|
|
| date validation | validates if a text field matches a date or a timestamp (multiple formats) |
| |
| string validation | validates if a string matches a regular expression, another field, or matches the min/max length settings |
| |
| number validation | requires an integer or a real number, with specified min/max values |
| |
| file validation | validates if a file is uploaded, matches one of the given filetypes, larger than the minimum or smaller than the maximum filesize defined |
| |
| database validation | validates if the database query results match the validation rules |
| |
| miscellenaous | |||
| feature | description | free | professional |
| template support | By exporting the HTML chunks of the elements created, Clonefish supports various template engines. |
| |
| ...and now: download! | |||

