jquery-jtable-rails 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/app/assets/javascripts/jtable/extensions/jquery.jtable.aspnetpagemethods.js +150 -0
- data/app/assets/javascripts/jtable/extensions/jquery.jtable.aspnetpagemethods.min.js +27 -0
- data/app/assets/javascripts/jtable/external/json2.js +486 -0
- data/app/assets/javascripts/jtable/external/json2.min.js +8 -0
- data/app/assets/javascripts/jtable/jquery.jtable.js +4791 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.ca.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.de.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.es.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.fa.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.fr.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.hr.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.hu.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.id.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.it.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.lt.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.nl-NL.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.pl.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.pt-BR.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.pt-PT.js +29 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.ro.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.ru.js +28 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.se.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.tr.js +30 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.vi.js +28 -0
- data/app/assets/javascripts/jtable/localization/jquery.jtable.zh-CN.js +30 -0
- data/app/assets/stylesheets/jtable/themes/basic/close.png +0 -0
- data/app/assets/stylesheets/jtable/themes/basic/column-asc.png +0 -0
- data/app/assets/stylesheets/jtable/themes/basic/column-desc.png +0 -0
- data/app/assets/stylesheets/jtable/themes/basic/column-sortable.png +0 -0
- data/app/assets/stylesheets/jtable/themes/basic/delete.png +0 -0
- data/app/assets/stylesheets/jtable/themes/basic/edit.png +0 -0
- data/app/assets/stylesheets/jtable/themes/basic/jtable_basic.css +282 -0
- data/app/assets/stylesheets/jtable/themes/basic/jtable_basic.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/add.png +0 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/bg-thead.png +0 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/close.png +0 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/column-asc.png +0 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/column-desc.png +0 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/column-sortable.png +0 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/delete.png +0 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/edit.png +0 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/jtable_jqueryui.css +398 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/jtable_jqueryui.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/jqueryui/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/add.png +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/bg-thead.png +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/blue/jtable.css +521 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/blue/jtable.less +90 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/blue/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/blue/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/close.png +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/column-asc.png +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/column-desc.png +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/column-sortable.png +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/delete.png +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/edit.png +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/gray/jtable.css +521 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/gray/jtable.less +90 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/gray/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/gray/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/green/jtable.css +521 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/green/jtable.less +90 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/green/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/green/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/jtable_lightcolor_base.less +329 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/orange/jtable.css +521 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/orange/jtable.less +90 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/orange/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/orange/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/red/jtable.css +521 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/red/jtable.less +90 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/red/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/lightcolor/red/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/add.png +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/blue/jtable.css +495 -0
- data/app/assets/stylesheets/jtable/themes/metro/blue/jtable.less +11 -0
- data/app/assets/stylesheets/jtable/themes/metro/blue/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/blue/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/brown/jtable.css +495 -0
- data/app/assets/stylesheets/jtable/themes/metro/brown/jtable.less +11 -0
- data/app/assets/stylesheets/jtable/themes/metro/brown/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/brown/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/close.png +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/column-asc.png +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/column-desc.png +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/column-sortable.png +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/crimson/jtable.css +495 -0
- data/app/assets/stylesheets/jtable/themes/metro/crimson/jtable.less +11 -0
- data/app/assets/stylesheets/jtable/themes/metro/crimson/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/crimson/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/darkgray/jtable.css +495 -0
- data/app/assets/stylesheets/jtable/themes/metro/darkgray/jtable.less +11 -0
- data/app/assets/stylesheets/jtable/themes/metro/darkgray/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/darkgray/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/darkorange/jtable.css +495 -0
- data/app/assets/stylesheets/jtable/themes/metro/darkorange/jtable.less +11 -0
- data/app/assets/stylesheets/jtable/themes/metro/darkorange/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/darkorange/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/delete.png +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/edit.png +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/green/jtable.css +495 -0
- data/app/assets/stylesheets/jtable/themes/metro/green/jtable.less +11 -0
- data/app/assets/stylesheets/jtable/themes/metro/green/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/green/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/jtable_metro_base.css +48 -0
- data/app/assets/stylesheets/jtable/themes/metro/jtable_metro_base.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/lightgray/jtable.css +495 -0
- data/app/assets/stylesheets/jtable/themes/metro/lightgray/jtable.less +11 -0
- data/app/assets/stylesheets/jtable/themes/metro/lightgray/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/lightgray/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/pink/jtable.css +495 -0
- data/app/assets/stylesheets/jtable/themes/metro/pink/jtable.less +11 -0
- data/app/assets/stylesheets/jtable/themes/metro/pink/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/pink/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/purple/jtable.css +495 -0
- data/app/assets/stylesheets/jtable/themes/metro/purple/jtable.less +11 -0
- data/app/assets/stylesheets/jtable/themes/metro/purple/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/purple/loading.gif +0 -0
- data/app/assets/stylesheets/jtable/themes/metro/red/jtable.css +495 -0
- data/app/assets/stylesheets/jtable/themes/metro/red/jtable.less +11 -0
- data/app/assets/stylesheets/jtable/themes/metro/red/jtable.min.css +1 -0
- data/app/assets/stylesheets/jtable/themes/metro/red/loading.gif +0 -0
- data/lib/jquery-jtable-rails.rb +2 -0
- data/lib/jquery/jtable/rails/engine.rb +8 -0
- data/lib/jquery/jtable/rails/version.rb +7 -0
- metadata +182 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/*
|
|
2
|
+
jTable localization file for 'Russian' language.
|
|
3
|
+
Author: Stanislav Reznikov
|
|
4
|
+
*/
|
|
5
|
+
(function ($) {
|
|
6
|
+
|
|
7
|
+
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
|
8
|
+
serverCommunicationError: 'Ошибка связи с сервером.',
|
|
9
|
+
loadingMessage: 'Загрузка...',
|
|
10
|
+
noDataAvailable: 'Данные отсутствуют',
|
|
11
|
+
addNewRecord: 'Добавить',
|
|
12
|
+
editRecord: 'Изменить',
|
|
13
|
+
areYouSure: 'Вы уверены?',
|
|
14
|
+
deleteConfirmation: 'Удалить запись?',
|
|
15
|
+
save: 'Сохранить',
|
|
16
|
+
saving: 'Сохранение...',
|
|
17
|
+
cancel: 'Отмена',
|
|
18
|
+
deleteText: 'Удалить',
|
|
19
|
+
deleting: 'Удаление...',
|
|
20
|
+
error: 'Ошибка',
|
|
21
|
+
close: 'Закрыть',
|
|
22
|
+
cannotLoadOptionsFor: 'Невозможно загрузить варианты для поля {0}',
|
|
23
|
+
pagingInfo: 'Записи с {0} по {1} из {2}',
|
|
24
|
+
canNotDeletedRecords: 'Невозможно удалить записи: {0} из {1}!',
|
|
25
|
+
deleteProggress: 'Удаление {0} из {1} записей...'
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
})(jQuery);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*
|
|
2
|
+
jTable localization file for 'Swedish' language.
|
|
3
|
+
Author: Mikael Holgersson
|
|
4
|
+
*/
|
|
5
|
+
(function ($) {
|
|
6
|
+
|
|
7
|
+
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
|
8
|
+
serverCommunicationError: 'Ett fel uppstod i kommunikationen med servern.',
|
|
9
|
+
loadingMessage: 'Laddar...',
|
|
10
|
+
noDataAvailable: 'Data saknas',
|
|
11
|
+
addNewRecord: 'Lägg till ny post',
|
|
12
|
+
editRecord: 'Redigera post',
|
|
13
|
+
areYouSure: 'Är du säker?',
|
|
14
|
+
deleteConfirmation: 'Denna posten kommer att raderas. Är du säker?',
|
|
15
|
+
save: 'Spara',
|
|
16
|
+
saving: 'Sparar...',
|
|
17
|
+
cancel: 'Avbryt',
|
|
18
|
+
deleteText: 'Radera',
|
|
19
|
+
deleting: 'Raderar...',
|
|
20
|
+
error: 'Fel',
|
|
21
|
+
close: 'Stäng',
|
|
22
|
+
cannotLoadOptionsFor: 'Kan inte ladda alternativ för fält {0}',
|
|
23
|
+
pagingInfo: 'Visar {0} - {1} av {2}',
|
|
24
|
+
canNotDeletedRecords: 'Kan inte radera {0} av {1} poster!',
|
|
25
|
+
deleteProggress: 'Raderat {0} av {1} poster, bearbetar...',
|
|
26
|
+
pageSizeChangeLabel: 'Antal poster per sida',
|
|
27
|
+
gotoPageLabel: 'Gå till sida'
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
})(jQuery);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*
|
|
2
|
+
jTable localization file for 'Turkish' language.
|
|
3
|
+
Author: Halil İbrahim Kalkan
|
|
4
|
+
*/
|
|
5
|
+
(function ($) {
|
|
6
|
+
|
|
7
|
+
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
|
8
|
+
serverCommunicationError: 'Sunucu ile iletişim kurulurken bir hata oluştu.',
|
|
9
|
+
loadingMessage: 'Kayıtlar yükleniyor...',
|
|
10
|
+
noDataAvailable: 'Hiç kayıt bulunmamaktadır!',
|
|
11
|
+
addNewRecord: 'Yeni kayıt ekle',
|
|
12
|
+
editRecord: 'Kayıt düzenle',
|
|
13
|
+
areYouSure: 'Emin misiniz?',
|
|
14
|
+
deleteConfirmation: 'Bu kayıt silinecektir. Emin misiniz?',
|
|
15
|
+
save: 'Kaydet',
|
|
16
|
+
saving: 'Kaydediyor',
|
|
17
|
+
cancel: 'İptal',
|
|
18
|
+
deleteText: 'Sil',
|
|
19
|
+
deleting: 'Siliyor',
|
|
20
|
+
error: 'Hata',
|
|
21
|
+
close: 'Kapat',
|
|
22
|
+
cannotLoadOptionsFor: '{0} alanı için seçenekler yüklenemedi!',
|
|
23
|
+
pagingInfo: 'Görterilen: {0}-{1}, Toplam: {2}',
|
|
24
|
+
canNotDeletedRecords: '{1} kayıttan {0} adedi silinemedi!',
|
|
25
|
+
deleteProggress: '{1} kayıttan {0} adedi silindi, devam ediliyor...',
|
|
26
|
+
pageSizeChangeLabel: 'Satır sayısı',
|
|
27
|
+
gotoPageLabel: 'Sayfaya git'
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
})(jQuery);
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/*
|
|
2
|
+
jTable localization file for 'Vietnamese' language.
|
|
3
|
+
Author: Lê Hoàng Hiếu
|
|
4
|
+
*/
|
|
5
|
+
(function ($) {
|
|
6
|
+
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
|
7
|
+
serverCommunicationError: 'Có lỗi khi giao tiếp với máy chủ.',
|
|
8
|
+
loadingMessage: 'Đang tải dữ liệu...',
|
|
9
|
+
noDataAvailable: 'Không có dữ liệu!',
|
|
10
|
+
addNewRecord: '+ Thêm dữ liệu',
|
|
11
|
+
editRecord: 'Chỉnh sửa',
|
|
12
|
+
areYouSure: 'Bạn có chắc không?',
|
|
13
|
+
deleteConfirmation: 'Dữ liệu này sẽ bị xóa! Bạn có chắc không?',
|
|
14
|
+
save: 'Lưu',
|
|
15
|
+
saving: 'Đang lưu',
|
|
16
|
+
cancel: 'Hủy',
|
|
17
|
+
deleteText: 'Xóa',
|
|
18
|
+
deleting: 'Đang xóa',
|
|
19
|
+
error: 'Lỗi',
|
|
20
|
+
close: 'Đóng',
|
|
21
|
+
cannotLoadOptionsFor: 'Không thể tải các tùy chọn cho trường {0}!',
|
|
22
|
+
pagingInfo: 'Hiện từ {0} đến {1} của {2} bản ghi',
|
|
23
|
+
canNotDeletedRecords: 'Không thể xóa {0} bản ghi của {1} bản ghi!',
|
|
24
|
+
deleteProggress: 'Đã xóa được {0} của {1} bản ghi. Đang xử lý...',
|
|
25
|
+
pageSizeChangeLabel: 'Số bản ghi', //New. Must be localized.
|
|
26
|
+
gotoPageLabel: 'Tới trang' //New. Must be localized.
|
|
27
|
+
});
|
|
28
|
+
})(jQuery);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*
|
|
2
|
+
jTable localization file for 'Chinese' language.
|
|
3
|
+
Author: monkeycraps
|
|
4
|
+
*/
|
|
5
|
+
(function ($) {
|
|
6
|
+
|
|
7
|
+
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
|
8
|
+
serverCommunicationError: '服务器请求错误。',
|
|
9
|
+
loadingMessage: '加载中...',
|
|
10
|
+
noDataAvailable: '没有数据!',
|
|
11
|
+
addNewRecord: '+ 新建',
|
|
12
|
+
editRecord: '编辑',
|
|
13
|
+
areYouSure: '确定?',
|
|
14
|
+
deleteConfirmation: '确定删除这行数据?',
|
|
15
|
+
save: '保存',
|
|
16
|
+
saving: '保存中',
|
|
17
|
+
cancel: '取消',
|
|
18
|
+
deleteText: '删除',
|
|
19
|
+
deleting: '删除中',
|
|
20
|
+
error: '错误',
|
|
21
|
+
close: '关闭',
|
|
22
|
+
cannotLoadOptionsFor: '无法加载对象属性 {0}',
|
|
23
|
+
pagingInfo: '显示 {0} 至 {1} 共 {2}',
|
|
24
|
+
canNotDeletedRecords: '删除失败 {0} 至 {1}!',
|
|
25
|
+
deleteProggress: '正在删除 {0} 至 {1} 记录, 进心中...',
|
|
26
|
+
pageSizeChangeLabel: 'Row count', //New. Must be localized.
|
|
27
|
+
gotoPageLabel: 'Go to page' //New. Must be localized.
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
})(jQuery);
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
/* These file is a start point for who wants to create a fully custom
|
|
2
|
+
* theme for jTable. jtable_theme_base.less (or css) file is needed
|
|
3
|
+
* for functionality of jTable. This file does not add any color or shape
|
|
4
|
+
* modifications. It just shows how to set icons. You can change them too.
|
|
5
|
+
* Halil ibrahim Kalkan / http://www.jtable.org
|
|
6
|
+
*/
|
|
7
|
+
div.jtable-main-container {
|
|
8
|
+
position: relative;
|
|
9
|
+
}
|
|
10
|
+
div.jtable-main-container div.jtable-title {
|
|
11
|
+
position: relative;
|
|
12
|
+
text-align: left;
|
|
13
|
+
}
|
|
14
|
+
div.jtable-main-container div.jtable-title .jtable-close-button {
|
|
15
|
+
right: 0px;
|
|
16
|
+
top: 0px;
|
|
17
|
+
bottom: 0px;
|
|
18
|
+
position: absolute;
|
|
19
|
+
}
|
|
20
|
+
div.jtable-main-container div.jtable-title div.jtable-toolbar {
|
|
21
|
+
bottom: 0px;
|
|
22
|
+
right: 0px;
|
|
23
|
+
position: absolute;
|
|
24
|
+
display: inline-block;
|
|
25
|
+
margin-right: 5px;
|
|
26
|
+
}
|
|
27
|
+
div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item {
|
|
28
|
+
position: relative;
|
|
29
|
+
display: inline-block;
|
|
30
|
+
margin: 0px 0px 0px 5px;
|
|
31
|
+
cursor: pointer;
|
|
32
|
+
font-size: 0.9em;
|
|
33
|
+
padding: 2px;
|
|
34
|
+
vertical-align: bottom;
|
|
35
|
+
}
|
|
36
|
+
div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-icon {
|
|
37
|
+
display: inline-block;
|
|
38
|
+
margin: 2px;
|
|
39
|
+
vertical-align: middle;
|
|
40
|
+
width: 16px;
|
|
41
|
+
height: 16px;
|
|
42
|
+
}
|
|
43
|
+
div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-text {
|
|
44
|
+
display: inline-block;
|
|
45
|
+
margin: 2px;
|
|
46
|
+
vertical-align: middle;
|
|
47
|
+
}
|
|
48
|
+
div.jtable-main-container div.jtable-title .jtable-close-button + div.jtable-toolbar {
|
|
49
|
+
margin-right: 30px;
|
|
50
|
+
}
|
|
51
|
+
div.jtable-main-container table.jtable {
|
|
52
|
+
width: 100%;
|
|
53
|
+
}
|
|
54
|
+
div.jtable-main-container table.jtable thead th {
|
|
55
|
+
vertical-align: middle;
|
|
56
|
+
text-align: left;
|
|
57
|
+
}
|
|
58
|
+
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
|
|
59
|
+
position: relative;
|
|
60
|
+
}
|
|
61
|
+
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container span.jtable-column-header-text {
|
|
62
|
+
display: inline-block;
|
|
63
|
+
}
|
|
64
|
+
div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container div.jtable-column-resize-handler {
|
|
65
|
+
position: absolute;
|
|
66
|
+
height: 24px;
|
|
67
|
+
width: 8px;
|
|
68
|
+
right: -8px;
|
|
69
|
+
top: -2px;
|
|
70
|
+
z-index: 2;
|
|
71
|
+
cursor: col-resize;
|
|
72
|
+
}
|
|
73
|
+
div.jtable-main-container table.jtable thead th.jtable-command-column-header {
|
|
74
|
+
text-align: center;
|
|
75
|
+
}
|
|
76
|
+
div.jtable-main-container table.jtable thead th.jtable-column-header-selecting {
|
|
77
|
+
text-align: center;
|
|
78
|
+
width: 1%;
|
|
79
|
+
}
|
|
80
|
+
div.jtable-main-container table.jtable thead th.jtable-column-header-selecting input {
|
|
81
|
+
cursor: pointer;
|
|
82
|
+
}
|
|
83
|
+
div.jtable-main-container table.jtable thead th.jtable-column-header-sortable {
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
}
|
|
86
|
+
div.jtable-main-container table.jtable tbody tr > td .jtable-command-button {
|
|
87
|
+
margin: 0px;
|
|
88
|
+
padding: 0px;
|
|
89
|
+
cursor: pointer;
|
|
90
|
+
border: none;
|
|
91
|
+
display: inline;
|
|
92
|
+
}
|
|
93
|
+
div.jtable-main-container table.jtable tbody tr > td .jtable-command-button span {
|
|
94
|
+
display: none;
|
|
95
|
+
}
|
|
96
|
+
div.jtable-main-container table.jtable tbody tr > td.jtable-command-column {
|
|
97
|
+
text-align: center;
|
|
98
|
+
vertical-align: middle;
|
|
99
|
+
}
|
|
100
|
+
div.jtable-main-container table.jtable tbody tr > td.jtable-selecting-column {
|
|
101
|
+
text-align: center;
|
|
102
|
+
vertical-align: middle;
|
|
103
|
+
}
|
|
104
|
+
div.jtable-main-container table.jtable tbody tr > td.jtable-selecting-column input {
|
|
105
|
+
cursor: pointer;
|
|
106
|
+
}
|
|
107
|
+
div.jtable-main-container table.jtable tbody tr.jtable-no-data-row {
|
|
108
|
+
text-align: center;
|
|
109
|
+
}
|
|
110
|
+
div.jtable-main-container > div.jtable-bottom-panel {
|
|
111
|
+
position: relative;
|
|
112
|
+
min-height: 24px;
|
|
113
|
+
text-align: left;
|
|
114
|
+
}
|
|
115
|
+
div.jtable-main-container > div.jtable-bottom-panel div.jtable-right-area {
|
|
116
|
+
right: 0px;
|
|
117
|
+
top: 0px;
|
|
118
|
+
bottom: 0px;
|
|
119
|
+
position: absolute;
|
|
120
|
+
}
|
|
121
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list {
|
|
122
|
+
display: inline-block;
|
|
123
|
+
}
|
|
124
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number,
|
|
125
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
|
|
126
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first,
|
|
127
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last,
|
|
128
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous,
|
|
129
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next,
|
|
130
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
|
|
131
|
+
padding: 2px 5px;
|
|
132
|
+
display: inline-block;
|
|
133
|
+
cursor: pointer;
|
|
134
|
+
}
|
|
135
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space,
|
|
136
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active,
|
|
137
|
+
div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-disabled {
|
|
138
|
+
cursor: default;
|
|
139
|
+
}
|
|
140
|
+
div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-size-change {
|
|
141
|
+
margin-left: 5px;
|
|
142
|
+
}
|
|
143
|
+
div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page {
|
|
144
|
+
margin-left: 5px;
|
|
145
|
+
}
|
|
146
|
+
div.jtable-main-container > div.jtable-bottom-panel span.jtable-goto-page input[type=text] {
|
|
147
|
+
width: 22px;
|
|
148
|
+
}
|
|
149
|
+
div.jtable-main-container > div.jtable-bottom-panel span.jtable-page-info {
|
|
150
|
+
vertical-align: middle;
|
|
151
|
+
}
|
|
152
|
+
div.jtable-main-container div.jtable-column-resize-bar {
|
|
153
|
+
opacity: 0.5;
|
|
154
|
+
filter: alpha(opacity=50);
|
|
155
|
+
position: absolute;
|
|
156
|
+
display: none;
|
|
157
|
+
width: 1px;
|
|
158
|
+
background-color: #000;
|
|
159
|
+
}
|
|
160
|
+
div.jtable-main-container div.jtable-column-selection-container {
|
|
161
|
+
position: absolute;
|
|
162
|
+
display: none;
|
|
163
|
+
border: 1px solid #C8C8C8;
|
|
164
|
+
background: #fff;
|
|
165
|
+
color: #000;
|
|
166
|
+
z-index: 101;
|
|
167
|
+
padding: 5px;
|
|
168
|
+
}
|
|
169
|
+
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list {
|
|
170
|
+
margin: 0px;
|
|
171
|
+
padding: 0px;
|
|
172
|
+
list-style: none;
|
|
173
|
+
}
|
|
174
|
+
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li {
|
|
175
|
+
margin: 0px;
|
|
176
|
+
padding: 2px 0px;
|
|
177
|
+
}
|
|
178
|
+
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li label span {
|
|
179
|
+
position: relative;
|
|
180
|
+
top: -1px;
|
|
181
|
+
margin-left: 4px;
|
|
182
|
+
}
|
|
183
|
+
div.jtable-main-container div.jtable-column-selection-container ul.jtable-column-select-list li input[type="checkbox"] {
|
|
184
|
+
cursor: pointer;
|
|
185
|
+
}
|
|
186
|
+
form.jtable-dialog-form div.jtable-input-field-container {
|
|
187
|
+
padding: 2px 0px 3px 0px;
|
|
188
|
+
border-bottom: 1px solid #ddd;
|
|
189
|
+
}
|
|
190
|
+
form.jtable-dialog-form div.jtable-input-field-container:last-child {
|
|
191
|
+
border: none;
|
|
192
|
+
}
|
|
193
|
+
form.jtable-dialog-form div.jtable-input-label {
|
|
194
|
+
padding: 2px 3px;
|
|
195
|
+
font-size: 1.1em;
|
|
196
|
+
color: #666;
|
|
197
|
+
}
|
|
198
|
+
form.jtable-dialog-form div.jtable-input {
|
|
199
|
+
padding: 2px;
|
|
200
|
+
}
|
|
201
|
+
form.jtable-dialog-form div.jtable-date-input {
|
|
202
|
+
/* No additional style */
|
|
203
|
+
|
|
204
|
+
}
|
|
205
|
+
form.jtable-dialog-form div.jtable-text-input {
|
|
206
|
+
/* No additional style */
|
|
207
|
+
|
|
208
|
+
}
|
|
209
|
+
form.jtable-dialog-form span.jtable-option-text-clickable {
|
|
210
|
+
position: relative;
|
|
211
|
+
top: -2px;
|
|
212
|
+
}
|
|
213
|
+
form.jtable-dialog-form div.jtable-textarea-input textarea {
|
|
214
|
+
width: 300px;
|
|
215
|
+
min-height: 60px;
|
|
216
|
+
}
|
|
217
|
+
form.jtable-dialog-form div.jtable-checkbox-input span,
|
|
218
|
+
form.jtable-dialog-form div.jtable-radio-input span {
|
|
219
|
+
padding-left: 4px;
|
|
220
|
+
}
|
|
221
|
+
form.jtable-dialog-form div.jtable-radio-input input,
|
|
222
|
+
form.jtable-dialog-form div.jtable-checkbox-input input,
|
|
223
|
+
form.jtable-dialog-form span.jtable-option-text-clickable {
|
|
224
|
+
cursor: pointer;
|
|
225
|
+
}
|
|
226
|
+
div.jtable-busy-panel-background {
|
|
227
|
+
opacity: 0.1;
|
|
228
|
+
filter: alpha(opacity=50);
|
|
229
|
+
z-index: 998;
|
|
230
|
+
position: absolute;
|
|
231
|
+
background-color: #000;
|
|
232
|
+
}
|
|
233
|
+
div.jtable-busy-panel-background.jtable-busy-panel-background-invisible {
|
|
234
|
+
background-color: transparent;
|
|
235
|
+
}
|
|
236
|
+
div.jtable-busy-message {
|
|
237
|
+
cursor: wait;
|
|
238
|
+
z-index: 999;
|
|
239
|
+
position: absolute;
|
|
240
|
+
margin: 5px;
|
|
241
|
+
}
|
|
242
|
+
div.jtable-contextmenu-overlay {
|
|
243
|
+
position: fixed;
|
|
244
|
+
left: 0px;
|
|
245
|
+
top: 0px;
|
|
246
|
+
width: 100%;
|
|
247
|
+
height: 100%;
|
|
248
|
+
z-index: 100;
|
|
249
|
+
}
|
|
250
|
+
div.jtable-main-container div.jtable-title div.jtable-title-text {
|
|
251
|
+
font-size: 16px;
|
|
252
|
+
font-weight: bold;
|
|
253
|
+
}
|
|
254
|
+
div.jtable-main-container div.jtable-title .jtable-close-button {
|
|
255
|
+
background: url('close.png') no-repeat;
|
|
256
|
+
width: 16px;
|
|
257
|
+
height: 16px;
|
|
258
|
+
}
|
|
259
|
+
div.jtable-main-container table.jtable thead th.jtable-column-header-sortable div.jtable-column-header-container {
|
|
260
|
+
background: url('column-sortable.png') no-repeat right;
|
|
261
|
+
}
|
|
262
|
+
div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-asc div.jtable-column-header-container {
|
|
263
|
+
background: url('column-asc.png') no-repeat right;
|
|
264
|
+
}
|
|
265
|
+
div.jtable-main-container table.jtable thead th.jtable-column-header-sorted-desc div.jtable-column-header-container {
|
|
266
|
+
background: url('column-desc.png') no-repeat right;
|
|
267
|
+
}
|
|
268
|
+
div.jtable-main-container table.jtable tbody > tr > td .jtable-edit-command-button {
|
|
269
|
+
background: url('edit.png') no-repeat;
|
|
270
|
+
width: 16px;
|
|
271
|
+
height: 16px;
|
|
272
|
+
}
|
|
273
|
+
div.jtable-main-container table.jtable tbody > tr > td .jtable-delete-command-button {
|
|
274
|
+
background: url('delete.png') no-repeat;
|
|
275
|
+
width: 16px;
|
|
276
|
+
height: 16px;
|
|
277
|
+
}
|
|
278
|
+
div.jtable-busy-message {
|
|
279
|
+
color: #000;
|
|
280
|
+
background-color: #ddd;
|
|
281
|
+
font-size: 1.25em;
|
|
282
|
+
}
|