From af15f2c4a192dea02aab9e519defc68c71763ec4 Mon Sep 17 00:00:00 2001 From: yvesf Date: Mon, 22 Nov 2010 14:34:55 +0100 Subject: jquery ui --- .../demos/autocomplete/custom-data.html | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 static/development-bundle/demos/autocomplete/custom-data.html (limited to 'static/development-bundle/demos/autocomplete/custom-data.html') diff --git a/static/development-bundle/demos/autocomplete/custom-data.html b/static/development-bundle/demos/autocomplete/custom-data.html new file mode 100644 index 0000000..6cdb551 --- /dev/null +++ b/static/development-bundle/demos/autocomplete/custom-data.html @@ -0,0 +1,95 @@ + + + + + jQuery UI Autocomplete - Custom data and display + + + + + + + + + + + + +
+
Select a project (type "j" for a start):
+ + + +

+
+ + + +
+

You can use your own custom data formats and displays by simply overriding the default focus and select actions.

+

Try typing "j" to get a list of projects or just press the down arrow.

+
+ + + -- cgit v1.2.1