budde377 / Part

Framework for developing websites written in PHP/Dart.
MIT License
2 stars 0 forks source link

Function String in validators #103

Closed budde377 closed 9 years ago

budde377 commented 9 years ago

We have patterns, mail etc. It should also be possible to add a FunctionString validator!

Result could be evaluated in different ways


Imported from Bitbucket Originally reported by: Christian Budde Christensen (2014-11-22T16:54:47.768)

budde377 commented 9 years ago

We should make the Element available, but since it might vary, we might benifit from aliasing it to this or _this.

If we are aliasing it, then we should do the same for the FormElement.


Original comment by: Christian Budde Christensen (2014-11-22 16:42:51+00:00)

budde377 commented 9 years ago

We need to detect dependency between validators. If the validator depends on the value of other fields.


Original comment by: Christian Budde Christensen (2014-11-24 03:41:45+00:00)

budde377 commented 9 years ago

Fixed #103

→ <<cset 96e632243f9e>>


Original comment by: Christian Budde Christensen (2014-11-24 20:37:30+00:00)