search for: oberver_field

Displaying 1 result from an estimated 1 matches for "oberver_field".

Did you mean: observer_field
2006 Apr 14
0
text_field_with_auto_complete and special characters
I have a problem with text_field_with_auto_complete. Everything works fine except when I type special characters like ?,?,?. They are not escaped. "oberver_field" has a with-option like this: :with => "''ort='' + escape($F(''ort''))" This works fine with umlauts, too. Is there a way to escape the user input using text_field_with_auto_complete ? -- Posted via http://www.ruby-forum.com/.