search for: selected_item

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

Did you mean: 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 => &quot...
2019 Feb 15
0
Wine release 4.2
.../listbox: Return proper value for LB_INITSTORAGE. user32/tests: Add tests for LB_INITSTORAGE. comctl32/listbox: Resize the entire item array at once in SetCount. comctl32/listbox: Repaint the old selected item after setting the item selection. comctl32/listbox: Use descr->selected_item for single-selection listboxes when checking selection. comctl32/tests: Test changing the selection styles after listbox creation. comctl32/listbox: Use a helper to retrieve item data by index. comctl32/listbox: Use a helper to retrieve item string by index. comctl32/listbox...