[TYPO3-formidable] How to add custom renderlets

Martin Terber mail at martinterber.com
Thu Nov 3 17:01:22 CET 2011


>
> Please see: http://www.felixnagel.com/blog/artikel/2011/10/22/typo3-formidable-with-jquery-datepicker/
>

We are using it now, it works fine in our Development environment. Thanks Felix.
I should mention that it does not work out of the box. You need to add a custom class to your input element (e.g. class="datepicker"),
then call the datepicker jQuery function from the DOM:

	$(function() {
		$( ".datepicker" ).datepicker();
	});


-- 
Greets:
Martin Terber
www.martinterber.com


More information about the TYPO3-project-formidable mailing list