Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
Revision: 75
Author: typo3devameos
Date: 16:09:07, mardi 3 juillet 2007
Message:
All:
-> full xhtml 1.1 strict compatibility for forms/lists
dh_lister/api/class.tx_dhlister.php:
-> modified the anchor added at top of the list in displayData()
-> modified /res/_defaulttemplate.html to be xhtml valid
rdr_std/api/class.tx_rdrstd.php:
-> every renderlet is now wrapped in
instead of
, as
cannot contain other block level elements in xhtml 1.0/1.1 strict
-> added /res/css/style.css, holding class .formidable-rdrstd-rdtwrap with padding: 0 12px 0 12px; as default
tag
rdt_captcha/api/class.tx_rdtcaptcha.php:
-> added alt property on images / corrected unclosed tags / changed & with & in urls
rdt_pwd/api/class.tx_rdtpwd.php:
-> removed buggy automatic sumbitOnEnter on keypress event
----
Modified : /api/base/dh_lister/api/class.tx_dhlister.php
Modified : /api/base/dh_lister/res/_defaulttemplate.html
Modified : /api/base/rdr_std/api/class.tx_rdrstd.php
Added : /api/base/rdr_std/res
Added : /api/base/rdr_std/res/css
Added : /api/base/rdr_std/res/css/style.css
Modified : /api/base/rdt_captcha/api/class.tx_rdtcaptcha.php
Modified : /api/base/rdt_checkbox/api/class.tx_rdtcheckbox.php
Modified : /api/base/rdt_checksingle/api/class.tx_rdtchecksingle.php
Modified : /api/base/rdt_chooser/api/class.tx_rdtchooser.php
Modified : /api/base/rdt_date/api/class.tx_rdtdate.php
Modified : /api/base/rdt_link/api/class.tx_rdtlink.php
Modified : /api/base/rdt_listbox/api/class.tx_rdtlistbox.php
Modified : /api/base/rdt_modalbox/res/js/modalbox.js
Modified : /api/base/rdt_pwd/api/class.tx_rdtpwd.php
Modified : /api/base/rdt_radio/api/class.tx_rdtradio.php
Modified : /api/base/rdt_tinymce/api/class.tx_rdttinymce.php
Modified : /api/base/rdt_txtarea/api/class.tx_rdttxtarea.php
Modified : /api/class.mainrenderer.php
Modified : /ext_emconf.php
Modified : /res/jsfwk/framework.js