On Apr 8, 2008, at 10:53 AM, dineshv wrote: > Okay, I sorted out the previous problem and can get data from the > Python backend to the browser via the Autocomplete plugin. But, the > test data: > > data = ["string 1", "string 2", "string 3", "string 4", "string 5"] > > ... displays as one string item ie.: > > ["string 1", "string 2", "string 3", "string 4", "string 5"] > > ... including the square brackets! ... instead of one string per line > ie.:
I explained how to do this in my previous message. You have to do the overrides if you want to do anything but 1/line plain text. -Ashley