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: 45
Author: jschneiderameos
Date: 12:18:49, mardi 22 mai 2007
Message:
tx_ameosformidable:
-> sandbox can now be defined without a userobj definition for altering the class that it extends
----
Modified : /api/class.tx_ameosformidable.php
Revision: 44
Author: jschneiderameos
Date: 12:00:25, mardi 22 mai 2007
Message:
rdt_date:
-> /data/datetime/displaytime is now default FALSE
-> /allowmanualedition is now deprecated by /data/datetime/allowmanualedition
-> /data/datetime/allowmanualedition is now default FALSE
----
Modified : /api/base/rdt_date/api/class.tx_rdtdate.php
Revision: 43
Author: jschneiderameos
Date: 11:18:51, mardi 22 mai 2007
Message:
rdt_i18n:
-> now automaticaly forced to renderOnly to avoid bugs in lister when working on a compiled table
rdt_listbox:
-> modified majixReplaceData() to be able to use either caption/value item arrays or more concise key=>value item arrays
-> added majixSetSelected() to be able to select value in lisbox with client and ajax events
----
Modified : /api/base/rdt_i18n/api/class.tx_rdti18n.php
Modified : /api/base/rdt_listbox/api/class.tx_rdtlistbox.php
Modified : /api/base/rdt_listbox/res/js/listbox.js
Revision: 42
Author: jschneiderameos
Date: 11:14:46, mardi 22 mai 2007
Message:
class.jslayer.php:
-> modified how JS framework + prototype libs are included in BE modules ( direct inclusion now )
class.tx_ameosformidable.php:
-> added new mayday check for collisions on formids on the same page
-> added new mayday check for collisions on rdt names in the same form
-> added new mayday check to call for init() before call to render()
-> added ["context"]["forms"] array in GLOBAL formidable array
----
Modified : /api/class.jslayer.php
Modified : /api/class.tx_ameosformidable.php
Modified : /ext_localconf.php
Revision: 41
Author: jschneiderameos
Date: 15:08:14, lundi 21 mai 2007
Message:
rdr_std:
-> modified the way errors are added to rendered HTML
now they're wrapped into a
----Modified : /api/base/rdr_std/api/class.tx_rdrstd.php