search for: sort_info

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

Did you mean: port_info
2006 May 24
1
Sortable: Ajax not firing?
...erate a sortable list, I get the draggable/sortable page elements, but Ajax never fires back the post-sorted list. (I''ve checked with IE & Firefox, the "save this order to the DB" controller hasn''t been called.) The View: <p>Drag to sort.<span id="sort_info"></span></p> <ul id="sort1"> <% @estimate.components.each do |comp| -%> <li class="draggable"><%= comp.name -%></li> <% end %> </ul> <%= sortable_element(''sort1'', {...
2008 Sep 14
2
virtual links
...cannot seem to get this to work right. I copied the htmldoc.virtual file out of the mics folder that was bundled with webgen5.4 and pasted that into my src directory. I then edited the file to the link I wanted to use. api.html url: http://mylink.com title: This is my link in_menu: true sort_info: 60 The link is in the menu for the website, but in the wrong place with a bad link. The link is changed to ../http:/mylink.com. I also wanted the link to be the last one in the menu, but I think that may caused by another problem that I am having with the htmldoc.metainfo file which I will star...