Mercurial > hg > ChinaGisRestApi
annotate gis_gui/blocks/view.js @ 227:11dea0923d2f
Upload of xml-tables with empty Cells possible
author | fknauft |
---|---|
date | Thu, 28 Apr 2011 16:00:26 +0200 |
parents | 7f008e782563 |
children |
rev | line source |
---|---|
63 | 1 $(".datatable").livequery(function() { |
2 // Show Tooltip | |
3 /* $("td.compacted").livequery(function(){ | |
4 $(this).attr('title', $(this).html()); | |
5 $(this).tooltip({ | |
6 track: false, | |
7 delay: 750, | |
8 showURL: false, | |
9 opacity: 0.85, | |
10 top: -15, | |
11 left: 5 | |
12 }); | |
13 }); */ | |
14 | |
15 // Add DataTables functionality | |
16 | |
17 /* | |
18 $(this).dataTable({'bPaginate':true, 'sPaginatonType':'full_numbers'}); | |
19 */ | |
20 | |
21 | |
22 }); |