function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
trishtrish 

DuelingListBoxesElements Undefined

Hello,
 
I have been trying to get the "Many-to-Many relationship using multiselect picklist example" (http://wiki.apexdevnet.com/index.php/Create_a_many_to_many_relationship_with_a_multi-select_picklist) to work. However, I get a javascript error "DuelingListBoxesElement is undefined" error when I try to move the selection from one list box to another. This error seems to be stemming from the javascript function used i.e. moveOptions(<param list> )
 
Am I missing a library reference? Appreciate your help in advance.
 
 


Message Edited by trish on 07-23-2008 10:26 AM

Message Edited by trish on 07-23-2008 10:26 AM
werewolfwerewolf
A quick search of these boards for that exact error gives you:

http://community.salesforce.com/sforce/board/message?board.id=ajax_toolkit&message.id=6011

Where I specify the solution -- you just need to include a JavaScript file.