search for: selected_items

Displaying 2 results from an estimated 2 matches for "selected_items".

2007 Nov 16
1
drag & drop list needs refreshing
...dropping an item on the target div I need to refresh the page to see that the item has been moved. This happens even if I render the partial on my controller (just to test it I use only 1 item stored on the session variable) [code] def add_item_to_selected item_id = params[:id] session[:selected_items] = item_id render :partial => ''items'' end [/code] The other code is below [code] #view <div id="itemList"><%= render :partial => "item_list"%></div> <div id="selectedItems"><%= render :partial => "...
2019 Feb 15
0
Wine release 4.2
The Wine development release 4.2 is now available. What's new in this release (see below for details): - Unicode string normalization support. - Support for ECC cryptographic keys. - Support for mixing 32/64-bit dlls in the load path. - Futex-based implementations for more synchronization primitives. - Various bug fixes. The source is available from the following locations: