"Alberto Valverde" <[EMAIL PROTECTED]> writes:
However, I'm not very happy with the Repeaters implementation... the max_repetitions parameter shouldn't even exist and it's true that it should be a little smarter and adjust itself to the length of available data...
I've converted the code from someone here to a widget. The application demo was named 'dynwidget'. There were some things that needed fixing to work with IE 6/7 and widgets that generated things other than INPUT elements.
Currently it creates all repeated fields statically (that's the reason for max_repetitions)... I'm sure something can be done so this happens dynamically and repeated widgets are created on-demand (lowering memory footprint in exchange for slighty higher execution time). I hope to have something done regarding this before the first alpha in a couple of weeks.
Cool... :-)
-- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

