[TYPO3-mvc] Date examples, can't find any.
Nathan Lenz
typo3 at k9tfk.com
Thu Jan 14 22:20:59 CET 2010
Franz Koch wrote:
>
> Sure it'll be sweet, but this feature doesn't require any jQuery
> specific viewHelpers. All you need is HTML code with special markup
> (let's say special css classes). So if FLUID is generating the following
> output:
>
> <form action="" class="f-form f-validate f-validationType-inline">
> <input name="foobar" class="f-required f-eval-date
> f-widget-datepicker" size="30" />
> </form>
>
> Then every JSframework can parse the code for those css classes,
> automatically add inline validation, validate the field for certain
> types and even extend the fields with JS widgets like a datepicker or
> whatever. So no JSframework specific viewHelpers are needed. If you like
> to use some custom feature of a certain JSframework, then you might be
> able to configure it globally in the frameworks configuration or add
> additional CSS classes where needed for framework specific things.
>
Nice, I like it.
More information about the TYPO3-project-typo3v4mvc
mailing list