RE: [Rails-spinoffs] Add new lists to existing sortables container

2006-02-18 Thread Duncan Austin
Hi Ryan,   You're right, the entire menu should generally be loaded upfront, but for the CMS I need to be able to create a new sub menu if the admin wants one, which means that there will be a new list that wasn't there when the page loaded. I could of course reload the page but I want it to be

[Rails-spinoffs] Add new lists to existing sortables container

2006-02-17 Thread Duncan Austin
Hi All,   I'm using scriptaculous for the first time. I'm creating a CMS where the user can simply drag menu items to change the order. This is all simple enough. My problem comes with nested menus. The sortables are fine within their own menu but not across other new menus. The reason for this i