summaryrefslogtreecommitdiff
path: root/app/lib/grappelli/media/js/GRAPPELLI_INFO.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/grappelli/media/js/GRAPPELLI_INFO.TXT')
-rw-r--r--app/lib/grappelli/media/js/GRAPPELLI_INFO.TXT57
1 files changed, 57 insertions, 0 deletions
diff --git a/app/lib/grappelli/media/js/GRAPPELLI_INFO.TXT b/app/lib/grappelli/media/js/GRAPPELLI_INFO.TXT
new file mode 100644
index 0000000..c26d607
--- /dev/null
+++ b/app/lib/grappelli/media/js/GRAPPELLI_INFO.TXT
@@ -0,0 +1,57 @@
+JavaScript infos about grappelli:
+
+grappelli adds much additional features to the django.contrib.admin. to accomplish this the js loaded in grappelli is pretty different to django admin's.
+
+###
+loading order of grappelli:
+###
+
+ * jquery-1.4.2.min.js
+ * jquery-ui-1.8.custom.min.js (with datepicker)
+ * grappelli.init.js
+ * grappelli.timepicker.js
+ * grappelli.RelatedObjectLookups.js
+ * grappelli.js
+ * (optional) grappelli.change_list.js
+
+
+###
+django.admin js removed:
+###
+
+grappelli has its own adminmedia folder. some of django's js files are missing (intentionally)
+
+actions.js, actions.min.js
+jquery.js, jquery.min.js
+collapse.js, collapse.min.js
+calendar.js
+jquery.init.js
+
+###
+django.admin js updated:
+###
+
+datetimeshortcuts.js
+ - outcommented initialization of js for date fields (use jquery-ui datepicker @see grappelli.js)
+RelatedObjectLookups.js
+ Popups:
+ - trigger focus/click event of element to open cancel/save footer in changelist
+ - open popups with 500x920 instead of 500x800
+
+###
+js added by grappelli:
+###
+
+ grappelli.change_list.js
+ - all js magic for change_list
+
+ grappelli.RelatedObjectLookups.js
+ - customization and initialization
+
+ grappelli.js
+ - grappelli wide features like collapsables
+ - hacks like editing dom which is rendered from python code (not customizable via templates)
+
+ media/jquery/*
+ - "own" jquery (use newer version than original)
+ - jquery-ui stuff like datepicker \ No newline at end of file