[TYPO3-mvc] Can Fluid produce the right HTML5 code?

Steffen Ritter info at rs-websystems.de
Thu Nov 25 15:38:06 CET 2010


Am 25.11.2010 15:33, schrieb Benjamin Mack:
> Hey,
>
> I tried to produce a HTML5 form today with a required="true" flag for
> validating with jquery tools validation, and the textbox viewhelper
> looks like this:
>
> <f:form.textbox property="occasion" required="true" />
>
> but you can imagine that you'll get a badass exception thrown.
>
> Anyone have/had the same troubles? If so, we're in deep trouble that a
> lot of the fluid viewhelpers are not really HTML5-compatible, which is a
> nogo for me.
>
> What do you think?
>
> All the best,
> Benni.
what about additionalAttributes="{required: 'true'}"

regards

Steffen


More information about the TYPO3-project-typo3v4mvc mailing list