search for: _selection

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

Did you mean: selection
2006 May 17
4
weird prototype error when using RJS
...hrough the chilren def renderMenu render :update do |page| page.replace_html "Selection", :partial => ''selection'', :collection => Program.find(params[:id]).children end end 3- my :partial => ''selection'' is the following "_selection.rhtml" file <li><%= link_to_remote selection.name, :update => "Selection", :url => {:action => :renderMenu, :id => selection.id} %> </li> 4- my layout provides the following strucutre: <div> <ul id="Selection"> <%= render...
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters are specified via kernel command line making it hopefully suitable for automated migration with a little help of PXE boot. Patchset is not squashed and represents dev. history.