[Rt-commit] r7066 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Mon Feb 26 09:41:27 EST 2007
Author: ruz
Date: Mon Feb 26 09:41:27 2007
New Revision: 7066
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Elements/EditCustomFieldAutocomplete
Log:
r4588 at cubic-pc (orig r7021): ruz | 2007-02-16 23:17:19 +0300
* add tokens to autocompleter so it would be possible to enter multiple values
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/EditCustomFieldAutocomplete
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/EditCustomFieldAutocomplete (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/EditCustomFieldAutocomplete Mon Feb 26 09:41:27 2007
@@ -7,7 +7,7 @@
"<% $name %>-Values",
"<% $name %>-Choices",
"/Helpers/Autocomplete/CustomFieldValues",
- {}
+ { tokens: [ ',', '\n' ] }
);
</script>
<%INIT>
More information about the Rt-commit
mailing list