The problem seems to be that the selectshuttle doesn't really pass a
function to addLoadEvent. This is probely also causes of the cryptic
mochikit error: '_386[i] has no properties' in the widiget browser. The
error breaks the call stack thus not initializing the autocompletefield
when its put under the select-shuttle.
A quick fix 'which seems to work':
-- addLoadEvent(${optrans_name}.init(${form_reference}));
++ ${optrans_name}.init(${form_reference});
Not sure if this is right fix though. The js source state that the init
function should be called trough onLoad..
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---