+1

Extend autocomplete api to send something like

audrius 12 years ago updated 12 years ago 1
for x in elements:
sugs.append({"trigger": "Google " + x.attrib["data"], "contents": x.attrib["data"]})
return sugs
and make api to show widget's like  boxes, panels, tips, dialogs