[Rt-commit] r7021 - rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Elements

ruz at bestpractical.com ruz at bestpractical.com
Fri Feb 16 15:17:20 EST 2007


Author: ruz
Date: Fri Feb 16 15:17:19 2007
New Revision: 7021

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Elements/EditCustomFieldAutocomplete

Log:
* add tokens to autocompleter so it would be possible to enter multiple values

Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Elements/EditCustomFieldAutocomplete
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Elements/EditCustomFieldAutocomplete	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Elements/EditCustomFieldAutocomplete	Fri Feb 16 15:17:19 2007
@@ -7,7 +7,7 @@
     "<% $name %>-Values",
     "<% $name %>-Choices",
     "/Helpers/Autocomplete/CustomFieldValues",
-    {}
+    { tokens: [ ',', '\n' ] }
 );
 </script>
 <%INIT>


More information about the Rt-commit mailing list