From 75ad7e4bd7d69243e7e5281c2642f00478fb072d Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 Feb 2014 18:02:09 +0200 Subject: Added tags, jquery UI --- .../js/ui/demos/autocomplete/custom-data.html | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 apps/it/static/js/ui/demos/autocomplete/custom-data.html (limited to 'apps/it/static/js/ui/demos/autocomplete/custom-data.html') diff --git a/apps/it/static/js/ui/demos/autocomplete/custom-data.html b/apps/it/static/js/ui/demos/autocomplete/custom-data.html new file mode 100644 index 0000000..d1c98ef --- /dev/null +++ b/apps/it/static/js/ui/demos/autocomplete/custom-data.html @@ -0,0 +1,90 @@ + + + + + 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.3