[Rt-commit] r2466 - rt/branches/QUEBEC-EXPERIMENTAL/html/Widgets

clkao at bestpractical.com clkao at bestpractical.com
Mon Mar 14 11:37:57 EST 2005


Author: clkao
Date: Mon Mar 14 11:37:56 2005
New Revision: 2466

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/html/Widgets/SelectionBox
Log:
Disable js for now.

Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Widgets/SelectionBox
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Widgets/SelectionBox	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Widgets/SelectionBox	Mon Mar 14 11:37:56 2005
@@ -172,7 +172,7 @@
 </%method>
 
 <%method show>
-<FORM METHOD="POST" ACTION="<%$self->{Action}%>" name="SelectionBox-<% $name %>" id="SelectionBox-<% $name %>" onSubmit="list_<% $name %>.selectAll();">
+<FORM METHOD="POST" ACTION="<%$self->{Action}%>" name="SelectionBox-<% $name %>" id="SelectionBox-<% $name %>" onSubmit="//list_<% $name %>.selectAll();">
 <input type="hidden" name="<% $self->{Name} %>-Submit" value="1">
 <& SelectionBox:current, self => $self &>
 <input type="hidden" name="fromjs" value="0">
@@ -206,7 +206,7 @@
 </form>
 
 <script type="text/javascript">
-var list_<%$name%> = new list(document.getElementById("SelectionBox-<% $name %>"), 0, "list_<%$name%>");
+//var list_<%$name%> = new list(document.getElementById("SelectionBox-<% $name %>"), 0, "list_<%$name%>");
 </script>
 <%ARGS>
 $self => undef


More information about the Rt-commit mailing list