Displaying 1 result from an estimated 1 matches for "sort_generatej".
Did you mean:
sort_generatejs
2007 May 05
0
integration with movtable
...ks like this:
<html>
<head>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<title>Movtable - List</title>
<%= stylesheet_link_tag ''movtable'' %>
<%= sort_generateJS %>
</head>
<body onload="sortableInit()" onmousemove="mouseMove(event)"
onmouseup="mouseUp(event)">
<%= render_partial ''../../lib/movtable/table'' %>
<%= render_partial ''../../lib/movtable/navigation'...