javascript - Validationwith two-way dat-bind in jsViews -
trying find out elegant way handle validation client side on two-way data bound property in jsviews template. example reference, please @ pi documentation jsviews two-way binding @ jsview's api link here: http://www.jsviews.com/#jsvplaying.
i want validate "name" when updating property before view updated new value. examples/guidance/ideas highly appreciated!
thanks,
there number of samples on jsviews.com show 1 approach validation.
- a jsviews "validate" tag control
- generic edit control - base class validate control
- datepicker validation
- datepicker validation (wizard) (how use validation group control in association stepping through wizard. happens use datepicker in example)
Comments
Post a Comment