Hi there...

I have 2 lists. First list contains all the items, from which a user can
drag and drop items into his selected list. Then I want to capture all the
items a user has in his selected list.

Anyone out there knows how to get all the items IDs from the second list
which will be later stored in DB.?? My list if like follows:

<mx:FormItem width="100%" label="User Catalogs">
                        <cfComponents:BindableList
                                 id="eSuser_CatalogIDs"
                                 valueField="catalogID"
                                 labelFields="[CatalogName]"
                                 dragEnabled="true" dropEnabled="true" 
dragMoveEnabled="true"
                                 width="100%"
                                 />
                </mx:FormItem>

Thanks
Sukhminder



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to