spree_backend 4.3.3 → 4.4.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (263) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +222 -0
  3. data/.codeclimate.yml +36 -0
  4. data/.editorconfig +22 -0
  5. data/.eslintignore +7 -0
  6. data/.eslintrc.cjs +29 -0
  7. data/.gem_release.yml +4 -0
  8. data/.github/CONTRIBUTING.md +1 -0
  9. data/.github/ISSUE_TEMPLATE/bug_report.md +47 -0
  10. data/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  11. data/.github/ISSUE_TEMPLATE.md +39 -0
  12. data/.github/dependabot.yml +7 -0
  13. data/.github/workflows/spelling_lint.yml +34 -0
  14. data/.gitignore +63 -0
  15. data/.rubocop.yml +197 -0
  16. data/.solargraph.yml +20 -0
  17. data/.stylelintignore +4 -0
  18. data/.stylelintrc +6 -0
  19. data/CODE_OF_CONDUCT.md +22 -0
  20. data/Gemfile +59 -3
  21. data/README.md +123 -0
  22. data/SECURITY.md +1 -0
  23. data/app/assets/config/spree_backend_manifest.js +1 -1
  24. data/app/assets/images/backend-cloud-arrow-up.svg +4 -0
  25. data/app/assets/images/backend-eye-open.svg +1 -1
  26. data/app/assets/images/backend-file-earmark-font.svg +4 -0
  27. data/app/assets/images/backend-file-earmark-image.svg +4 -0
  28. data/app/assets/images/backend-file-earmark-music.svg +4 -0
  29. data/app/assets/images/backend-file-earmark-pdf.svg +4 -0
  30. data/app/assets/images/backend-file-earmark-play.svg +4 -0
  31. data/app/assets/images/backend-file-earmark-spreadsheet.svg +3 -0
  32. data/app/assets/images/backend-file-earmark-zip.svg +4 -0
  33. data/app/assets/images/backend-file-earmark.svg +3 -0
  34. data/app/assets/images/backend-hdd.svg +4 -0
  35. data/app/assets/images/backend-link.svg +4 -0
  36. data/app/assets/images/backend-view.svg +1 -1
  37. data/app/assets/javascripts/spree/backend/adjustments.js +5 -5
  38. data/app/assets/javascripts/spree/backend/admin.js +4 -6
  39. data/app/assets/javascripts/spree/backend/calculator.js +1 -1
  40. data/app/assets/javascripts/spree/backend/checkouts/edit.js +1 -1
  41. data/app/assets/javascripts/spree/backend/cms/links.es6 +1 -1
  42. data/app/assets/javascripts/spree/backend/cms/live_preview.es6 +1 -1
  43. data/app/assets/javascripts/spree/backend/cms/page.es6 +22 -40
  44. data/app/assets/javascripts/spree/backend/cms/section.es6 +1 -1
  45. data/app/assets/javascripts/spree/backend/gateway.js +1 -1
  46. data/app/assets/javascripts/spree/backend/general_settings.js +1 -1
  47. data/app/assets/javascripts/spree/backend/global/_index.js +3 -1
  48. data/app/assets/javascripts/spree/backend/global/alerts.es6 +1 -1
  49. data/app/assets/javascripts/spree/backend/global/animate_css.es6 +19 -0
  50. data/app/assets/javascripts/spree/backend/global/fetch_request_utility.es6 +114 -0
  51. data/app/assets/javascripts/spree/backend/global/flatpickr.es6 +2 -1
  52. data/app/assets/javascripts/spree/backend/global/info_alert.es6 +1 -1
  53. data/app/assets/javascripts/spree/backend/global/radio_panel_toggle.es6 +1 -1
  54. data/app/assets/javascripts/spree/backend/global/ransack.es6 +7 -5
  55. data/app/assets/javascripts/spree/backend/global/responsive_menus.es6 +1 -1
  56. data/app/assets/javascripts/spree/backend/global/select2_autocomplete.es6 +4 -4
  57. data/app/assets/javascripts/spree/backend/global/select2_populate.es6 +2 -2
  58. data/app/assets/javascripts/spree/backend/global/side_scroll_indication.es6 +2 -2
  59. data/app/assets/javascripts/spree/backend/global/sortable.es6 +1 -1
  60. data/app/assets/javascripts/spree/backend/global/tinymce.es6 +3 -2
  61. data/app/assets/javascripts/spree/backend/line_items.js +7 -9
  62. data/app/assets/javascripts/spree/backend/line_items_on_order_edit.js +23 -28
  63. data/app/assets/javascripts/spree/backend/menus/_index.es6 +0 -1
  64. data/app/assets/javascripts/spree/backend/menus/menu_item.es6 +1 -1
  65. data/app/assets/javascripts/spree/backend/multi_currency.js +2 -2
  66. data/app/assets/javascripts/spree/backend/option_type_autocomplete.js +1 -1
  67. data/app/assets/javascripts/spree/backend/orders/edit.js +1 -1
  68. data/app/assets/javascripts/spree/backend/payments/edit.js +32 -22
  69. data/app/assets/javascripts/spree/backend/payments/new.js +1 -1
  70. data/app/assets/javascripts/spree/backend/product_picker.js +16 -25
  71. data/app/assets/javascripts/spree/backend/progress.js +5 -3
  72. data/app/assets/javascripts/spree/backend/promotions.js +3 -1
  73. data/app/assets/javascripts/spree/backend/returns/expedited_exchanges_warning.js +1 -1
  74. data/app/assets/javascripts/spree/backend/returns/return_item_selection.js +1 -1
  75. data/app/assets/javascripts/spree/backend/shipments.js +80 -79
  76. data/app/assets/javascripts/spree/backend/spree-select2.js +1 -1
  77. data/app/assets/javascripts/spree/backend/states.js +1 -1
  78. data/app/assets/javascripts/spree/backend/stock_location.js +1 -1
  79. data/app/assets/javascripts/spree/backend/stock_management.js +1 -1
  80. data/app/assets/javascripts/spree/backend/stock_movement.js +58 -13
  81. data/app/assets/javascripts/spree/backend/stock_transfer.js +62 -32
  82. data/app/assets/javascripts/spree/backend/taxon_autocomplete.js +9 -8
  83. data/app/assets/javascripts/spree/backend/taxons.js +17 -14
  84. data/app/assets/javascripts/spree/backend/user_picker.js +1 -1
  85. data/app/assets/javascripts/spree/backend/users/edit.js +1 -1
  86. data/app/assets/javascripts/spree/backend/variant_autocomplete.js +19 -11
  87. data/app/assets/javascripts/spree/backend/variant_management.js +1 -1
  88. data/app/assets/javascripts/spree/backend/zone.js +1 -1
  89. data/app/assets/javascripts/spree/backend.js +13 -33
  90. data/app/assets/javascripts/spree.js +2 -9
  91. data/app/assets/stylesheets/spree/backend/components/_main.scss +8 -0
  92. data/app/assets/stylesheets/spree/backend/plugins/_nav_x.scss +1 -1
  93. data/app/assets/stylesheets/spree/backend/plugins/_select2_custom.scss +1 -1
  94. data/app/assets/stylesheets/spree/backend/shared/_forms.scss +1 -1
  95. data/app/assets/stylesheets/spree/backend/shared/_sortable_tree.scss +62 -0
  96. data/app/assets/stylesheets/spree/backend/spree_admin.css.scss +3 -0
  97. data/app/assets/stylesheets/spree/backend/views/_digitals.scss +33 -0
  98. data/app/assets/stylesheets/spree/backend/views/_taxonomies.scss +3 -0
  99. data/app/controllers/spree/admin/base_controller.rb +4 -13
  100. data/app/controllers/spree/admin/digitals_controller.rb +33 -0
  101. data/app/controllers/spree/admin/general_settings_controller.rb +0 -5
  102. data/app/controllers/spree/admin/images_controller.rb +1 -1
  103. data/app/controllers/spree/admin/oauth_applications_controller.rb +17 -0
  104. data/app/controllers/spree/admin/orders/customer_details_controller.rb +2 -2
  105. data/app/controllers/spree/admin/orders_controller.rb +10 -2
  106. data/app/controllers/spree/admin/payment_methods_controller.rb +2 -2
  107. data/app/controllers/spree/admin/payments_controller.rb +1 -1
  108. data/app/controllers/spree/admin/products_controller.rb +4 -2
  109. data/app/controllers/spree/admin/promotions_controller.rb +1 -1
  110. data/app/controllers/spree/admin/properties_controller.rb +1 -1
  111. data/app/controllers/spree/admin/resource_controller.rb +9 -4
  112. data/app/controllers/spree/admin/return_index_controller.rb +1 -1
  113. data/app/controllers/spree/admin/stock_transfers_controller.rb +2 -2
  114. data/app/controllers/spree/admin/store_credits_controller.rb +2 -2
  115. data/app/controllers/spree/admin/stores_controller.rb +2 -2
  116. data/app/controllers/spree/admin/taxons_controller.rb +23 -38
  117. data/app/controllers/spree/admin/users_controller.rb +6 -19
  118. data/app/controllers/spree/admin/variants_controller.rb +1 -2
  119. data/app/controllers/spree/admin/webhooks_subscribers_controller.rb +48 -0
  120. data/app/helpers/spree/admin/base_helper.rb +27 -9
  121. data/app/helpers/spree/admin/digital_helper.rb +28 -0
  122. data/app/helpers/spree/admin/menu_helper.rb +0 -21
  123. data/app/helpers/spree/admin/navigation_helper.rb +19 -9
  124. data/app/helpers/spree/admin/sortable_tree_helper.rb +31 -0
  125. data/app/helpers/spree/admin/stores_helper.rb +1 -1
  126. data/app/helpers/spree/admin/webhooks_subscribers_helper.rb +31 -0
  127. data/app/javascript/spree/dashboard/controllers/clipboard_controller.js +12 -0
  128. data/app/javascript/spree/dashboard/controllers/password_toggle_controller.js +14 -0
  129. data/app/javascript/spree/dashboard/controllers/sortable_tree_controller.js +55 -0
  130. data/app/javascript/spree/dashboard/controllers/spree_controller.js +25 -0
  131. data/app/javascript/spree/dashboard/controllers/upload_button_controller.js +13 -0
  132. data/app/javascript/spree/dashboard/controllers/webhooks_subscriber_events_controller.js +19 -0
  133. data/app/javascript/spree/dashboard/index.js +49 -0
  134. data/app/{assets/javascripts/spree/backend/global/bootstrap.es6 → javascript/spree/dashboard/utilities/bootstrap.js} +6 -2
  135. data/app/javascript/spree/dashboard/utilities/request_utility.js +54 -0
  136. data/app/models/spree/backend_configuration.rb +11 -0
  137. data/app/views/spree/admin/adjustments/_adjustments_table.html.erb +2 -2
  138. data/app/views/spree/admin/adjustments/_form.html.erb +2 -2
  139. data/app/views/spree/admin/adjustments/index.html.erb +1 -0
  140. data/app/views/spree/admin/cms_pages/_form.html.erb +8 -8
  141. data/app/views/spree/admin/cms_pages/edit.html.erb +1 -6
  142. data/app/views/spree/admin/cms_sections/_form.html.erb +2 -2
  143. data/app/views/spree/admin/cms_sections/types/_featured_article.html.erb +6 -6
  144. data/app/views/spree/admin/cms_sections/types/_hero_image.html.erb +6 -6
  145. data/app/views/spree/admin/cms_sections/types/_image_gallery.html.erb +12 -12
  146. data/app/views/spree/admin/cms_sections/types/_rich_text_content.html.erb +1 -1
  147. data/app/views/spree/admin/cms_sections/types/_side_by_side_images.html.erb +12 -12
  148. data/app/views/spree/admin/countries/_form.html.erb +4 -4
  149. data/app/views/spree/admin/customer_returns/new.html.erb +1 -1
  150. data/app/views/spree/admin/digitals/_form.html.erb +35 -0
  151. data/app/views/spree/admin/digitals/index.html.erb +25 -0
  152. data/app/views/spree/admin/general_settings/edit.html.erb +1 -22
  153. data/app/views/spree/admin/menu_items/_form.html.erb +6 -6
  154. data/app/views/spree/admin/menus/_form.html.erb +3 -3
  155. data/app/views/spree/admin/menus/edit.html.erb +18 -18
  156. data/app/views/spree/admin/oauth_applications/_form.html.erb +22 -0
  157. data/app/views/spree/admin/oauth_applications/create.turbo_stream.erb +38 -0
  158. data/app/views/spree/admin/oauth_applications/edit.html.erb +13 -0
  159. data/app/views/spree/admin/oauth_applications/index.html.erb +51 -0
  160. data/app/views/spree/admin/oauth_applications/new.html.erb +15 -0
  161. data/app/views/spree/admin/option_types/_form.html.erb +3 -3
  162. data/app/views/spree/admin/option_types/_option_value_fields.html.erb +2 -2
  163. data/app/views/spree/admin/orders/_channel_form.html.erb +1 -1
  164. data/app/views/spree/admin/orders/_form.html.erb +1 -0
  165. data/app/views/spree/admin/orders/_line_items_edit_form.html.erb +1 -0
  166. data/app/views/spree/admin/orders/_order_actions.html.erb +6 -0
  167. data/app/views/spree/admin/orders/_search.html.erb +151 -0
  168. data/app/views/spree/admin/orders/index.html.erb +2 -151
  169. data/app/views/spree/admin/payment_methods/_form.html.erb +2 -2
  170. data/app/views/spree/admin/payments/_list.html.erb +1 -1
  171. data/app/views/spree/admin/products/_form.html.erb +19 -19
  172. data/app/views/spree/admin/products/index.html.erb +2 -0
  173. data/app/views/spree/admin/products/new.html.erb +6 -6
  174. data/app/views/spree/admin/promotion_actions/create.js.erb +1 -1
  175. data/app/views/spree/admin/promotion_categories/_form.html.erb +2 -2
  176. data/app/views/spree/admin/promotions/_form.html.erb +5 -5
  177. data/app/views/spree/admin/properties/_form.html.erb +3 -3
  178. data/app/views/spree/admin/prototypes/_form.html.erb +4 -4
  179. data/app/views/spree/admin/refunds/new.html.erb +2 -2
  180. data/app/views/spree/admin/reimbursement_types/_form.html.erb +2 -2
  181. data/app/views/spree/admin/return_authorizations/_form.html.erb +3 -3
  182. data/app/views/spree/admin/roles/_form.html.erb +1 -1
  183. data/app/views/spree/admin/shared/_account_nav.html.erb +1 -1
  184. data/app/views/spree/admin/shared/_address_form.html.erb +4 -4
  185. data/app/views/spree/admin/shared/_head.html.erb +4 -8
  186. data/app/views/spree/admin/shared/_main_menu.html.erb +12 -0
  187. data/app/views/spree/admin/shared/_new_resource_links.html.erb +1 -1
  188. data/app/views/spree/admin/shared/_product_tabs.html.erb +8 -0
  189. data/app/views/spree/admin/shared/_version.html.erb +1 -1
  190. data/app/views/spree/admin/shared/cms/_spree_product.html.erb +2 -2
  191. data/app/views/spree/admin/shared/cms/_spree_taxon.html.erb +2 -2
  192. data/app/views/spree/admin/shared/linkables/_spree_cms_page.erb +2 -2
  193. data/app/views/spree/admin/shared/linkables/_spree_product.html.erb +2 -2
  194. data/app/views/spree/admin/shared/linkables/_spree_taxon.html.erb +2 -2
  195. data/app/views/spree/admin/shared/linkables/_url.html.erb +1 -1
  196. data/app/views/spree/admin/shared/named_types/_form.html.erb +1 -1
  197. data/app/views/spree/admin/{menus/nested_menu_items/_item_bar.html.erb → shared/sortable_tree/_menu.html.erb} +10 -7
  198. data/app/views/spree/admin/shared/sortable_tree/_taxonomy.html.erb +34 -0
  199. data/app/views/spree/admin/shared/sub_menu/_apps.html.erb +3 -0
  200. data/app/views/spree/admin/shared/sub_menu/_integrations.html.erb +3 -0
  201. data/app/views/spree/admin/shipping_categories/_form.html.erb +1 -1
  202. data/app/views/spree/admin/shipping_methods/_form.html.erb +8 -8
  203. data/app/views/spree/admin/states/_form.html.erb +2 -2
  204. data/app/views/spree/admin/stock_locations/_form.html.erb +2 -2
  205. data/app/views/spree/admin/stock_movements/_form.html.erb +3 -3
  206. data/app/views/spree/admin/store_credit_categories/_form.html.erb +1 -1
  207. data/app/views/spree/admin/store_credits/_form.html.erb +4 -4
  208. data/app/views/spree/admin/stores/_form.html.erb +280 -227
  209. data/app/views/spree/admin/tax_categories/_form.html.erb +4 -4
  210. data/app/views/spree/admin/tax_rates/_form.html.erb +4 -3
  211. data/app/views/spree/admin/taxonomies/_form.html.erb +2 -2
  212. data/app/views/spree/admin/taxonomies/edit.html.erb +34 -29
  213. data/app/views/spree/admin/taxons/_form.html.erb +101 -57
  214. data/app/views/spree/admin/taxons/edit.html.erb +6 -3
  215. data/app/views/spree/admin/taxons/index.html.erb +1 -1
  216. data/app/views/spree/admin/taxons/new.html.erb +16 -0
  217. data/app/views/spree/admin/users/_form.html.erb +3 -3
  218. data/app/views/spree/admin/users/edit.html.erb +0 -40
  219. data/app/views/spree/admin/variants/_autocomplete.js.erb +5 -5
  220. data/app/views/spree/admin/variants/_autocomplete_line_items_stock.js.erb +2 -2
  221. data/app/views/spree/admin/variants/_autocomplete_stock.js.erb +6 -6
  222. data/app/views/spree/admin/variants/_split.js.erb +1 -1
  223. data/app/views/spree/admin/variants/index.html.erb +4 -1
  224. data/app/views/spree/admin/webhooks_subscribers/_form.html.erb +101 -0
  225. data/app/views/spree/admin/webhooks_subscribers/edit.html.erb +13 -0
  226. data/app/views/spree/admin/webhooks_subscribers/index.html.erb +47 -0
  227. data/app/views/spree/admin/webhooks_subscribers/new.html.erb +13 -0
  228. data/app/views/spree/admin/webhooks_subscribers/show.html.erb +59 -0
  229. data/app/views/spree/admin/zones/_country_members.html.erb +1 -1
  230. data/app/views/spree/admin/zones/_form.html.erb +2 -2
  231. data/app/views/spree/admin/zones/_state_members.html.erb +1 -1
  232. data/app/views/spree/layouts/admin.html.erb +1 -11
  233. data/codespell.txt +8 -0
  234. data/config/locales/en.yml +273 -0
  235. data/config/routes.rb +8 -4
  236. data/lib/generators/spree/backend/install/install_generator.rb +4 -2
  237. data/lib/generators/spree/backend/install/templates/app/javascript/spree-dashboard.js +7 -0
  238. data/lib/spree/backend/engine.rb +2 -1
  239. data/lib/spree/backend/testing_support/capybara_utils.rb +53 -0
  240. data/lib/spree/backend/testing_support/flash.rb +38 -0
  241. data/lib/spree/backend/testing_support/flatpickr_capybara.rb +126 -0
  242. data/lib/spree/backend/version.rb +9 -0
  243. data/lib/spree/backend.rb +2 -1
  244. data/lib/spree_backend.rb +17 -0
  245. data/license.md +13 -0
  246. data/package.json +46 -0
  247. data/rollup.config.js +41 -0
  248. data/spree_backend.gemspec +17 -16
  249. data/vendor/assets/javascripts/purify.js +1 -1
  250. data/vendor/assets/stylesheets/animate.css +2 -4
  251. data/yarn.lock +959 -0
  252. metadata +120 -38
  253. data/app/assets/javascripts/spree/backend/menus/menu.es6 +0 -57
  254. data/app/assets/javascripts/spree/backend/taxon_permalink_preview.js +0 -11
  255. data/app/assets/javascripts/spree/backend/taxon_tree_menu.js +0 -35
  256. data/app/assets/javascripts/spree/backend/taxonomy.js +0 -178
  257. data/app/views/spree/admin/taxonomies/_js_head.html.erb +0 -7
  258. data/vendor/assets/javascripts/jquery.jstree/jquery.jstree.js +0 -4564
  259. data/vendor/assets/javascripts/js.cookie.js +0 -163
  260. data/vendor/assets/javascripts/modernizr.js +0 -3
  261. data/vendor/assets/stylesheets/jquery.jstree/themes/spree/style.scss +0 -230
  262. data/vendor/assets/stylesheets/jquery.jstree/themes/spree/throbber.gif +0 -0
  263. /data/app/assets/stylesheets/spree/backend/views/{prototypes.scss → _prototypes.scss} +0 -0
@@ -1,4564 +0,0 @@
1
- /*
2
- * jsTree 1.0-rc3
3
- * http://jstree.com/
4
- *
5
- * Copyright (c) 2010 Ivan Bozhanov (vakata.com)
6
- *
7
- * Licensed same as jquery - under the terms of either the MIT License or the GPL Version 2 License
8
- * http://www.opensource.org/licenses/mit-license.php
9
- * http://www.gnu.org/licenses/gpl.html
10
- *
11
- * $Date: 2011-02-09 01:17:14 +0200 (ср, 09 февр 2011) $
12
- * $Revision: 236 $
13
- */
14
-
15
- /*jslint browser: true, onevar: true, undef: true, bitwise: true, strict: true */
16
- /*global window : false, clearInterval: false, clearTimeout: false, document: false, setInterval: false, setTimeout: false, jQuery: false, navigator: false, XSLTProcessor: false, DOMParser: false, XMLSerializer: false, ActiveXObject: false */
17
-
18
- "use strict";
19
-
20
- // top wrapper to prevent multiple inclusion (is this OK?)
21
- (function () { if(jQuery && jQuery.jstree) { return; }
22
- var is_ie6 = false, is_ie7 = false, is_ff2 = false;
23
-
24
- /*
25
- * jsTree core
26
- */
27
- (function ($) {
28
- // Common functions not related to jsTree
29
- // decided to move them to a `vakata` "namespace"
30
- $.vakata = {};
31
- // CSS related functions
32
- $.vakata.css = {
33
- get_css : function(rule_name, delete_flag, sheet) {
34
- rule_name = rule_name.toLowerCase();
35
- var css_rules = sheet.cssRules || sheet.rules,
36
- j = 0;
37
- do {
38
- if(css_rules.length && j > css_rules.length + 5) { return false; }
39
- if(css_rules[j].selectorText && css_rules[j].selectorText.toLowerCase() == rule_name) {
40
- if(delete_flag === true) {
41
- if(sheet.removeRule) { sheet.removeRule(j); }
42
- if(sheet.deleteRule) { sheet.deleteRule(j); }
43
- return true;
44
- }
45
- else { return css_rules[j]; }
46
- }
47
- }
48
- while (css_rules[++j]);
49
- return false;
50
- },
51
- add_css : function(rule_name, sheet) {
52
- if($.jstree.css.get_css(rule_name, false, sheet)) { return false; }
53
- if(sheet.insertRule) { sheet.insertRule(rule_name + ' { }', 0); } else { sheet.addRule(rule_name, null, 0); }
54
- return $.vakata.css.get_css(rule_name);
55
- },
56
- remove_css : function(rule_name, sheet) {
57
- return $.vakata.css.get_css(rule_name, true, sheet);
58
- },
59
- add_sheet : function(opts) {
60
- var tmp = false, is_new = true;
61
- if(opts.str) {
62
- if(opts.title) { tmp = $("style[id='" + opts.title + "-stylesheet']")[0]; }
63
- if(tmp) { is_new = false; }
64
- else {
65
- tmp = document.createElement("style");
66
- tmp.setAttribute('type',"text/css");
67
- if(opts.title) { tmp.setAttribute("id", opts.title + "-stylesheet"); }
68
- }
69
- if(tmp.styleSheet) {
70
- if(is_new) {
71
- document.getElementsByTagName("head")[0].appendChild(tmp);
72
- tmp.styleSheet.cssText = opts.str;
73
- }
74
- else {
75
- tmp.styleSheet.cssText = tmp.styleSheet.cssText + " " + opts.str;
76
- }
77
- }
78
- else {
79
- tmp.appendChild(document.createTextNode(opts.str));
80
- document.getElementsByTagName("head")[0].appendChild(tmp);
81
- }
82
- return tmp.sheet || tmp.styleSheet;
83
- }
84
- if(opts.url) {
85
- if(document.createStyleSheet) {
86
- try { tmp = document.createStyleSheet(opts.url); } catch (e) { }
87
- }
88
- else {
89
- tmp = document.createElement('link');
90
- tmp.rel = 'stylesheet';
91
- tmp.type = 'text/css';
92
- tmp.media = "all";
93
- tmp.href = opts.url;
94
- document.getElementsByTagName("head")[0].appendChild(tmp);
95
- return tmp.styleSheet;
96
- }
97
- }
98
- }
99
- };
100
-
101
- // private variables
102
- var instances = [], // instance array (used by $.jstree.reference/create/focused)
103
- focused_instance = -1, // the index in the instance array of the currently focused instance
104
- plugins = {}, // list of included plugins
105
- prepared_move = {}; // for the move_node function
106
-
107
- // jQuery plugin wrapper (thanks to jquery UI widget function)
108
- $.fn.jstree = function (settings) {
109
- var isMethodCall = (typeof settings == 'string'), // is this a method call like $().jstree("open_node")
110
- args = Array.prototype.slice.call(arguments, 1),
111
- returnValue = this;
112
-
113
- // if a method call execute the method on all selected instances
114
- if(isMethodCall) {
115
- if(settings.substring(0, 1) == '_') { return returnValue; }
116
- this.each(function() {
117
- var instance = instances[$.data(this, "jstree_instance_id")],
118
- methodValue = (instance && $.isFunction(instance[settings])) ? instance[settings].apply(instance, args) : instance;
119
- if(typeof methodValue !== "undefined" && (settings.indexOf("is_") === 0 || (methodValue !== true && methodValue !== false))) { returnValue = methodValue; return false; }
120
- });
121
- }
122
- else {
123
- this.each(function() {
124
- // extend settings and allow for multiple hashes and $.data
125
- var instance_id = $.data(this, "jstree_instance_id"),
126
- a = [],
127
- b = settings ? $.extend({}, true, settings) : {},
128
- c = $(this),
129
- s = false,
130
- t = [];
131
- a = a.concat(args);
132
- if(c.data("jstree")) { a.push(c.data("jstree")); }
133
- b = a.length ? $.extend.apply(null, [true, b].concat(a)) : b;
134
-
135
- // if an instance already exists, destroy it first
136
- if(typeof instance_id !== "undefined" && instances[instance_id]) { instances[instance_id].destroy(); }
137
- // push a new empty object to the instances array
138
- instance_id = parseInt(instances.push({}),10) - 1;
139
- // store the jstree instance id to the container element
140
- $.data(this, "jstree_instance_id", instance_id);
141
- // clean up all plugins
142
- b.plugins = $.isArray(b.plugins) ? b.plugins : $.jstree.defaults.plugins.slice();
143
- b.plugins.unshift("core");
144
- // only unique plugins
145
- b.plugins = b.plugins.sort().join(",,").replace(/(,|^)([^,]+)(,,\2)+(,|$)/g,"$1$2$4").replace(/,,+/g,",").replace(/,$/,"").split(",");
146
-
147
- // extend defaults with passed data
148
- s = $.extend(true, {}, $.jstree.defaults, b);
149
- s.plugins = b.plugins;
150
- $.each(plugins, function (i, val) {
151
- if($.inArray(i, s.plugins) === -1) { s[i] = null; delete s[i]; }
152
- else { t.push(i); }
153
- });
154
- s.plugins = t;
155
-
156
- // push the new object to the instances array (at the same time set the default classes to the container) and init
157
- instances[instance_id] = new $.jstree._instance(instance_id, $(this).addClass("jstree jstree-" + instance_id), s);
158
- // init all activated plugins for this instance
159
- $.each(instances[instance_id]._get_settings().plugins, function (i, val) { instances[instance_id].data[val] = {}; });
160
- $.each(instances[instance_id]._get_settings().plugins, function (i, val) { if(plugins[val]) { plugins[val].__init.apply(instances[instance_id]); } });
161
- // initialize the instance
162
- setTimeout(function() { if(instances[instance_id]) { instances[instance_id].init(); } }, 0);
163
- });
164
- }
165
- // return the jquery selection (or if it was a method call that returned a value - the returned value)
166
- return returnValue;
167
- };
168
- // object to store exposed functions and objects
169
- $.jstree = {
170
- defaults : {
171
- plugins : []
172
- },
173
- _focused : function () { return instances[focused_instance] || null; },
174
- _reference : function (needle) {
175
- // get by instance id
176
- if(instances[needle]) { return instances[needle]; }
177
- // get by DOM (if still no luck - return null
178
- var o = $(needle);
179
- if(!o.length && typeof needle === "string") { o = $("#" + needle); }
180
- if(!o.length) { return null; }
181
- return instances[o.closest(".jstree").data("jstree_instance_id")] || null;
182
- },
183
- _instance : function (index, container, settings) {
184
- // for plugins to store data in
185
- this.data = { core : {} };
186
- this.get_settings = function () { return $.extend(true, {}, settings); };
187
- this._get_settings = function () { return settings; };
188
- this.get_index = function () { return index; };
189
- this.get_container = function () { return container; };
190
- this.get_container_ul = function () { return container.children("ul:eq(0)"); };
191
- this._set_settings = function (s) {
192
- settings = $.extend(true, {}, settings, s);
193
- };
194
- },
195
- _fn : { },
196
- plugin : function (pname, pdata) {
197
- pdata = $.extend({}, {
198
- __init : $.noop,
199
- __destroy : $.noop,
200
- _fn : {},
201
- defaults : false
202
- }, pdata);
203
- plugins[pname] = pdata;
204
-
205
- $.jstree.defaults[pname] = pdata.defaults;
206
- $.each(pdata._fn, function (i, val) {
207
- val.plugin = pname;
208
- val.old = $.jstree._fn[i];
209
- $.jstree._fn[i] = function () {
210
- var rslt,
211
- func = val,
212
- args = Array.prototype.slice.call(arguments),
213
- evnt = new $.Event("before.jstree"),
214
- rlbk = false;
215
-
216
- if(this.data.core.locked === true && i !== "unlock" && i !== "is_locked") { return; }
217
-
218
- // Check if function belongs to the included plugins of this instance
219
- do {
220
- if(func && func.plugin && $.inArray(func.plugin, this._get_settings().plugins) !== -1) { break; }
221
- func = func.old;
222
- } while(func);
223
- if(!func) { return; }
224
-
225
- // context and function to trigger events, then finally call the function
226
- if(i.indexOf("_") === 0) {
227
- rslt = func.apply(this, args);
228
- }
229
- else {
230
- rslt = this.get_container().triggerHandler(evnt, { "func" : i, "inst" : this, "args" : args, "plugin" : func.plugin });
231
- if(rslt === false) { return; }
232
- if(typeof rslt !== "undefined") { args = rslt; }
233
-
234
- rslt = func.apply(
235
- $.extend({}, this, {
236
- __callback : function (data) {
237
- this.get_container().triggerHandler( i + '.jstree', { "inst" : this, "args" : args, "rslt" : data, "rlbk" : rlbk });
238
- },
239
- __rollback : function () {
240
- rlbk = this.get_rollback();
241
- return rlbk;
242
- },
243
- __call_old : function (replace_arguments) {
244
- return func.old.apply(this, (replace_arguments ? Array.prototype.slice.call(arguments, 1) : args ) );
245
- }
246
- }), args);
247
- }
248
-
249
- // return the result
250
- return rslt;
251
- };
252
- $.jstree._fn[i].old = val.old;
253
- $.jstree._fn[i].plugin = pname;
254
- });
255
- },
256
- rollback : function (rb) {
257
- if(rb) {
258
- if(!$.isArray(rb)) { rb = [ rb ]; }
259
- $.each(rb, function (i, val) {
260
- instances[val.i].set_rollback(val.h, val.d);
261
- });
262
- }
263
- }
264
- };
265
- // set the prototype for all instances
266
- $.jstree._fn = $.jstree._instance.prototype = {};
267
-
268
- // load the css when DOM is ready
269
- $(function() {
270
- // code is copied from jQuery ($.browser is deprecated + there is a bug in IE)
271
- var u = navigator.userAgent.toLowerCase(),
272
- v = (u.match( /.+?(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1],
273
- css_string = '' +
274
- '.jstree ul, .jstree li { display:block; margin:0 0 0 0; padding:0 0 0 0; list-style-type:none; } ' +
275
- '.jstree li { display:block; min-height:18px; line-height:18px; white-space:nowrap; margin-left:18px; min-width:18px; } ' +
276
- '.jstree-rtl li { margin-left:0; margin-right:18px; } ' +
277
- '.jstree > ul > li { margin-left:0px; } ' +
278
- '.jstree-rtl > ul > li { margin-right:0px; } ' +
279
- '.jstree ins { display:inline-block; text-decoration:none; width:18px; height:18px; margin:0 0 0 0; padding:0; } ' +
280
- '.jstree a { display:inline-block; line-height:16px; height:16px; color:black; white-space:nowrap; text-decoration:none; padding:1px 2px; margin:0; } ' +
281
- '.jstree a:focus { outline: none; } ' +
282
- '.jstree a > ins { height:16px; width:16px; } ' +
283
- '.jstree a > .jstree-icon { margin-right:3px; } ' +
284
- '.jstree-rtl a > .jstree-icon { margin-left:3px; margin-right:0; } ' +
285
- 'li.jstree-open > ul { display:block; } ' +
286
- 'li.jstree-closed > ul { display:none; } ';
287
- // Correct IE 6 (does not support the > CSS selector)
288
- if(/msie/.test(u) && parseInt(v, 10) == 6) {
289
- is_ie6 = true;
290
-
291
- // fix image flicker and lack of caching
292
- try {
293
- document.execCommand("BackgroundImageCache", false, true);
294
- } catch (err) { }
295
-
296
- css_string += '' +
297
- '.jstree li { height:18px; margin-left:0; margin-right:0; } ' +
298
- '.jstree li li { margin-left:18px; } ' +
299
- '.jstree-rtl li li { margin-left:0px; margin-right:18px; } ' +
300
- 'li.jstree-open ul { display:block; } ' +
301
- 'li.jstree-closed ul { display:none !important; } ' +
302
- '.jstree li a { display:inline; border-width:0 !important; padding:0px 2px !important; } ' +
303
- '.jstree li a ins { height:16px; width:16px; margin-right:3px; } ' +
304
- '.jstree-rtl li a ins { margin-right:0px; margin-left:3px; } ';
305
- }
306
- // Correct IE 7 (shifts anchor nodes onhover)
307
- if(/msie/.test(u) && parseInt(v, 10) == 7) {
308
- is_ie7 = true;
309
- css_string += '.jstree li a { border-width:0 !important; padding:0px 2px !important; } ';
310
- }
311
- // correct ff2 lack of display:inline-block
312
- if(!/compatible/.test(u) && /mozilla/.test(u) && parseFloat(v, 10) < 1.9) {
313
- is_ff2 = true;
314
- css_string += '' +
315
- '.jstree ins { display:-moz-inline-box; } ' +
316
- '.jstree li { line-height:12px; } ' + // WHY??
317
- '.jstree a { display:-moz-inline-box; } ' +
318
- '.jstree .jstree-no-icons .jstree-checkbox { display:-moz-inline-stack !important; } ';
319
- /* this shouldn't be here as it is theme specific */
320
- }
321
- // the default stylesheet
322
- $.vakata.css.add_sheet({ str : css_string, title : "jstree" });
323
- });
324
-
325
- // core functions (open, close, create, update, delete)
326
- $.jstree.plugin("core", {
327
- __init : function () {
328
- this.data.core.locked = false;
329
- this.data.core.to_open = this.get_settings().core.initially_open;
330
- this.data.core.to_load = this.get_settings().core.initially_load;
331
- },
332
- defaults : {
333
- html_titles : false,
334
- animation : 500,
335
- initially_open : [],
336
- initially_load : [],
337
- open_parents : true,
338
- notify_plugins : true,
339
- rtl : false,
340
- load_open : false,
341
- strings : {
342
- loading : "Loading ...",
343
- new_node : "New node",
344
- multiple_selection : "Multiple selection"
345
- }
346
- },
347
- _fn : {
348
- init : function () {
349
- this.set_focus();
350
- if(this._get_settings().core.rtl) {
351
- this.get_container().addClass("jstree-rtl").css("direction", "rtl");
352
- }
353
- this.get_container().html("<ul><li class='jstree-last jstree-leaf'><ins>&#160;</ins><a class='jstree-loading' href='#'><ins class='jstree-icon'>&#160;</ins>" + this._get_string("loading") + "</a></li></ul>");
354
- this.data.core.li_height = this.get_container_ul().find("li.jstree-closed, li.jstree-leaf").eq(0).height() || 18;
355
-
356
- this.get_container()
357
- .delegate("li > ins", "click.jstree", $.proxy(function (event) {
358
- var trgt = $(event.target);
359
- // if(trgt.is("ins") && event.pageY - trgt.offset().top < this.data.core.li_height) { this.toggle_node(trgt); }
360
- this.toggle_node(trgt);
361
- }, this))
362
- .bind("mousedown.jstree", $.proxy(function () {
363
- this.set_focus(); // This used to be setTimeout(set_focus,0) - why?
364
- }, this))
365
- .bind("dblclick.jstree", function (event) {
366
- var sel;
367
- if(document.selection && document.selection.empty) { document.selection.empty(); }
368
- else {
369
- if(window.getSelection) {
370
- sel = window.getSelection();
371
- try {
372
- sel.removeAllRanges();
373
- sel.collapse();
374
- } catch (err) { }
375
- }
376
- }
377
- });
378
- if(this._get_settings().core.notify_plugins) {
379
- this.get_container()
380
- .bind("load_node.jstree", $.proxy(function (e, data) {
381
- var o = this._get_node(data.rslt.obj),
382
- t = this;
383
- if(o === -1) { o = this.get_container_ul(); }
384
- if(!o.length) { return; }
385
- o.find("li").each(function () {
386
- var th = $(this);
387
- if(th.data("jstree")) {
388
- $.each(th.data("jstree"), function (plugin, values) {
389
- if(t.data[plugin] && $.isFunction(t["_" + plugin + "_notify"])) {
390
- t["_" + plugin + "_notify"].call(t, th, values);
391
- }
392
- });
393
- }
394
- });
395
- }, this));
396
- }
397
- if(this._get_settings().core.load_open) {
398
- this.get_container()
399
- .bind("load_node.jstree", $.proxy(function (e, data) {
400
- var o = this._get_node(data.rslt.obj),
401
- t = this;
402
- if(o === -1) { o = this.get_container_ul(); }
403
- if(!o.length) { return; }
404
- o.find("li.jstree-open:not(:has(ul))").each(function () {
405
- t.load_node(this, $.noop, $.noop);
406
- });
407
- }, this));
408
- }
409
- this.__callback();
410
- this.load_node(-1, function () { this.loaded(); this.reload_nodes(); });
411
- },
412
- destroy : function () {
413
- var i,
414
- n = this.get_index(),
415
- s = this._get_settings(),
416
- _this = this;
417
-
418
- $.each(s.plugins, function (i, val) {
419
- try { plugins[val].__destroy.apply(_this); } catch(err) { }
420
- });
421
- this.__callback();
422
- // set focus to another instance if this one is focused
423
- if(this.is_focused()) {
424
- for(i in instances) {
425
- if(instances.hasOwnProperty(i) && i != n) {
426
- instances[i].set_focus();
427
- break;
428
- }
429
- }
430
- }
431
- // if no other instance found
432
- if(n === focused_instance) { focused_instance = -1; }
433
- // remove all traces of jstree in the DOM (only the ones set using jstree*) and cleans all events
434
- this.get_container()
435
- .unbind(".jstree")
436
- .undelegate(".jstree")
437
- .removeData("jstree_instance_id")
438
- .find("[class^='jstree']")
439
- .addBack()
440
- .attr("class", function () { return this.className.replace(/jstree[^ ]*|$/ig,''); });
441
- $(document)
442
- .unbind(".jstree-" + n)
443
- .undelegate(".jstree-" + n);
444
- // remove the actual data
445
- instances[n] = null;
446
- delete instances[n];
447
- },
448
-
449
- _core_notify : function (n, data) {
450
- if(data.opened) {
451
- this.open_node(n, false, true);
452
- }
453
- },
454
-
455
- lock : function () {
456
- this.data.core.locked = true;
457
- this.get_container().children("ul").addClass("jstree-locked").css("opacity","0.7");
458
- this.__callback({});
459
- },
460
- unlock : function () {
461
- this.data.core.locked = false;
462
- this.get_container().children("ul").removeClass("jstree-locked").css("opacity","1");
463
- this.__callback({});
464
- },
465
- is_locked : function () { return this.data.core.locked; },
466
- save_opened : function () {
467
- var _this = this;
468
- this.data.core.to_open = [];
469
- this.get_container_ul().find("li.jstree-open").each(function () {
470
- if(this.id) { _this.data.core.to_open.push("#" + this.id.toString().replace(/^#/,"").replace(/\\\//g,"/").replace(/\//g,"\\\/").replace(/\\\./g,".").replace(/\./g,"\\.").replace(/\:/g,"\\:")); }
471
- });
472
- this.__callback(_this.data.core.to_open);
473
- },
474
- save_loaded : function () { },
475
- reload_nodes : function (is_callback) {
476
- var _this = this,
477
- done = true,
478
- current = [],
479
- remaining = [];
480
- if(!is_callback) {
481
- this.data.core.reopen = false;
482
- this.data.core.refreshing = true;
483
- this.data.core.to_open = $.map($.makeArray(this.data.core.to_open), function (n) { return "#" + n.toString().replace(/^#/,"").replace(/\\\//g,"/").replace(/\//g,"\\\/").replace(/\\\./g,".").replace(/\./g,"\\.").replace(/\:/g,"\\:"); });
484
- this.data.core.to_load = $.map($.makeArray(this.data.core.to_load), function (n) { return "#" + n.toString().replace(/^#/,"").replace(/\\\//g,"/").replace(/\//g,"\\\/").replace(/\\\./g,".").replace(/\./g,"\\.").replace(/\:/g,"\\:"); });
485
- if(this.data.core.to_open.length) {
486
- this.data.core.to_load = this.data.core.to_load.concat(this.data.core.to_open);
487
- }
488
- }
489
- if(this.data.core.to_load.length) {
490
- $.each(this.data.core.to_load, function (i, val) {
491
- if(val == "#") { return true; }
492
- if($(val).length) { current.push(val); }
493
- else { remaining.push(val); }
494
- });
495
- if(current.length) {
496
- this.data.core.to_load = remaining;
497
- $.each(current, function (i, val) {
498
- if(!_this._is_loaded(val)) {
499
- _this.load_node(val, function () { _this.reload_nodes(true); }, function () { _this.reload_nodes(true); });
500
- done = false;
501
- }
502
- });
503
- }
504
- }
505
- if(this.data.core.to_open.length) {
506
- $.each(this.data.core.to_open, function (i, val) {
507
- _this.open_node(val, false, true);
508
- });
509
- }
510
- if(done) {
511
- // TODO: find a more elegant approach to syncronizing returning requests
512
- if(this.data.core.reopen) { clearTimeout(this.data.core.reopen); }
513
- this.data.core.reopen = setTimeout(function () { _this.__callback({}, _this); }, 50);
514
- this.data.core.refreshing = false;
515
- this.reopen();
516
- }
517
- },
518
- reopen : function () {
519
- var _this = this;
520
- if(this.data.core.to_open.length) {
521
- $.each(this.data.core.to_open, function (i, val) {
522
- _this.open_node(val, false, true);
523
- });
524
- }
525
- this.__callback({});
526
- },
527
- refresh : function (obj) {
528
- var _this = this;
529
- this.save_opened();
530
- if(!obj) { obj = -1; }
531
- obj = this._get_node(obj);
532
- if(!obj) { obj = -1; }
533
- if(obj !== -1) { obj.children("UL").remove(); }
534
- else { this.get_container_ul().empty(); }
535
- this.load_node(obj, function () { _this.__callback({ "obj" : obj}); _this.reload_nodes(); });
536
- },
537
- // Dummy function to fire after the first load (so that there is a jstree.loaded event)
538
- loaded : function () {
539
- this.__callback();
540
- },
541
- // deal with focus
542
- set_focus : function () {
543
- if(this.is_focused()) { return; }
544
- var f = $.jstree._focused();
545
- if(f) { f.unset_focus(); }
546
-
547
- this.get_container().addClass("jstree-focused");
548
- focused_instance = this.get_index();
549
- this.__callback();
550
- },
551
- is_focused : function () {
552
- return focused_instance == this.get_index();
553
- },
554
- unset_focus : function () {
555
- if(this.is_focused()) {
556
- this.get_container().removeClass("jstree-focused");
557
- focused_instance = -1;
558
- }
559
- this.__callback();
560
- },
561
-
562
- // traverse
563
- _get_node : function (obj) {
564
- var $obj = $(obj, this.get_container());
565
- if($obj.is(".jstree") || obj == -1) { return -1; }
566
- $obj = $obj.closest("li", this.get_container());
567
- return $obj.length ? $obj : false;
568
- },
569
- _get_next : function (obj, strict) {
570
- obj = this._get_node(obj);
571
- if(obj === -1) { return this.get_container().find("> ul > li:first-child"); }
572
- if(!obj.length) { return false; }
573
- if(strict) { return (obj.nextAll("li").size() > 0) ? obj.nextAll("li:eq(0)") : false; }
574
-
575
- if(obj.hasClass("jstree-open")) { return obj.find("li:eq(0)"); }
576
- else if(obj.nextAll("li").size() > 0) { return obj.nextAll("li:eq(0)"); }
577
- else { return obj.parentsUntil(".jstree","li").next("li").eq(0); }
578
- },
579
- _get_prev : function (obj, strict) {
580
- obj = this._get_node(obj);
581
- if(obj === -1) { return this.get_container().find("> ul > li:last-child"); }
582
- if(!obj.length) { return false; }
583
- if(strict) { return (obj.prevAll("li").length > 0) ? obj.prevAll("li:eq(0)") : false; }
584
-
585
- if(obj.prev("li").length) {
586
- obj = obj.prev("li").eq(0);
587
- while(obj.hasClass("jstree-open")) { obj = obj.children("ul:eq(0)").children("li:last"); }
588
- return obj;
589
- }
590
- else { var o = obj.parentsUntil(".jstree","li:eq(0)"); return o.length ? o : false; }
591
- },
592
- _get_parent : function (obj) {
593
- obj = this._get_node(obj);
594
- if(obj == -1 || !obj.length) { return false; }
595
- var o = obj.parentsUntil(".jstree", "li:eq(0)");
596
- return o.length ? o : -1;
597
- },
598
- _get_children : function (obj) {
599
- obj = this._get_node(obj);
600
- if(obj === -1) { return this.get_container().children("ul:eq(0)").children("li"); }
601
- if(!obj.length) { return false; }
602
- return obj.children("ul:eq(0)").children("li");
603
- },
604
- get_path : function (obj, id_mode) {
605
- var p = [],
606
- _this = this;
607
- obj = this._get_node(obj);
608
- if(obj === -1 || !obj || !obj.length) { return false; }
609
- obj.parentsUntil(".jstree", "li").each(function () {
610
- p.push( id_mode ? this.id : _this.get_text(this) );
611
- });
612
- p.reverse();
613
- p.push( id_mode ? obj.attr("id") : this.get_text(obj) );
614
- return p;
615
- },
616
-
617
- // string functions
618
- _get_string : function (key) {
619
- return this._get_settings().core.strings[key] || key;
620
- },
621
-
622
- is_open : function (obj) { obj = this._get_node(obj); return obj && obj !== -1 && obj.hasClass("jstree-open"); },
623
- is_closed : function (obj) { obj = this._get_node(obj); return obj && obj !== -1 && obj.hasClass("jstree-closed"); },
624
- is_leaf : function (obj) { obj = this._get_node(obj); return obj && obj !== -1 && obj.hasClass("jstree-leaf"); },
625
- correct_state : function (obj) {
626
- obj = this._get_node(obj);
627
- if(!obj || obj === -1) { return false; }
628
- obj.removeClass("jstree-closed jstree-open").addClass("jstree-leaf").children("ul").remove();
629
- this.__callback({ "obj" : obj });
630
- },
631
- // open/close
632
- open_node : function (obj, callback, skip_animation) {
633
- obj = this._get_node(obj);
634
- if(!obj.length) { return false; }
635
- if(!obj.hasClass("jstree-closed")) { if(callback) { callback.call(); } return false; }
636
- var s = skip_animation || is_ie6 ? 0 : this._get_settings().core.animation,
637
- t = this;
638
- if(!this._is_loaded(obj)) {
639
- obj.children("a").addClass("jstree-loading");
640
- this.load_node(obj, function () { t.open_node(obj, callback, skip_animation); }, callback);
641
- }
642
- else {
643
- if(this._get_settings().core.open_parents) {
644
- obj.parentsUntil(".jstree",".jstree-closed").each(function () {
645
- t.open_node(this, false, true);
646
- });
647
- }
648
- if(s) { obj.children("ul").css("display","none"); }
649
- obj.removeClass("jstree-closed").addClass("jstree-open").children("a").removeClass("jstree-loading");
650
- if(s) { obj.children("ul").stop(true, true).slideDown(s, function () { this.style.display = ""; t.after_open(obj); }); }
651
- else { t.after_open(obj); }
652
- this.__callback({ "obj" : obj });
653
- if(callback) { callback.call(); }
654
- }
655
- },
656
- after_open : function (obj) { this.__callback({ "obj" : obj }); },
657
- close_node : function (obj, skip_animation) {
658
- obj = this._get_node(obj);
659
- var s = skip_animation || is_ie6 ? 0 : this._get_settings().core.animation,
660
- t = this;
661
- if(!obj.length || !obj.hasClass("jstree-open")) { return false; }
662
- if(s) { obj.children("ul").attr("style","display:block !important"); }
663
- obj.removeClass("jstree-open").addClass("jstree-closed");
664
- if(s) { obj.children("ul").stop(true, true).slideUp(s, function () { this.style.display = ""; t.after_close(obj); }); }
665
- else { t.after_close(obj); }
666
- this.__callback({ "obj" : obj });
667
- },
668
- after_close : function (obj) { this.__callback({ "obj" : obj }); },
669
- toggle_node : function (obj) {
670
- obj = this._get_node(obj);
671
- if(obj.hasClass("jstree-closed")) { return this.open_node(obj); }
672
- if(obj.hasClass("jstree-open")) { return this.close_node(obj); }
673
- },
674
- open_all : function (obj, do_animation, original_obj) {
675
- obj = obj ? this._get_node(obj) : -1;
676
- if(!obj || obj === -1) { obj = this.get_container_ul(); }
677
- if(original_obj) {
678
- obj = obj.find("li.jstree-closed");
679
- }
680
- else {
681
- original_obj = obj;
682
- if(obj.is(".jstree-closed")) { obj = obj.find("li.jstree-closed").addBack(); }
683
- else { obj = obj.find("li.jstree-closed"); }
684
- }
685
- var _this = this;
686
- obj.each(function () {
687
- var __this = this;
688
- if(!_this._is_loaded(this)) { _this.open_node(this, function() { _this.open_all(__this, do_animation, original_obj); }, !do_animation); }
689
- else { _this.open_node(this, false, !do_animation); }
690
- });
691
- // so that callback is fired AFTER all nodes are open
692
- if(original_obj.find('li.jstree-closed').length === 0) { this.__callback({ "obj" : original_obj }); }
693
- },
694
- close_all : function (obj, do_animation) {
695
- var _this = this;
696
- obj = obj ? this._get_node(obj) : this.get_container();
697
- if(!obj || obj === -1) { obj = this.get_container_ul(); }
698
- obj.find("li.jstree-open").addBack().each(function () { _this.close_node(this, !do_animation); });
699
- this.__callback({ "obj" : obj });
700
- },
701
- clean_node : function (obj) {
702
- obj = obj && obj != -1 ? $(obj) : this.get_container_ul();
703
- obj = obj.is("li") ? obj.find("li").addBack() : obj.find("li");
704
- obj.removeClass("jstree-last")
705
- .filter("li:last-child").addClass("jstree-last").end()
706
- .filter(":has(li)")
707
- .not(".jstree-open").removeClass("jstree-leaf").addClass("jstree-closed");
708
- obj.not(".jstree-open, .jstree-closed").addClass("jstree-leaf").children("ul").remove();
709
- this.__callback({ "obj" : obj });
710
- },
711
- // rollback
712
- get_rollback : function () {
713
- this.__callback();
714
- return { i : this.get_index(), h : this.get_container().children("ul").clone(true), d : this.data };
715
- },
716
- set_rollback : function (html, data) {
717
- this.get_container().empty().append(html);
718
- this.data = data;
719
- this.__callback();
720
- },
721
- // Dummy functions to be overwritten by any datastore plugin included
722
- load_node : function (obj, s_call, e_call) { this.__callback({ "obj" : obj }); },
723
- _is_loaded : function (obj) { return true; },
724
-
725
- // Basic operations: create
726
- create_node : function (obj, position, js, callback, is_loaded) {
727
- obj = this._get_node(obj);
728
- position = typeof position === "undefined" ? "last" : position;
729
- var d = $("<li />"),
730
- s = this._get_settings().core,
731
- tmp;
732
-
733
- if(obj !== -1 && !obj.length) { return false; }
734
- if(!is_loaded && !this._is_loaded(obj)) { this.load_node(obj, function () { this.create_node(obj, position, js, callback, true); }); return false; }
735
-
736
- this.__rollback();
737
-
738
- if(typeof js === "string") { js = { "data" : js }; }
739
- if(!js) { js = {}; }
740
- if(js.attr) { d.attr(js.attr); }
741
- if(js.metadata) { d.data(js.metadata); }
742
- if(js.state) { d.addClass("jstree-" + js.state); }
743
- if(!js.data) { js.data = this._get_string("new_node"); }
744
- if(!$.isArray(js.data)) { tmp = js.data; js.data = []; js.data.push(tmp); }
745
- $.each(js.data, function (i, m) {
746
- tmp = $("<a />");
747
- if($.isFunction(m)) { m = m.call(this, js); }
748
- if(typeof m == "string") { tmp.attr('href','#')[ s.html_titles ? "html" : "text" ](m); }
749
- else {
750
- if(!m.attr) { m.attr = {}; }
751
- if(!m.attr.href) { m.attr.href = '#'; }
752
- tmp.attr(m.attr)[ s.html_titles ? "html" : "text" ](m.title);
753
- if(m.language) { tmp.addClass(m.language); }
754
- }
755
- tmp.prepend("<ins class='jstree-icon'>&#160;</ins>");
756
- if(!m.icon && js.icon) { m.icon = js.icon; }
757
- if(m.icon) {
758
- if(m.icon.indexOf("/") === -1) { tmp.children("ins").addClass(m.icon); }
759
- else { tmp.children("ins").css("background","url('" + m.icon + "') center center no-repeat"); }
760
- }
761
- d.append(tmp);
762
- });
763
- d.prepend("<ins class='jstree-icon'>&#160;</ins>");
764
- if(obj === -1) {
765
- obj = this.get_container();
766
- if(position === "before") { position = "first"; }
767
- if(position === "after") { position = "last"; }
768
- }
769
- switch(position) {
770
- case "before": obj.before(d); tmp = this._get_parent(obj); break;
771
- case "after" : obj.after(d); tmp = this._get_parent(obj); break;
772
- case "inside":
773
- case "first" :
774
- if(!obj.children("ul").length) { obj.append("<ul />"); }
775
- obj.children("ul").prepend(d);
776
- tmp = obj;
777
- break;
778
- case "last":
779
- if(!obj.children("ul").length) { obj.append("<ul />"); }
780
- obj.children("ul").append(d);
781
- tmp = obj;
782
- break;
783
- default:
784
- if(!obj.children("ul").length) { obj.append("<ul />"); }
785
- if(!position) { position = 0; }
786
- tmp = obj.children("ul").children("li").eq(position);
787
- if(tmp.length) { tmp.before(d); }
788
- else { obj.children("ul").append(d); }
789
- tmp = obj;
790
- break;
791
- }
792
- if(tmp === -1 || tmp.get(0) === this.get_container().get(0)) { tmp = -1; }
793
- this.clean_node(tmp);
794
- this.__callback({ "obj" : d, "parent" : tmp });
795
- if(callback) { callback.call(this, d); }
796
- return d;
797
- },
798
- // Basic operations: rename (deal with text)
799
- get_text : function (obj) {
800
- obj = this._get_node(obj);
801
- if(!obj.length) { return false; }
802
- var s = this._get_settings().core.html_titles;
803
- obj = obj.children("a:eq(0)");
804
- if(s) {
805
- obj = obj.clone();
806
- obj.children("INS").remove();
807
- return obj.html();
808
- }
809
- else {
810
- obj = obj.contents().filter(function() { return this.nodeType == 3; })[0];
811
- return obj.nodeValue;
812
- }
813
- },
814
- set_text : function (obj, val) {
815
- obj = this._get_node(obj);
816
- if(!obj.length) { return false; }
817
- obj = obj.children("a:eq(0)");
818
- if(this._get_settings().core.html_titles) {
819
- var tmp = obj.children("INS").clone();
820
- obj.html(val).prepend(tmp);
821
- this.__callback({ "obj" : obj, "name" : val });
822
- return true;
823
- }
824
- else {
825
- obj = obj.contents().filter(function() { return this.nodeType == 3; })[0];
826
- this.__callback({ "obj" : obj, "name" : val });
827
- return (obj.nodeValue = val);
828
- }
829
- },
830
- rename_node : function (obj, val) {
831
- obj = this._get_node(obj);
832
- this.__rollback();
833
- if(obj && obj.length && this.set_text.apply(this, Array.prototype.slice.call(arguments))) { this.__callback({ "obj" : obj, "name" : val }); }
834
- },
835
- // Basic operations: deleting nodes
836
- delete_node : function (obj) {
837
- obj = this._get_node(obj);
838
- if(!obj.length) { return false; }
839
- this.__rollback();
840
- var p = this._get_parent(obj), prev = $([]), t = this;
841
- obj.each(function () {
842
- prev = prev.add(t._get_prev(this));
843
- });
844
- obj = obj.detach();
845
- if(p !== -1 && p.find("> ul > li").length === 0) {
846
- p.removeClass("jstree-open jstree-closed").addClass("jstree-leaf");
847
- }
848
- this.clean_node(p);
849
- this.__callback({ "obj" : obj, "prev" : prev, "parent" : p });
850
- return obj;
851
- },
852
- prepare_move : function (o, r, pos, cb, is_cb) {
853
- var p = {};
854
-
855
- p.ot = $.jstree._reference(o) || this;
856
- p.o = p.ot._get_node(o);
857
- p.r = r === - 1 ? -1 : this._get_node(r);
858
- p.p = (typeof pos === "undefined" || pos === false) ? "last" : pos; // TODO: move to a setting
859
- if(!is_cb && prepared_move.o && prepared_move.o[0] === p.o[0] && prepared_move.r[0] === p.r[0] && prepared_move.p === p.p) {
860
- this.__callback(prepared_move);
861
- if(cb) { cb.call(this, prepared_move); }
862
- return;
863
- }
864
- p.ot = $.jstree._reference(p.o) || this;
865
- p.rt = $.jstree._reference(p.r) || this; // r === -1 ? p.ot : $.jstree._reference(p.r) || this
866
- if(p.r === -1 || !p.r) {
867
- p.cr = -1;
868
- switch(p.p) {
869
- case "first":
870
- case "before":
871
- case "inside":
872
- p.cp = 0;
873
- break;
874
- case "after":
875
- case "last":
876
- p.cp = p.rt.get_container().find(" > ul > li").length;
877
- break;
878
- default:
879
- p.cp = p.p;
880
- break;
881
- }
882
- }
883
- else {
884
- if(!/^(before|after)$/.test(p.p) && !this._is_loaded(p.r)) {
885
- return this.load_node(p.r, function () { this.prepare_move(o, r, pos, cb, true); });
886
- }
887
- switch(p.p) {
888
- case "before":
889
- p.cp = p.r.index();
890
- p.cr = p.rt._get_parent(p.r);
891
- break;
892
- case "after":
893
- p.cp = p.r.index() + 1;
894
- p.cr = p.rt._get_parent(p.r);
895
- break;
896
- case "inside":
897
- case "first":
898
- p.cp = 0;
899
- p.cr = p.r;
900
- break;
901
- case "last":
902
- p.cp = p.r.find(" > ul > li").length;
903
- p.cr = p.r;
904
- break;
905
- default:
906
- p.cp = p.p;
907
- p.cr = p.r;
908
- break;
909
- }
910
- }
911
- p.np = p.cr == -1 ? p.rt.get_container() : p.cr;
912
- p.op = p.ot._get_parent(p.o);
913
- p.cop = p.o.index();
914
- if(p.op === -1) { p.op = p.ot ? p.ot.get_container() : this.get_container(); }
915
- if(!/^(before|after)$/.test(p.p) && p.op && p.np && p.op[0] === p.np[0] && p.o.index() < p.cp) { p.cp++; }
916
- //if(p.p === "before" && p.op && p.np && p.op[0] === p.np[0] && p.o.index() < p.cp) { p.cp--; }
917
- p.or = p.np.find(" > ul > li:nth-child(" + (p.cp + 1) + ")");
918
- prepared_move = p;
919
- this.__callback(prepared_move);
920
- if(cb) { cb.call(this, prepared_move); }
921
- },
922
- check_move : function () {
923
- var obj = prepared_move, ret = true, r = obj.r === -1 ? this.get_container() : obj.r;
924
- if(!obj || !obj.o || obj.or[0] === obj.o[0]) { return false; }
925
- if(!obj.cy) {
926
- if(obj.op && obj.np && obj.op[0] === obj.np[0] && obj.cp - 1 === obj.o.index()) { return false; }
927
- obj.o.each(function () {
928
- if(r.parentsUntil(".jstree", "li").addBack().index(this) !== -1) { ret = false; return false; }
929
- });
930
- }
931
- return ret;
932
- },
933
- move_node : function (obj, ref, position, is_copy, is_prepared, skip_check) {
934
- if(!is_prepared) {
935
- return this.prepare_move(obj, ref, position, function (p) {
936
- this.move_node(p, false, false, is_copy, true, skip_check);
937
- });
938
- }
939
- if(is_copy) {
940
- prepared_move.cy = true;
941
- }
942
- if(!skip_check && !this.check_move()) { return false; }
943
-
944
- this.__rollback();
945
- var o = false;
946
- if(is_copy) {
947
- o = obj.o.clone(true);
948
- o.find("*[id]").addBack().each(function () {
949
- if(this.id) { this.id = "copy_" + this.id; }
950
- });
951
- }
952
- else { o = obj.o; }
953
-
954
- if(obj.or.length) { obj.or.before(o); }
955
- else {
956
- if(!obj.np.children("ul").length) { $("<ul />").appendTo(obj.np); }
957
- obj.np.children("ul:eq(0)").append(o);
958
- }
959
-
960
- try {
961
- obj.ot.clean_node(obj.op);
962
- obj.rt.clean_node(obj.np);
963
- if(!obj.op.find("> ul > li").length) {
964
- obj.op.removeClass("jstree-open jstree-closed").addClass("jstree-leaf").children("ul").remove();
965
- }
966
- } catch (e) { }
967
-
968
- if(is_copy) {
969
- prepared_move.cy = true;
970
- prepared_move.oc = o;
971
- }
972
- this.__callback(prepared_move);
973
- return prepared_move;
974
- },
975
- _get_move : function () { return prepared_move; }
976
- }
977
- });
978
- })(jQuery);
979
- //*/
980
-
981
- /*
982
- * jsTree ui plugin
983
- * This plugins handles selecting/deselecting/hovering/dehovering nodes
984
- */
985
- (function ($) {
986
- var scrollbar_width, e1, e2;
987
- $(function() {
988
- if (/msie/.test(navigator.userAgent.toLowerCase())) {
989
- e1 = $('<textarea cols="10" rows="2"></textarea>').css({ position: 'absolute', top: -1000, left: 0 }).appendTo('body');
990
- e2 = $('<textarea cols="10" rows="2" style="overflow: hidden;"></textarea>').css({ position: 'absolute', top: -1000, left: 0 }).appendTo('body');
991
- scrollbar_width = e1.width() - e2.width();
992
- e1.add(e2).remove();
993
- }
994
- else {
995
- e1 = $('<div />').css({ width: 100, height: 100, overflow: 'auto', position: 'absolute', top: -1000, left: 0 })
996
- .prependTo('body').append('<div />').find('div').css({ width: '100%', height: 200 });
997
- scrollbar_width = 100 - e1.width();
998
- e1.parent().remove();
999
- }
1000
- });
1001
- $.jstree.plugin("ui", {
1002
- __init : function () {
1003
- this.data.ui.selected = $();
1004
- this.data.ui.last_selected = false;
1005
- this.data.ui.hovered = null;
1006
- this.data.ui.to_select = this.get_settings().ui.initially_select;
1007
-
1008
- this.get_container()
1009
- .delegate("a", "click.jstree", $.proxy(function (event) {
1010
- event.preventDefault();
1011
- event.currentTarget.blur();
1012
- if(!$(event.currentTarget).hasClass("jstree-loading")) {
1013
- this.select_node(event.currentTarget, true, event);
1014
- }
1015
- }, this))
1016
- .delegate("a", "mouseenter.jstree", $.proxy(function (event) {
1017
- if(!$(event.currentTarget).hasClass("jstree-loading")) {
1018
- this.hover_node(event.target);
1019
- }
1020
- }, this))
1021
- .delegate("a", "mouseleave.jstree", $.proxy(function (event) {
1022
- if(!$(event.currentTarget).hasClass("jstree-loading")) {
1023
- this.dehover_node(event.target);
1024
- }
1025
- }, this))
1026
- .bind("reopen.jstree", $.proxy(function () {
1027
- this.reselect();
1028
- }, this))
1029
- .bind("get_rollback.jstree", $.proxy(function () {
1030
- this.dehover_node();
1031
- this.save_selected();
1032
- }, this))
1033
- .bind("set_rollback.jstree", $.proxy(function () {
1034
- this.reselect();
1035
- }, this))
1036
- .bind("close_node.jstree", $.proxy(function (event, data) {
1037
- var s = this._get_settings().ui,
1038
- obj = this._get_node(data.rslt.obj),
1039
- clk = (obj && obj.length) ? obj.children("ul").find("a.jstree-clicked") : $(),
1040
- _this = this;
1041
- if(s.selected_parent_close === false || !clk.length) { return; }
1042
- clk.each(function () {
1043
- _this.deselect_node(this);
1044
- if(s.selected_parent_close === "select_parent") { _this.select_node(obj); }
1045
- });
1046
- }, this))
1047
- .bind("delete_node.jstree", $.proxy(function (event, data) {
1048
- var s = this._get_settings().ui.select_prev_on_delete,
1049
- obj = this._get_node(data.rslt.obj),
1050
- clk = (obj && obj.length) ? obj.find("a.jstree-clicked") : [],
1051
- _this = this;
1052
- clk.each(function () { _this.deselect_node(this); });
1053
- if(s && clk.length) {
1054
- data.rslt.prev.each(function () {
1055
- if(this.parentNode) { _this.select_node(this); return false; /* if return false is removed all prev nodes will be selected */}
1056
- });
1057
- }
1058
- }, this))
1059
- .bind("move_node.jstree", $.proxy(function (event, data) {
1060
- if(data.rslt.cy) {
1061
- data.rslt.oc.find("a.jstree-clicked").removeClass("jstree-clicked");
1062
- }
1063
- }, this));
1064
- },
1065
- defaults : {
1066
- select_limit : -1, // 0, 1, 2 ... or -1 for unlimited
1067
- select_multiple_modifier : "ctrl", // on, or ctrl, shift, alt
1068
- select_range_modifier : "shift",
1069
- selected_parent_close : "select_parent", // false, "deselect", "select_parent"
1070
- selected_parent_open : true,
1071
- select_prev_on_delete : true,
1072
- disable_selecting_children : false,
1073
- initially_select : []
1074
- },
1075
- _fn : {
1076
- _get_node : function (obj, allow_multiple) {
1077
- if(typeof obj === "undefined" || obj === null) { return allow_multiple ? this.data.ui.selected : this.data.ui.last_selected; }
1078
- var $obj = $(obj, this.get_container());
1079
- if($obj.is(".jstree") || obj == -1) { return -1; }
1080
- $obj = $obj.closest("li", this.get_container());
1081
- return $obj.length ? $obj : false;
1082
- },
1083
- _ui_notify : function (n, data) {
1084
- if(data.selected) {
1085
- this.select_node(n, false);
1086
- }
1087
- },
1088
- save_selected : function () {
1089
- var _this = this;
1090
- this.data.ui.to_select = [];
1091
- this.data.ui.selected.each(function () { if(this.id) { _this.data.ui.to_select.push("#" + this.id.toString().replace(/^#/,"").replace(/\\\//g,"/").replace(/\//g,"\\\/").replace(/\\\./g,".").replace(/\./g,"\\.").replace(/\:/g,"\\:")); } });
1092
- this.__callback(this.data.ui.to_select);
1093
- },
1094
- reselect : function () {
1095
- var _this = this,
1096
- s = this.data.ui.to_select;
1097
- s = $.map($.makeArray(s), function (n) { return "#" + n.toString().replace(/^#/,"").replace(/\\\//g,"/").replace(/\//g,"\\\/").replace(/\\\./g,".").replace(/\./g,"\\.").replace(/\:/g,"\\:"); });
1098
- // this.deselect_all(); WHY deselect, breaks plugin state notifier?
1099
- $.each(s, function (i, val) { if(val && val !== "#") { _this.select_node(val); } });
1100
- this.data.ui.selected = this.data.ui.selected.filter(function () { return this.parentNode; });
1101
- this.__callback();
1102
- },
1103
- refresh : function (obj) {
1104
- this.save_selected();
1105
- return this.__call_old();
1106
- },
1107
- hover_node : function (obj) {
1108
- obj = this._get_node(obj);
1109
- if(!obj.length) { return false; }
1110
- //if(this.data.ui.hovered && obj.get(0) === this.data.ui.hovered.get(0)) { return; }
1111
- if(!obj.hasClass("jstree-hovered")) { this.dehover_node(); }
1112
- this.data.ui.hovered = obj.children("a").addClass("jstree-hovered").parent();
1113
- this._fix_scroll(obj);
1114
- this.__callback({ "obj" : obj });
1115
- },
1116
- dehover_node : function () {
1117
- var obj = this.data.ui.hovered, p;
1118
- if(!obj || !obj.length) { return false; }
1119
- p = obj.children("a").removeClass("jstree-hovered").parent();
1120
- if(this.data.ui.hovered[0] === p[0]) { this.data.ui.hovered = null; }
1121
- this.__callback({ "obj" : obj });
1122
- },
1123
- select_node : function (obj, check, e) {
1124
- obj = this._get_node(obj);
1125
- if(obj == -1 || !obj || !obj.length) { return false; }
1126
- var s = this._get_settings().ui,
1127
- is_multiple = (s.select_multiple_modifier == "on" || (s.select_multiple_modifier !== false && e && e[s.select_multiple_modifier + "Key"])),
1128
- is_range = (s.select_range_modifier !== false && e && e[s.select_range_modifier + "Key"] && this.data.ui.last_selected && this.data.ui.last_selected[0] !== obj[0] && this.data.ui.last_selected.parent()[0] === obj.parent()[0]),
1129
- is_selected = this.is_selected(obj),
1130
- proceed = true,
1131
- t = this;
1132
- if(check) {
1133
- if(s.disable_selecting_children && is_multiple &&
1134
- (
1135
- (obj.parentsUntil(".jstree","li").children("a.jstree-clicked").length) ||
1136
- (obj.children("ul").find("a.jstree-clicked:eq(0)").length)
1137
- )
1138
- ) {
1139
- return false;
1140
- }
1141
- proceed = false;
1142
- switch(!0) {
1143
- case (is_range):
1144
- this.data.ui.last_selected.addClass("jstree-last-selected");
1145
- obj = obj[ obj.index() < this.data.ui.last_selected.index() ? "nextUntil" : "prevUntil" ](".jstree-last-selected").addBack();
1146
- if(s.select_limit == -1 || obj.length < s.select_limit) {
1147
- this.data.ui.last_selected.removeClass("jstree-last-selected");
1148
- this.data.ui.selected.each(function () {
1149
- if(this !== t.data.ui.last_selected[0]) { t.deselect_node(this); }
1150
- });
1151
- is_selected = false;
1152
- proceed = true;
1153
- }
1154
- else {
1155
- proceed = false;
1156
- }
1157
- break;
1158
- case (is_selected && !is_multiple):
1159
- this.deselect_all();
1160
- is_selected = false;
1161
- proceed = true;
1162
- break;
1163
- case (!is_selected && !is_multiple):
1164
- if(s.select_limit == -1 || s.select_limit > 0) {
1165
- this.deselect_all();
1166
- proceed = true;
1167
- }
1168
- break;
1169
- case (is_selected && is_multiple):
1170
- this.deselect_node(obj);
1171
- break;
1172
- case (!is_selected && is_multiple):
1173
- if(s.select_limit == -1 || this.data.ui.selected.length + 1 <= s.select_limit) {
1174
- proceed = true;
1175
- }
1176
- break;
1177
- }
1178
- }
1179
- if(proceed && !is_selected) {
1180
- if(!is_range) { this.data.ui.last_selected = obj; }
1181
- obj.children("a").addClass("jstree-clicked");
1182
- if(s.selected_parent_open) {
1183
- obj.parents(".jstree-closed").each(function () { t.open_node(this, false, true); });
1184
- }
1185
- this.data.ui.selected = this.data.ui.selected.add(obj);
1186
- this._fix_scroll(obj.eq(0));
1187
- this.__callback({ "obj" : obj, "e" : e });
1188
- }
1189
- },
1190
- _fix_scroll : function (obj) {
1191
- var c = this.get_container()[0], t;
1192
- if(c.scrollHeight > c.offsetHeight) {
1193
- obj = this._get_node(obj);
1194
- if(!obj || obj === -1 || !obj.length || !obj.is(":visible")) { return; }
1195
- t = obj.offset().top - this.get_container().offset().top;
1196
- if(t < 0) {
1197
- c.scrollTop = c.scrollTop + t - 1;
1198
- }
1199
- if(t + this.data.core.li_height + (c.scrollWidth > c.offsetWidth ? scrollbar_width : 0) > c.offsetHeight) {
1200
- c.scrollTop = c.scrollTop + (t - c.offsetHeight + this.data.core.li_height + 1 + (c.scrollWidth > c.offsetWidth ? scrollbar_width : 0));
1201
- }
1202
- }
1203
- },
1204
- deselect_node : function (obj) {
1205
- obj = this._get_node(obj);
1206
- if(!obj.length) { return false; }
1207
- if(this.is_selected(obj)) {
1208
- obj.children("a").removeClass("jstree-clicked");
1209
- this.data.ui.selected = this.data.ui.selected.not(obj);
1210
- if(this.data.ui.last_selected.get(0) === obj.get(0)) { this.data.ui.last_selected = this.data.ui.selected.eq(0); }
1211
- this.__callback({ "obj" : obj });
1212
- }
1213
- },
1214
- toggle_select : function (obj) {
1215
- obj = this._get_node(obj);
1216
- if(!obj.length) { return false; }
1217
- if(this.is_selected(obj)) { this.deselect_node(obj); }
1218
- else { this.select_node(obj); }
1219
- },
1220
- is_selected : function (obj) { return this.data.ui.selected.index(this._get_node(obj)) >= 0; },
1221
- get_selected : function (context) {
1222
- return context ? $(context).find("a.jstree-clicked").parent() : this.data.ui.selected;
1223
- },
1224
- deselect_all : function (context) {
1225
- var ret = context ? $(context).find("a.jstree-clicked").parent() : this.get_container().find("a.jstree-clicked").parent();
1226
- ret.children("a.jstree-clicked").removeClass("jstree-clicked");
1227
- this.data.ui.selected = $([]);
1228
- this.data.ui.last_selected = false;
1229
- this.__callback({ "obj" : ret });
1230
- }
1231
- }
1232
- });
1233
- // include the selection plugin by default
1234
- $.jstree.defaults.plugins.push("ui");
1235
- })(jQuery);
1236
- //*/
1237
-
1238
- /*
1239
- * jsTree CRRM plugin
1240
- * Handles creating/renaming/removing/moving nodes by user interaction.
1241
- */
1242
- (function ($) {
1243
- $.jstree.plugin("crrm", {
1244
- __init : function () {
1245
- this.get_container()
1246
- .bind("move_node.jstree", $.proxy(function (e, data) {
1247
- if(this._get_settings().crrm.move.open_onmove) {
1248
- var t = this;
1249
- data.rslt.np.parentsUntil(".jstree").addBack().filter(".jstree-closed").each(function () {
1250
- t.open_node(this, false, true);
1251
- });
1252
- }
1253
- }, this));
1254
- },
1255
- defaults : {
1256
- input_width_limit : 200,
1257
- move : {
1258
- always_copy : false, // false, true or "multitree"
1259
- open_onmove : true,
1260
- default_position : "last",
1261
- check_move : function (m) { return true; }
1262
- }
1263
- },
1264
- _fn : {
1265
- _show_input : function (obj, callback) {
1266
- obj = this._get_node(obj);
1267
- var rtl = this._get_settings().core.rtl,
1268
- w = this._get_settings().crrm.input_width_limit,
1269
- w1 = obj.children("ins").width(),
1270
- w2 = obj.find("> a:visible > ins").width() * obj.find("> a:visible > ins").length,
1271
- t = this.get_text(obj),
1272
- h1 = $("<div />", { css : { "position" : "absolute", "top" : "-200px", "left" : (rtl ? "0px" : "-1000px"), "visibility" : "hidden" } }).appendTo("body"),
1273
- h2 = obj.css("position","relative").append(
1274
- $("<input />", {
1275
- "value" : t,
1276
- "class" : "jstree-rename-input",
1277
- // "size" : t.length,
1278
- "css" : {
1279
- "padding" : "0",
1280
- "border" : "1px solid silver",
1281
- "position" : "absolute",
1282
- "left" : (rtl ? "auto" : (w1 + w2 + 4) + "px"),
1283
- "right" : (rtl ? (w1 + w2 + 4) + "px" : "auto"),
1284
- "top" : "0px",
1285
- "height" : (this.data.core.li_height - 2) + "px",
1286
- "lineHeight" : (this.data.core.li_height - 2) + "px",
1287
- "width" : "150px" // will be set a bit further down
1288
- },
1289
- "blur" : $.proxy(function () {
1290
- var i = obj.children(".jstree-rename-input"),
1291
- v = i.val();
1292
- if(v === "") { v = t; }
1293
- h1.remove();
1294
- i.remove(); // rollback purposes
1295
- this.set_text(obj,t); // rollback purposes
1296
- this.rename_node(obj, v);
1297
- callback.call(this, obj, v, t);
1298
- obj.css("position","");
1299
- }, this),
1300
- "keyup" : function (event) {
1301
- var key = event.keyCode || event.which;
1302
- if(key == 27) { this.value = t; this.blur(); return; }
1303
- else if(key == 13) { this.blur(); return; }
1304
- else {
1305
- h2.width(Math.min(h1.text("pW" + this.value).width(),w));
1306
- }
1307
- },
1308
- "keypress" : function(event) {
1309
- var key = event.keyCode || event.which;
1310
- if(key == 13) { return false; }
1311
- }
1312
- })
1313
- ).children(".jstree-rename-input");
1314
- this.set_text(obj, "");
1315
- h1.css({
1316
- fontFamily : h2.css('fontFamily') || '',
1317
- fontSize : h2.css('fontSize') || '',
1318
- fontWeight : h2.css('fontWeight') || '',
1319
- fontStyle : h2.css('fontStyle') || '',
1320
- fontStretch : h2.css('fontStretch') || '',
1321
- fontVariant : h2.css('fontVariant') || '',
1322
- letterSpacing : h2.css('letterSpacing') || '',
1323
- wordSpacing : h2.css('wordSpacing') || ''
1324
- });
1325
- h2.width(Math.min(h1.text("pW" + h2[0].value).width(),w))[0].select();
1326
- },
1327
- rename : function (obj) {
1328
- obj = this._get_node(obj);
1329
- this.__rollback();
1330
- var f = this.__callback;
1331
- this._show_input(obj, function (obj, new_name, old_name) {
1332
- f.call(this, { "obj" : obj, "new_name" : new_name, "old_name" : old_name });
1333
- });
1334
- },
1335
- create : function (obj, position, js, callback, skip_rename) {
1336
- var t, _this = this;
1337
- obj = this._get_node(obj);
1338
- if(!obj) { obj = -1; }
1339
- this.__rollback();
1340
- t = this.create_node(obj, position, js, function (t) {
1341
- var p = this._get_parent(t),
1342
- pos = $(t).index();
1343
- if(callback) { callback.call(this, t); }
1344
- if(p.length && p.hasClass("jstree-closed")) { this.open_node(p, false, true); }
1345
- if(!skip_rename) {
1346
- this._show_input(t, function (obj, new_name, old_name) {
1347
- _this.__callback({ "obj" : obj, "name" : new_name, "parent" : p, "position" : pos });
1348
- });
1349
- }
1350
- else { _this.__callback({ "obj" : t, "name" : this.get_text(t), "parent" : p, "position" : pos }); }
1351
- });
1352
- return t;
1353
- },
1354
- remove : function (obj) {
1355
- obj = this._get_node(obj, true);
1356
- var p = this._get_parent(obj), prev = this._get_prev(obj);
1357
- this.__rollback();
1358
- obj = this.delete_node(obj);
1359
- if(obj !== false) { this.__callback({ "obj" : obj, "prev" : prev, "parent" : p }); }
1360
- },
1361
- check_move : function () {
1362
- if(!this.__call_old()) { return false; }
1363
- var s = this._get_settings().crrm.move;
1364
- if(!s.check_move.call(this, this._get_move())) { return false; }
1365
- return true;
1366
- },
1367
- move_node : function (obj, ref, position, is_copy, is_prepared, skip_check) {
1368
- var s = this._get_settings().crrm.move;
1369
- if(!is_prepared) {
1370
- if(typeof position === "undefined") { position = s.default_position; }
1371
- if(position === "inside" && !s.default_position.match(/^(before|after)$/)) { position = s.default_position; }
1372
- return this.__call_old(true, obj, ref, position, is_copy, false, skip_check);
1373
- }
1374
- // if the move is already prepared
1375
- if(s.always_copy === true || (s.always_copy === "multitree" && obj.rt.get_index() !== obj.ot.get_index() )) {
1376
- is_copy = true;
1377
- }
1378
- this.__call_old(true, obj, ref, position, is_copy, true, skip_check);
1379
- },
1380
-
1381
- cut : function (obj) {
1382
- obj = this._get_node(obj, true);
1383
- if(!obj || !obj.length) { return false; }
1384
- this.data.crrm.cp_nodes = false;
1385
- this.data.crrm.ct_nodes = obj;
1386
- this.__callback({ "obj" : obj });
1387
- },
1388
- copy : function (obj) {
1389
- obj = this._get_node(obj, true);
1390
- if(!obj || !obj.length) { return false; }
1391
- this.data.crrm.ct_nodes = false;
1392
- this.data.crrm.cp_nodes = obj;
1393
- this.__callback({ "obj" : obj });
1394
- },
1395
- paste : function (obj) {
1396
- obj = this._get_node(obj);
1397
- if(!obj || !obj.length) { return false; }
1398
- var nodes = this.data.crrm.ct_nodes ? this.data.crrm.ct_nodes : this.data.crrm.cp_nodes;
1399
- if(!this.data.crrm.ct_nodes && !this.data.crrm.cp_nodes) { return false; }
1400
- if(this.data.crrm.ct_nodes) { this.move_node(this.data.crrm.ct_nodes, obj); this.data.crrm.ct_nodes = false; }
1401
- if(this.data.crrm.cp_nodes) { this.move_node(this.data.crrm.cp_nodes, obj, false, true); }
1402
- this.__callback({ "obj" : obj, "nodes" : nodes });
1403
- }
1404
- }
1405
- });
1406
- // include the crr plugin by default
1407
- // $.jstree.defaults.plugins.push("crrm");
1408
- })(jQuery);
1409
- //*/
1410
-
1411
- /*
1412
- * jsTree themes plugin
1413
- * Handles loading and setting themes, as well as detecting path to themes, etc.
1414
- */
1415
- (function ($) {
1416
- var themes_loaded = [];
1417
- // this variable stores the path to the themes folder - if left as false - it will be autodetected
1418
- $.jstree._themes = false;
1419
- $.jstree.plugin("themes", {
1420
- __init : function () {
1421
- this.get_container()
1422
- .bind("init.jstree", $.proxy(function () {
1423
- var s = this._get_settings().themes;
1424
- this.data.themes.dots = s.dots;
1425
- this.data.themes.icons = s.icons;
1426
- this.set_theme(s.theme, s.url);
1427
- }, this))
1428
- .bind("loaded.jstree", $.proxy(function () {
1429
- // bound here too, as simple HTML tree's won't honor dots & icons otherwise
1430
- if(!this.data.themes.dots) { this.hide_dots(); }
1431
- else { this.show_dots(); }
1432
- if(!this.data.themes.icons) { this.hide_icons(); }
1433
- else { this.show_icons(); }
1434
- }, this));
1435
- },
1436
- defaults : {
1437
- theme : "default",
1438
- url : false,
1439
- dots : true,
1440
- icons : true
1441
- },
1442
- _fn : {
1443
- set_theme : function (theme_name, theme_url) {
1444
- if(!theme_name) { return false; }
1445
- if(!theme_url) { theme_url = $.jstree._themes + theme_name + '/style.css'; }
1446
- if($.inArray(theme_url, themes_loaded) == -1) {
1447
- $.vakata.css.add_sheet({ "url" : theme_url });
1448
- themes_loaded.push(theme_url);
1449
- }
1450
- if(this.data.themes.theme != theme_name) {
1451
- this.get_container().removeClass('jstree-' + this.data.themes.theme);
1452
- this.data.themes.theme = theme_name;
1453
- }
1454
- this.get_container().addClass('jstree-' + theme_name);
1455
- if(!this.data.themes.dots) { this.hide_dots(); }
1456
- else { this.show_dots(); }
1457
- if(!this.data.themes.icons) { this.hide_icons(); }
1458
- else { this.show_icons(); }
1459
- this.__callback();
1460
- },
1461
- get_theme : function () { return this.data.themes.theme; },
1462
-
1463
- show_dots : function () { this.data.themes.dots = true; this.get_container().children("ul").removeClass("jstree-no-dots"); },
1464
- hide_dots : function () { this.data.themes.dots = false; this.get_container().children("ul").addClass("jstree-no-dots"); },
1465
- toggle_dots : function () { if(this.data.themes.dots) { this.hide_dots(); } else { this.show_dots(); } },
1466
-
1467
- show_icons : function () { this.data.themes.icons = true; this.get_container().children("ul").removeClass("jstree-no-icons"); },
1468
- hide_icons : function () { this.data.themes.icons = false; this.get_container().children("ul").addClass("jstree-no-icons"); },
1469
- toggle_icons: function () { if(this.data.themes.icons) { this.hide_icons(); } else { this.show_icons(); } }
1470
- }
1471
- });
1472
- // autodetect themes path
1473
- $(function () {
1474
- if($.jstree._themes === false) {
1475
- $("script").each(function () {
1476
- if(this.src.toString().match(/jquery\.jstree[^\/]*?\.js(\?.*)?$/)) {
1477
- $.jstree._themes = this.src.toString().replace(/jquery\.jstree[^\/]*?\.js(\?.*)?$/, "") + 'themes/';
1478
- return false;
1479
- }
1480
- });
1481
- }
1482
- if($.jstree._themes === false) { $.jstree._themes = "themes/"; }
1483
- });
1484
- // include the themes plugin by default
1485
- $.jstree.defaults.plugins.push("themes");
1486
- })(jQuery);
1487
- //*/
1488
-
1489
- /*
1490
- * jsTree hotkeys plugin
1491
- * Enables keyboard navigation for all tree instances
1492
- * Depends on the jstree ui & jquery hotkeys plugins
1493
- */
1494
- (function ($) {
1495
- var bound = [];
1496
- function exec(i, event) {
1497
- var f = $.jstree._focused(), tmp;
1498
- if(f && f.data && f.data.hotkeys && f.data.hotkeys.enabled) {
1499
- tmp = f._get_settings().hotkeys[i];
1500
- if(tmp) { return tmp.call(f, event); }
1501
- }
1502
- }
1503
- $.jstree.plugin("hotkeys", {
1504
- __init : function () {
1505
- if(typeof $.hotkeys === "undefined") { throw "jsTree hotkeys: jQuery hotkeys plugin not included."; }
1506
- if(!this.data.ui) { throw "jsTree hotkeys: jsTree UI plugin not included."; }
1507
- $.each(this._get_settings().hotkeys, function (i, v) {
1508
- if(v !== false && $.inArray(i, bound) == -1) {
1509
- $(document).bind("keydown", i, function (event) { return exec(i, event); });
1510
- bound.push(i);
1511
- }
1512
- });
1513
- this.get_container()
1514
- .bind("lock.jstree", $.proxy(function () {
1515
- if(this.data.hotkeys.enabled) { this.data.hotkeys.enabled = false; this.data.hotkeys.revert = true; }
1516
- }, this))
1517
- .bind("unlock.jstree", $.proxy(function () {
1518
- if(this.data.hotkeys.revert) { this.data.hotkeys.enabled = true; }
1519
- }, this));
1520
- this.enable_hotkeys();
1521
- },
1522
- defaults : {
1523
- "up" : function () {
1524
- var o = this.data.ui.hovered || this.data.ui.last_selected || -1;
1525
- this.hover_node(this._get_prev(o));
1526
- return false;
1527
- },
1528
- "ctrl+up" : function () {
1529
- var o = this.data.ui.hovered || this.data.ui.last_selected || -1;
1530
- this.hover_node(this._get_prev(o));
1531
- return false;
1532
- },
1533
- "shift+up" : function () {
1534
- var o = this.data.ui.hovered || this.data.ui.last_selected || -1;
1535
- this.hover_node(this._get_prev(o));
1536
- return false;
1537
- },
1538
- "down" : function () {
1539
- var o = this.data.ui.hovered || this.data.ui.last_selected || -1;
1540
- this.hover_node(this._get_next(o));
1541
- return false;
1542
- },
1543
- "ctrl+down" : function () {
1544
- var o = this.data.ui.hovered || this.data.ui.last_selected || -1;
1545
- this.hover_node(this._get_next(o));
1546
- return false;
1547
- },
1548
- "shift+down" : function () {
1549
- var o = this.data.ui.hovered || this.data.ui.last_selected || -1;
1550
- this.hover_node(this._get_next(o));
1551
- return false;
1552
- },
1553
- "left" : function () {
1554
- var o = this.data.ui.hovered || this.data.ui.last_selected;
1555
- if(o) {
1556
- if(o.hasClass("jstree-open")) { this.close_node(o); }
1557
- else { this.hover_node(this._get_prev(o)); }
1558
- }
1559
- return false;
1560
- },
1561
- "ctrl+left" : function () {
1562
- var o = this.data.ui.hovered || this.data.ui.last_selected;
1563
- if(o) {
1564
- if(o.hasClass("jstree-open")) { this.close_node(o); }
1565
- else { this.hover_node(this._get_prev(o)); }
1566
- }
1567
- return false;
1568
- },
1569
- "shift+left" : function () {
1570
- var o = this.data.ui.hovered || this.data.ui.last_selected;
1571
- if(o) {
1572
- if(o.hasClass("jstree-open")) { this.close_node(o); }
1573
- else { this.hover_node(this._get_prev(o)); }
1574
- }
1575
- return false;
1576
- },
1577
- "right" : function () {
1578
- var o = this.data.ui.hovered || this.data.ui.last_selected;
1579
- if(o && o.length) {
1580
- if(o.hasClass("jstree-closed")) { this.open_node(o); }
1581
- else { this.hover_node(this._get_next(o)); }
1582
- }
1583
- return false;
1584
- },
1585
- "ctrl+right" : function () {
1586
- var o = this.data.ui.hovered || this.data.ui.last_selected;
1587
- if(o && o.length) {
1588
- if(o.hasClass("jstree-closed")) { this.open_node(o); }
1589
- else { this.hover_node(this._get_next(o)); }
1590
- }
1591
- return false;
1592
- },
1593
- "shift+right" : function () {
1594
- var o = this.data.ui.hovered || this.data.ui.last_selected;
1595
- if(o && o.length) {
1596
- if(o.hasClass("jstree-closed")) { this.open_node(o); }
1597
- else { this.hover_node(this._get_next(o)); }
1598
- }
1599
- return false;
1600
- },
1601
- "space" : function () {
1602
- if(this.data.ui.hovered) { this.data.ui.hovered.children("a:eq(0)").click(); }
1603
- return false;
1604
- },
1605
- "ctrl+space" : function (event) {
1606
- event.type = "click";
1607
- if(this.data.ui.hovered) { this.data.ui.hovered.children("a:eq(0)").trigger(event); }
1608
- return false;
1609
- },
1610
- "shift+space" : function (event) {
1611
- event.type = "click";
1612
- if(this.data.ui.hovered) { this.data.ui.hovered.children("a:eq(0)").trigger(event); }
1613
- return false;
1614
- },
1615
- "f2" : function () { this.rename(this.data.ui.hovered || this.data.ui.last_selected); },
1616
- "del" : function () { this.remove(this.data.ui.hovered || this._get_node(null)); }
1617
- },
1618
- _fn : {
1619
- enable_hotkeys : function () {
1620
- this.data.hotkeys.enabled = true;
1621
- },
1622
- disable_hotkeys : function () {
1623
- this.data.hotkeys.enabled = false;
1624
- }
1625
- }
1626
- });
1627
- })(jQuery);
1628
- //*/
1629
-
1630
- /*
1631
- * jsTree JSON plugin
1632
- * The JSON data store. Datastores are build by overriding the `load_node` and `_is_loaded` functions.
1633
- */
1634
- (function ($) {
1635
- $.jstree.plugin("json_data", {
1636
- __init : function() {
1637
- var s = this._get_settings().json_data;
1638
- if(s.progressive_unload) {
1639
- this.get_container().bind("after_close.jstree", function (e, data) {
1640
- data.rslt.obj.children("ul").remove();
1641
- });
1642
- }
1643
- },
1644
- defaults : {
1645
- // `data` can be a function:
1646
- // * accepts two arguments - node being loaded and a callback to pass the result to
1647
- // * will be executed in the current tree's scope & ajax won't be supported
1648
- data : false,
1649
- ajax : false,
1650
- correct_state : true,
1651
- progressive_render : false,
1652
- progressive_unload : false
1653
- },
1654
- _fn : {
1655
- load_node : function (obj, s_call, e_call) { var _this = this; this.load_node_json(obj, function () { _this.__callback({ "obj" : _this._get_node(obj) }); s_call.call(this); }, e_call); },
1656
- _is_loaded : function (obj) {
1657
- var s = this._get_settings().json_data;
1658
- obj = this._get_node(obj);
1659
- return obj == -1 || !obj || (!s.ajax && !s.progressive_render && !$.isFunction(s.data)) || obj.is(".jstree-open, .jstree-leaf") || obj.children("ul").children("li").length > 0;
1660
- },
1661
- refresh : function (obj) {
1662
- obj = this._get_node(obj);
1663
- var s = this._get_settings().json_data;
1664
- if(obj && obj !== -1 && s.progressive_unload && ($.isFunction(s.data) || !!s.ajax)) {
1665
- obj.removeData("jstree_children");
1666
- }
1667
- return this.__call_old();
1668
- },
1669
- load_node_json : function (obj, s_call, e_call) {
1670
- var s = this.get_settings().json_data, d,
1671
- error_func = function () {},
1672
- success_func = function () {};
1673
- obj = this._get_node(obj);
1674
-
1675
- if(obj && obj !== -1 && (s.progressive_render || s.progressive_unload) && !obj.is(".jstree-open, .jstree-leaf") && obj.children("ul").children("li").length === 0 && obj.data("jstree_children")) {
1676
- d = this._parse_json(obj.data("jstree_children"), obj);
1677
- if(d) {
1678
- obj.append(d);
1679
- if(!s.progressive_unload) { obj.removeData("jstree_children"); }
1680
- }
1681
- this.clean_node(obj);
1682
- if(s_call) { s_call.call(this); }
1683
- return;
1684
- }
1685
-
1686
- if(obj && obj !== -1) {
1687
- if(obj.data("jstree_is_loading")) { return; }
1688
- else { obj.data("jstree_is_loading",true); }
1689
- }
1690
- switch(!0) {
1691
- case (!s.data && !s.ajax): throw "Neither data nor ajax settings supplied.";
1692
- // function option added here for easier model integration (also supporting async - see callback)
1693
- case ($.isFunction(s.data)):
1694
- s.data.call(this, obj, $.proxy(function (d) {
1695
- d = this._parse_json(d, obj);
1696
- if(!d) {
1697
- if(obj === -1 || !obj) {
1698
- if(s.correct_state) { this.get_container().children("ul").empty(); }
1699
- }
1700
- else {
1701
- obj.children("a.jstree-loading").removeClass("jstree-loading");
1702
- obj.removeData("jstree_is_loading");
1703
- if(s.correct_state) { this.correct_state(obj); }
1704
- }
1705
- if(e_call) { e_call.call(this); }
1706
- }
1707
- else {
1708
- if(obj === -1 || !obj) { this.get_container().children("ul").empty().append(d.children()); }
1709
- else { obj.append(d).children("a.jstree-loading").removeClass("jstree-loading"); obj.removeData("jstree_is_loading"); }
1710
- this.clean_node(obj);
1711
- if(s_call) { s_call.call(this); }
1712
- }
1713
- }, this));
1714
- break;
1715
- case (!!s.data && !s.ajax) || (!!s.data && !!s.ajax && (!obj || obj === -1)):
1716
- if(!obj || obj == -1) {
1717
- d = this._parse_json(s.data, obj);
1718
- if(d) {
1719
- this.get_container().children("ul").empty().append(d.children());
1720
- this.clean_node();
1721
- }
1722
- else {
1723
- if(s.correct_state) { this.get_container().children("ul").empty(); }
1724
- }
1725
- }
1726
- if(s_call) { s_call.call(this); }
1727
- break;
1728
- case (!s.data && !!s.ajax) || (!!s.data && !!s.ajax && obj && obj !== -1):
1729
- error_func = function (x, t, e) {
1730
- var ef = this.get_settings().json_data.ajax.error;
1731
- if(ef) { ef.call(this, x, t, e); }
1732
- if(obj != -1 && obj.length) {
1733
- obj.children("a.jstree-loading").removeClass("jstree-loading");
1734
- obj.removeData("jstree_is_loading");
1735
- if(t === "success" && s.correct_state) { this.correct_state(obj); }
1736
- }
1737
- else {
1738
- if(t === "success" && s.correct_state) { this.get_container().children("ul").empty(); }
1739
- }
1740
- if(e_call) { e_call.call(this); }
1741
- };
1742
- success_func = function (d, t, x) {
1743
- var sf = this.get_settings().json_data.ajax.success;
1744
- if(sf) { d = sf.call(this,d,t,x) || d; }
1745
- if(d === "" || (d && d.toString && d.toString().replace(/^[\s\n]+$/,"") === "") || (!$.isArray(d) && !$.isPlainObject(d))) {
1746
- return error_func.call(this, x, t, "");
1747
- }
1748
- d = this._parse_json(d, obj);
1749
- if(d) {
1750
- if(obj === -1 || !obj) { this.get_container().children("ul").empty().append(d.children()); }
1751
- else { obj.append(d).children("a.jstree-loading").removeClass("jstree-loading"); obj.removeData("jstree_is_loading"); }
1752
- this.clean_node(obj);
1753
- if(s_call) { s_call.call(this); }
1754
- }
1755
- else {
1756
- if(obj === -1 || !obj) {
1757
- if(s.correct_state) {
1758
- this.get_container().children("ul").empty();
1759
- if(s_call) { s_call.call(this); }
1760
- }
1761
- }
1762
- else {
1763
- obj.children("a.jstree-loading").removeClass("jstree-loading");
1764
- obj.removeData("jstree_is_loading");
1765
- if(s.correct_state) {
1766
- this.correct_state(obj);
1767
- if(s_call) { s_call.call(this); }
1768
- }
1769
- }
1770
- }
1771
- };
1772
- s.ajax.context = this;
1773
- s.ajax.error = error_func;
1774
- s.ajax.success = success_func;
1775
- if(!s.ajax.dataType) { s.ajax.dataType = "json"; }
1776
- if($.isFunction(s.ajax.url)) { s.ajax.url = s.ajax.url.call(this, obj); }
1777
- if($.isFunction(s.ajax.data)) { s.ajax.data = s.ajax.data.call(this, obj); }
1778
- $.ajax(s.ajax);
1779
- break;
1780
- }
1781
- },
1782
- _parse_json : function (js, obj, is_callback) {
1783
- var d = false,
1784
- p = this._get_settings(),
1785
- s = p.json_data,
1786
- t = p.core.html_titles,
1787
- tmp, i, j, ul1, ul2;
1788
-
1789
- if(!js) { return d; }
1790
- if(s.progressive_unload && obj && obj !== -1) {
1791
- obj.data("jstree_children", d);
1792
- }
1793
- if($.isArray(js)) {
1794
- d = $('<ul>');
1795
- if(!js.length) { return false; }
1796
- for(i = 0, j = js.length; i < j; i++) {
1797
- tmp = this._parse_json(js[i], obj, true);
1798
- if(tmp.length) {
1799
- d = d.append(tmp);
1800
- }
1801
- }
1802
- d = d.children();
1803
- }
1804
- else {
1805
- if(typeof js == "string") { js = { data : js }; }
1806
- if(!js.data && js.data !== "") { return d; }
1807
- d = $("<li />");
1808
- if(js.attr) { d.attr(js.attr); }
1809
- if(js.metadata) { d.data(js.metadata); }
1810
- if(js.state) { d.addClass("jstree-" + js.state); }
1811
- if(!$.isArray(js.data)) { tmp = js.data; js.data = []; js.data.push(tmp); }
1812
- $.each(js.data, function (i, m) {
1813
- tmp = $("<a />");
1814
- if($.isFunction(m)) { m = m.call(this, js); }
1815
- if(typeof m == "string") { tmp.attr('href','#')[ t ? "html" : "text" ](m); }
1816
- else {
1817
- if(!m.attr) { m.attr = {}; }
1818
- if(!m.attr.href) { m.attr.href = '#'; }
1819
- tmp.attr(m.attr)[ t ? "html" : "text" ](m.title);
1820
- if(m.language) { tmp.addClass(m.language); }
1821
- }
1822
- tmp.prepend("<ins class='jstree-icon'>&#160;</ins>");
1823
- if(!m.icon && js.icon) { m.icon = js.icon; }
1824
- if(m.icon) {
1825
- if(m.icon.indexOf("/") === -1) { tmp.children("ins").addClass(m.icon); }
1826
- else { tmp.children("ins").css("background","url('" + m.icon + "') center center no-repeat"); }
1827
- }
1828
- d.append(tmp);
1829
- });
1830
- d.prepend("<ins class='jstree-icon'>&#160;</ins>");
1831
- if(js.children) {
1832
- if(s.progressive_render && js.state !== "open") {
1833
- d.addClass("jstree-closed").data("jstree_children", js.children);
1834
- }
1835
- else {
1836
- if(s.progressive_unload) { d.data("jstree_children", js.children); }
1837
- if($.isArray(js.children) && js.children.length) {
1838
- tmp = this._parse_json(js.children, obj, true);
1839
- if(tmp.length) {
1840
- ul2 = $("<ul />");
1841
- ul2.append(tmp);
1842
- d.append(ul2);
1843
- }
1844
- }
1845
- }
1846
- }
1847
- }
1848
- if(!is_callback) {
1849
- ul1 = $("<ul />");
1850
- ul1.append(d);
1851
- d = ul1;
1852
- }
1853
- return d;
1854
- },
1855
- get_json : function (obj, li_attr, a_attr, is_callback) {
1856
- var result = [],
1857
- s = this._get_settings(),
1858
- _this = this,
1859
- tmp1, tmp2, li, a, t, lang;
1860
- obj = this._get_node(obj);
1861
- if(!obj || obj === -1) { obj = this.get_container().find("> ul > li"); }
1862
- li_attr = $.isArray(li_attr) ? li_attr : [ "id", "class" ];
1863
- if(!is_callback && this.data.types) { li_attr.push(s.types.type_attr); }
1864
- a_attr = $.isArray(a_attr) ? a_attr : [ ];
1865
-
1866
- obj.each(function () {
1867
- li = $(this);
1868
- tmp1 = { data : [] };
1869
- if(li_attr.length) { tmp1.attr = { }; }
1870
- $.each(li_attr, function (i, v) {
1871
- tmp2 = li.attr(v);
1872
- if(tmp2 && tmp2.length && tmp2.replace(/jstree[^ ]*/ig,'').length) {
1873
- tmp1.attr[v] = (" " + tmp2).replace(/ jstree[^ ]*/ig,'').replace(/\s+$/ig," ").replace(/^ /,"").replace(/ $/,"");
1874
- }
1875
- });
1876
- if(li.hasClass("jstree-open")) { tmp1.state = "open"; }
1877
- if(li.hasClass("jstree-closed")) { tmp1.state = "closed"; }
1878
- if(li.data()) { tmp1.metadata = li.data(); }
1879
- a = li.children("a");
1880
- a.each(function () {
1881
- t = $(this);
1882
- if(
1883
- a_attr.length ||
1884
- $.inArray("languages", s.plugins) !== -1 ||
1885
- t.children("ins").get(0).style.backgroundImage.length ||
1886
- (t.children("ins").get(0).className && t.children("ins").get(0).className.replace(/jstree[^ ]*|$/ig,'').length)
1887
- ) {
1888
- lang = false;
1889
- if($.inArray("languages", s.plugins) !== -1 && $.isArray(s.languages) && s.languages.length) {
1890
- $.each(s.languages, function (l, lv) {
1891
- if(t.hasClass(lv)) {
1892
- lang = lv;
1893
- return false;
1894
- }
1895
- });
1896
- }
1897
- tmp2 = { attr : { }, title : _this.get_text(t, lang) };
1898
- $.each(a_attr, function (k, z) {
1899
- tmp2.attr[z] = (" " + (t.attr(z) || "")).replace(/ jstree[^ ]*/ig,'').replace(/\s+$/ig," ").replace(/^ /,"").replace(/ $/,"");
1900
- });
1901
- if($.inArray("languages", s.plugins) !== -1 && $.isArray(s.languages) && s.languages.length) {
1902
- $.each(s.languages, function (k, z) {
1903
- if(t.hasClass(z)) { tmp2.language = z; return true; }
1904
- });
1905
- }
1906
- if(t.children("ins").get(0).className.replace(/jstree[^ ]*|$/ig,'').replace(/^\s+$/ig,"").length) {
1907
- tmp2.icon = t.children("ins").get(0).className.replace(/jstree[^ ]*|$/ig,'').replace(/\s+$/ig," ").replace(/^ /,"").replace(/ $/,"");
1908
- }
1909
- if(t.children("ins").get(0).style.backgroundImage.length) {
1910
- tmp2.icon = t.children("ins").get(0).style.backgroundImage.replace("url(","").replace(")","");
1911
- }
1912
- }
1913
- else {
1914
- tmp2 = _this.get_text(t);
1915
- }
1916
- if(a.length > 1) { tmp1.data.push(tmp2); }
1917
- else { tmp1.data = tmp2; }
1918
- });
1919
- li = li.find("> ul > li");
1920
- if(li.length) { tmp1.children = _this.get_json(li, li_attr, a_attr, true); }
1921
- result.push(tmp1);
1922
- });
1923
- return result;
1924
- }
1925
- }
1926
- });
1927
- })(jQuery);
1928
- //*/
1929
-
1930
- /*
1931
- * jsTree languages plugin
1932
- * Adds support for multiple language versions in one tree
1933
- * This basically allows for many titles coexisting in one node, but only one of them being visible at any given time
1934
- * This is useful for maintaining the same structure in many languages (hence the name of the plugin)
1935
- */
1936
- (function ($) {
1937
- var sh = false;
1938
- $.jstree.plugin("languages", {
1939
- __init : function () { this._load_css(); },
1940
- defaults : [],
1941
- _fn : {
1942
- set_lang : function (i) {
1943
- var langs = this._get_settings().languages,
1944
- st = false,
1945
- selector = ".jstree-" + this.get_index() + ' a';
1946
- if(!$.isArray(langs) || langs.length === 0) { return false; }
1947
- if($.inArray(i,langs) == -1) {
1948
- if(!!langs[i]) { i = langs[i]; }
1949
- else { return false; }
1950
- }
1951
- if(i == this.data.languages.current_language) { return true; }
1952
- st = $.vakata.css.get_css(selector + "." + this.data.languages.current_language, false, sh);
1953
- if(st !== false) { st.style.display = "none"; }
1954
- st = $.vakata.css.get_css(selector + "." + i, false, sh);
1955
- if(st !== false) { st.style.display = ""; }
1956
- this.data.languages.current_language = i;
1957
- this.__callback(i);
1958
- return true;
1959
- },
1960
- get_lang : function () {
1961
- return this.data.languages.current_language;
1962
- },
1963
- _get_string : function (key, lang) {
1964
- var langs = this._get_settings().languages,
1965
- s = this._get_settings().core.strings;
1966
- if($.isArray(langs) && langs.length) {
1967
- lang = (lang && $.inArray(lang,langs) != -1) ? lang : this.data.languages.current_language;
1968
- }
1969
- if(s[lang] && s[lang][key]) { return s[lang][key]; }
1970
- if(s[key]) { return s[key]; }
1971
- return key;
1972
- },
1973
- get_text : function (obj, lang) {
1974
- obj = this._get_node(obj) || this.data.ui.last_selected;
1975
- if(!obj.size()) { return false; }
1976
- var langs = this._get_settings().languages,
1977
- s = this._get_settings().core.html_titles;
1978
- if($.isArray(langs) && langs.length) {
1979
- lang = (lang && $.inArray(lang,langs) != -1) ? lang : this.data.languages.current_language;
1980
- obj = obj.children("a." + lang);
1981
- }
1982
- else { obj = obj.children("a:eq(0)"); }
1983
- if(s) {
1984
- obj = obj.clone();
1985
- obj.children("INS").remove();
1986
- return obj.html();
1987
- }
1988
- else {
1989
- obj = obj.contents().filter(function() { return this.nodeType == 3; })[0];
1990
- return obj.nodeValue;
1991
- }
1992
- },
1993
- set_text : function (obj, val, lang) {
1994
- obj = this._get_node(obj) || this.data.ui.last_selected;
1995
- if(!obj.size()) { return false; }
1996
- var langs = this._get_settings().languages,
1997
- s = this._get_settings().core.html_titles,
1998
- tmp;
1999
- if($.isArray(langs) && langs.length) {
2000
- lang = (lang && $.inArray(lang,langs) != -1) ? lang : this.data.languages.current_language;
2001
- obj = obj.children("a." + lang);
2002
- }
2003
- else { obj = obj.children("a:eq(0)"); }
2004
- if(s) {
2005
- tmp = obj.children("INS").clone();
2006
- obj.html(val).prepend(tmp);
2007
- this.__callback({ "obj" : obj, "name" : val, "lang" : lang });
2008
- return true;
2009
- }
2010
- else {
2011
- obj = obj.contents().filter(function() { return this.nodeType == 3; })[0];
2012
- this.__callback({ "obj" : obj, "name" : val, "lang" : lang });
2013
- return (obj.nodeValue = val);
2014
- }
2015
- },
2016
- _load_css : function () {
2017
- var langs = this._get_settings().languages,
2018
- str = "/* languages css */",
2019
- selector = ".jstree-" + this.get_index() + ' a',
2020
- ln;
2021
- if($.isArray(langs) && langs.length) {
2022
- this.data.languages.current_language = langs[0];
2023
- for(ln = 0; ln < langs.length; ln++) {
2024
- str += selector + "." + langs[ln] + " {";
2025
- if(langs[ln] != this.data.languages.current_language) { str += " display:none; "; }
2026
- str += " } ";
2027
- }
2028
- sh = $.vakata.css.add_sheet({ 'str' : str, 'title' : "jstree-languages" });
2029
- }
2030
- },
2031
- create_node : function (obj, position, js, callback) {
2032
- var t = this.__call_old(true, obj, position, js, function (t) {
2033
- var langs = this._get_settings().languages,
2034
- a = t.children("a"),
2035
- ln;
2036
- if($.isArray(langs) && langs.length) {
2037
- for(ln = 0; ln < langs.length; ln++) {
2038
- if(!a.is("." + langs[ln])) {
2039
- t.append(a.eq(0).clone().removeClass(langs.join(" ")).addClass(langs[ln]));
2040
- }
2041
- }
2042
- a.not("." + langs.join(", .")).remove();
2043
- }
2044
- if(callback) { callback.call(this, t); }
2045
- });
2046
- return t;
2047
- }
2048
- }
2049
- });
2050
- })(jQuery);
2051
- //*/
2052
-
2053
- /*
2054
- * jsTree cookies plugin
2055
- * Stores the currently opened/selected nodes in a cookie and then restores them
2056
- * Depends on the js.cookie plugin
2057
- */
2058
- (function ($) {
2059
- $.jstree.plugin("cookies", {
2060
- __init : function () {
2061
- if(typeof Cookies === "undefined") { throw "jsTree cookie: jQuery cookie plugin not included."; }
2062
-
2063
- var s = this._get_settings().cookies,
2064
- tmp;
2065
- if(!!s.save_loaded) {
2066
- tmp = Cookies.get(s.save_loaded);
2067
- if(tmp && tmp.length) { this.data.core.to_load = tmp.split(","); }
2068
- }
2069
- if(!!s.save_opened) {
2070
- tmp = Cookies.get(s.save_opened);
2071
- if(tmp && tmp.length) { this.data.core.to_open = tmp.split(","); }
2072
- }
2073
- if(!!s.save_selected) {
2074
- tmp = Cookies.get(s.save_selected);
2075
- if(tmp && tmp.length && this.data.ui) { this.data.ui.to_select = tmp.split(","); }
2076
- }
2077
- this.get_container()
2078
- .one( ( this.data.ui ? "reselect" : "reopen" ) + ".jstree", $.proxy(function () {
2079
- this.get_container()
2080
- .bind("open_node.jstree close_node.jstree select_node.jstree deselect_node.jstree", $.proxy(function (e) {
2081
- if(this._get_settings().cookies.auto_save) { this.save_cookie((e.handleObj.namespace + e.handleObj.type).replace("jstree","")); }
2082
- }, this));
2083
- }, this));
2084
- },
2085
- defaults : {
2086
- save_loaded : "jstree_load",
2087
- save_opened : "jstree_open",
2088
- save_selected : "jstree_select",
2089
- auto_save : true,
2090
- cookie_options : {}
2091
- },
2092
- _fn : {
2093
- save_cookie : function (c) {
2094
- if(this.data.core.refreshing) { return; }
2095
- var s = this._get_settings().cookies;
2096
- if(!c) { // if called manually and not by event
2097
- if(s.save_loaded) {
2098
- this.save_loaded();
2099
- Cookies.set(s.save_loaded, this.data.core.to_load.join(","), s.cookie_options);
2100
- }
2101
- if(s.save_opened) {
2102
- this.save_opened();
2103
- Cookies.set(s.save_opened, this.data.core.to_open.join(","), s.cookie_options);
2104
- }
2105
- if(s.save_selected && this.data.ui) {
2106
- this.save_selected();
2107
- Cookies.set(s.save_selected, this.data.ui.to_select.join(","), s.cookie_options);
2108
- }
2109
- return;
2110
- }
2111
- switch(c) {
2112
- case "open_node":
2113
- case "close_node":
2114
- if(!!s.save_opened) {
2115
- this.save_opened();
2116
- Cookies.set(s.save_opened, this.data.core.to_open.join(","), s.cookie_options);
2117
- }
2118
- if(!!s.save_loaded) {
2119
- this.save_loaded();
2120
- Cookies.set(s.save_loaded, this.data.core.to_load.join(","), s.cookie_options);
2121
- }
2122
- break;
2123
- case "select_node":
2124
- case "deselect_node":
2125
- if(!!s.save_selected && this.data.ui) {
2126
- this.save_selected();
2127
- Cookies.set(s.save_selected, this.data.ui.to_select.join(","), s.cookie_options);
2128
- }
2129
- break;
2130
- }
2131
- }
2132
- }
2133
- });
2134
- // include cookies by default
2135
- // $.jstree.defaults.plugins.push("cookies");
2136
- })(jQuery);
2137
- //*/
2138
-
2139
- /*
2140
- * jsTree sort plugin
2141
- * Sorts items alphabetically (or using any other function)
2142
- */
2143
- (function ($) {
2144
- $.jstree.plugin("sort", {
2145
- __init : function () {
2146
- this.get_container()
2147
- .bind("load_node.jstree", $.proxy(function (e, data) {
2148
- var obj = this._get_node(data.rslt.obj);
2149
- obj = obj === -1 ? this.get_container().children("ul") : obj.children("ul");
2150
- this.sort(obj);
2151
- }, this))
2152
- .bind("rename_node.jstree create_node.jstree create.jstree", $.proxy(function (e, data) {
2153
- this.sort(data.rslt.obj.parent());
2154
- }, this))
2155
- .bind("move_node.jstree", $.proxy(function (e, data) {
2156
- var m = data.rslt.np == -1 ? this.get_container() : data.rslt.np;
2157
- this.sort(m.children("ul"));
2158
- }, this));
2159
- },
2160
- defaults : function (a, b) { return this.get_text(a) > this.get_text(b) ? 1 : -1; },
2161
- _fn : {
2162
- sort : function (obj) {
2163
- var s = this._get_settings().sort,
2164
- t = this;
2165
- obj.append($.makeArray(obj.children("li")).sort($.proxy(s, t)));
2166
- obj.find("> li > ul").each(function() { t.sort($(this)); });
2167
- this.clean_node(obj);
2168
- }
2169
- }
2170
- });
2171
- })(jQuery);
2172
- //*/
2173
-
2174
- /*
2175
- * jsTree DND plugin
2176
- * Drag and drop plugin for moving/copying nodes
2177
- */
2178
- (function ($) {
2179
- var o = false,
2180
- r = false,
2181
- m = false,
2182
- ml = false,
2183
- sli = false,
2184
- sti = false,
2185
- dir1 = false,
2186
- dir2 = false,
2187
- last_pos = false;
2188
- $.vakata.dnd = {
2189
- is_down : false,
2190
- is_drag : false,
2191
- helper : false,
2192
- scroll_spd : 10,
2193
- init_x : 0,
2194
- init_y : 0,
2195
- threshold : 5,
2196
- helper_left : 5,
2197
- helper_top : 10,
2198
- user_data : {},
2199
-
2200
- drag_start : function (e, data, html) {
2201
- if($.vakata.dnd.is_drag) { $.vakata.drag_stop({}); }
2202
- try {
2203
- e.currentTarget.unselectable = "on";
2204
- e.currentTarget.onselectstart = function() { return false; };
2205
- if(e.currentTarget.style) { e.currentTarget.style.MozUserSelect = "none"; }
2206
- } catch(err) { }
2207
- $.vakata.dnd.init_x = e.pageX;
2208
- $.vakata.dnd.init_y = e.pageY;
2209
- $.vakata.dnd.user_data = data;
2210
- $.vakata.dnd.is_down = true;
2211
- $.vakata.dnd.helper = $("<div id='vakata-dragged' />").html(html); //.fadeTo(10,0.25);
2212
- $(document).bind("mousemove", $.vakata.dnd.drag);
2213
- $(document).bind("mouseup", $.vakata.dnd.drag_stop);
2214
- return false;
2215
- },
2216
- drag : function (e) {
2217
- if(!$.vakata.dnd.is_down) { return; }
2218
- if(!$.vakata.dnd.is_drag) {
2219
- if(Math.abs(e.pageX - $.vakata.dnd.init_x) > 5 || Math.abs(e.pageY - $.vakata.dnd.init_y) > 5) {
2220
- $.vakata.dnd.helper.appendTo("body");
2221
- $.vakata.dnd.is_drag = true;
2222
- $(document).triggerHandler("drag_start.vakata", { "event" : e, "data" : $.vakata.dnd.user_data });
2223
- }
2224
- else { return; }
2225
- }
2226
-
2227
- // maybe use a scrolling parent element instead of document?
2228
- if(e.type === "mousemove") { // thought of adding scroll in order to move the helper, but mouse poisition is n/a
2229
- var d = $(document), t = d.scrollTop(), l = d.scrollLeft();
2230
- if(e.pageY - t < 20) {
2231
- if(sti && dir1 === "down") { clearInterval(sti); sti = false; }
2232
- if(!sti) { dir1 = "up"; sti = setInterval(function () { $(document).scrollTop($(document).scrollTop() - $.vakata.dnd.scroll_spd); }, 150); }
2233
- }
2234
- else {
2235
- if(sti && dir1 === "up") { clearInterval(sti); sti = false; }
2236
- }
2237
- if($(window).height() - (e.pageY - t) < 20) {
2238
- if(sti && dir1 === "up") { clearInterval(sti); sti = false; }
2239
- if(!sti) { dir1 = "down"; sti = setInterval(function () { $(document).scrollTop($(document).scrollTop() + $.vakata.dnd.scroll_spd); }, 150); }
2240
- }
2241
- else {
2242
- if(sti && dir1 === "down") { clearInterval(sti); sti = false; }
2243
- }
2244
-
2245
- if(e.pageX - l < 20) {
2246
- if(sli && dir2 === "right") { clearInterval(sli); sli = false; }
2247
- if(!sli) { dir2 = "left"; sli = setInterval(function () { $(document).scrollLeft($(document).scrollLeft() - $.vakata.dnd.scroll_spd); }, 150); }
2248
- }
2249
- else {
2250
- if(sli && dir2 === "left") { clearInterval(sli); sli = false; }
2251
- }
2252
- if($(window).width() - (e.pageX - l) < 20) {
2253
- if(sli && dir2 === "left") { clearInterval(sli); sli = false; }
2254
- if(!sli) { dir2 = "right"; sli = setInterval(function () { $(document).scrollLeft($(document).scrollLeft() + $.vakata.dnd.scroll_spd); }, 150); }
2255
- }
2256
- else {
2257
- if(sli && dir2 === "right") { clearInterval(sli); sli = false; }
2258
- }
2259
- }
2260
-
2261
- $.vakata.dnd.helper.css({ left : (e.pageX + $.vakata.dnd.helper_left) + "px", top : (e.pageY + $.vakata.dnd.helper_top) + "px" });
2262
- $(document).triggerHandler("drag.vakata", { "event" : e, "data" : $.vakata.dnd.user_data });
2263
- },
2264
- drag_stop : function (e) {
2265
- if(sli) { clearInterval(sli); }
2266
- if(sti) { clearInterval(sti); }
2267
- $(document).unbind("mousemove", $.vakata.dnd.drag);
2268
- $(document).unbind("mouseup", $.vakata.dnd.drag_stop);
2269
- $(document).triggerHandler("drag_stop.vakata", { "event" : e, "data" : $.vakata.dnd.user_data });
2270
- $.vakata.dnd.helper.remove();
2271
- $.vakata.dnd.init_x = 0;
2272
- $.vakata.dnd.init_y = 0;
2273
- $.vakata.dnd.user_data = {};
2274
- $.vakata.dnd.is_down = false;
2275
- $.vakata.dnd.is_drag = false;
2276
- }
2277
- };
2278
- $(function() {
2279
- var css_string = '#vakata-dragged { display:block; margin:0 0 0 0; padding:4px 4px 4px 24px; position:absolute; top:-2000px; line-height:16px; z-index:10000; } ';
2280
- $.vakata.css.add_sheet({ str : css_string, title : "vakata" });
2281
- });
2282
-
2283
- $.jstree.plugin("dnd", {
2284
- __init : function () {
2285
- this.data.dnd = {
2286
- active : false,
2287
- after : false,
2288
- inside : false,
2289
- before : false,
2290
- off : false,
2291
- prepared : false,
2292
- w : 0,
2293
- to1 : false,
2294
- to2 : false,
2295
- cof : false,
2296
- cw : false,
2297
- ch : false,
2298
- i1 : false,
2299
- i2 : false,
2300
- mto : false
2301
- };
2302
- this.get_container()
2303
- .bind("mouseenter.jstree", $.proxy(function (e) {
2304
- if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree) {
2305
- if(this.data.themes) {
2306
- m.attr("class", "jstree-" + this.data.themes.theme);
2307
- if(ml) { ml.attr("class", "jstree-" + this.data.themes.theme); }
2308
- $.vakata.dnd.helper.attr("class", "jstree-dnd-helper jstree-" + this.data.themes.theme);
2309
- }
2310
- //if($(e.currentTarget).find("> ul > li").length === 0) {
2311
- if(e.currentTarget === e.target && $.vakata.dnd.user_data.obj && $($.vakata.dnd.user_data.obj).length && $($.vakata.dnd.user_data.obj).parents(".jstree:eq(0)")[0] !== e.target) { // node should not be from the same tree
2312
- var tr = $.jstree._reference(e.target), dc;
2313
- if(tr.data.dnd.foreign) {
2314
- dc = tr._get_settings().dnd.drag_check.call(this, { "o" : o, "r" : tr.get_container(), is_root : true });
2315
- if(dc === true || dc.inside === true || dc.before === true || dc.after === true) {
2316
- $.vakata.dnd.helper.children("ins").attr("class","jstree-ok");
2317
- }
2318
- }
2319
- else {
2320
- tr.prepare_move(o, tr.get_container(), "last");
2321
- if(tr.check_move()) {
2322
- $.vakata.dnd.helper.children("ins").attr("class","jstree-ok");
2323
- }
2324
- }
2325
- }
2326
- }
2327
- }, this))
2328
- .bind("mouseup.jstree", $.proxy(function (e) {
2329
- //if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree && $(e.currentTarget).find("> ul > li").length === 0) {
2330
- if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree && e.currentTarget === e.target && $.vakata.dnd.user_data.obj && $($.vakata.dnd.user_data.obj).length && $($.vakata.dnd.user_data.obj).parents(".jstree:eq(0)")[0] !== e.target) { // node should not be from the same tree
2331
- var tr = $.jstree._reference(e.currentTarget), dc;
2332
- if(tr.data.dnd.foreign) {
2333
- dc = tr._get_settings().dnd.drag_check.call(this, { "o" : o, "r" : tr.get_container(), is_root : true });
2334
- if(dc === true || dc.inside === true || dc.before === true || dc.after === true) {
2335
- tr._get_settings().dnd.drag_finish.call(this, { "o" : o, "r" : tr.get_container(), is_root : true });
2336
- }
2337
- }
2338
- else {
2339
- tr.move_node(o, tr.get_container(), "last", e[tr._get_settings().dnd.copy_modifier + "Key"]);
2340
- }
2341
- }
2342
- }, this))
2343
- .bind("mouseleave.jstree", $.proxy(function (e) {
2344
- if(e.relatedTarget && e.relatedTarget.id && e.relatedTarget.id === "jstree-marker-line") {
2345
- return false;
2346
- }
2347
- if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree) {
2348
- if(this.data.dnd.i1) { clearInterval(this.data.dnd.i1); }
2349
- if(this.data.dnd.i2) { clearInterval(this.data.dnd.i2); }
2350
- if(this.data.dnd.to1) { clearTimeout(this.data.dnd.to1); }
2351
- if(this.data.dnd.to2) { clearTimeout(this.data.dnd.to2); }
2352
- if($.vakata.dnd.helper.children("ins").hasClass("jstree-ok")) {
2353
- $.vakata.dnd.helper.children("ins").attr("class","jstree-invalid");
2354
- }
2355
- }
2356
- }, this))
2357
- .bind("mousemove.jstree", $.proxy(function (e) {
2358
- if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree) {
2359
- var cnt = this.get_container()[0];
2360
-
2361
- // Horizontal scroll
2362
- if(e.pageX + 24 > this.data.dnd.cof.left + this.data.dnd.cw) {
2363
- if(this.data.dnd.i1) { clearInterval(this.data.dnd.i1); }
2364
- this.data.dnd.i1 = setInterval($.proxy(function () { this.scrollLeft += $.vakata.dnd.scroll_spd; }, cnt), 100);
2365
- }
2366
- else if(e.pageX - 24 < this.data.dnd.cof.left) {
2367
- if(this.data.dnd.i1) { clearInterval(this.data.dnd.i1); }
2368
- this.data.dnd.i1 = setInterval($.proxy(function () { this.scrollLeft -= $.vakata.dnd.scroll_spd; }, cnt), 100);
2369
- }
2370
- else {
2371
- if(this.data.dnd.i1) { clearInterval(this.data.dnd.i1); }
2372
- }
2373
-
2374
- // Vertical scroll
2375
- if(e.pageY + 24 > this.data.dnd.cof.top + this.data.dnd.ch) {
2376
- if(this.data.dnd.i2) { clearInterval(this.data.dnd.i2); }
2377
- this.data.dnd.i2 = setInterval($.proxy(function () { this.scrollTop += $.vakata.dnd.scroll_spd; }, cnt), 100);
2378
- }
2379
- else if(e.pageY - 24 < this.data.dnd.cof.top) {
2380
- if(this.data.dnd.i2) { clearInterval(this.data.dnd.i2); }
2381
- this.data.dnd.i2 = setInterval($.proxy(function () { this.scrollTop -= $.vakata.dnd.scroll_spd; }, cnt), 100);
2382
- }
2383
- else {
2384
- if(this.data.dnd.i2) { clearInterval(this.data.dnd.i2); }
2385
- }
2386
-
2387
- }
2388
- }, this))
2389
- .bind("scroll.jstree", $.proxy(function (e) {
2390
- if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree && m && ml) {
2391
- m.hide();
2392
- ml.hide();
2393
- }
2394
- }, this))
2395
- .delegate("a", "mousedown.jstree", $.proxy(function (e) {
2396
- if(e.which === 1) {
2397
- this.start_drag(e.currentTarget, e);
2398
- return false;
2399
- }
2400
- }, this))
2401
- .delegate("a", "mouseenter.jstree", $.proxy(function (e) {
2402
- if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree) {
2403
- this.dnd_enter(e.currentTarget);
2404
- }
2405
- }, this))
2406
- .delegate("a", "mousemove.jstree", $.proxy(function (e) {
2407
- if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree) {
2408
- if(!r || !r.length || r.children("a")[0] !== e.currentTarget) {
2409
- this.dnd_enter(e.currentTarget);
2410
- }
2411
- if(typeof this.data.dnd.off.top === "undefined") { this.data.dnd.off = $(e.target).offset(); }
2412
- this.data.dnd.w = (e.pageY - (this.data.dnd.off.top || 0)) % this.data.core.li_height;
2413
- if(this.data.dnd.w < 0) { this.data.dnd.w += this.data.core.li_height; }
2414
- this.dnd_show();
2415
- }
2416
- }, this))
2417
- .delegate("a", "mouseleave.jstree", $.proxy(function (e) {
2418
- if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree) {
2419
- if(e.relatedTarget && e.relatedTarget.id && e.relatedTarget.id === "jstree-marker-line") {
2420
- return false;
2421
- }
2422
- if(m) { m.hide(); }
2423
- if(ml) { ml.hide(); }
2424
- /*
2425
- var ec = $(e.currentTarget).closest("li"),
2426
- er = $(e.relatedTarget).closest("li");
2427
- if(er[0] !== ec.prev()[0] && er[0] !== ec.next()[0]) {
2428
- if(m) { m.hide(); }
2429
- if(ml) { ml.hide(); }
2430
- }
2431
- */
2432
- this.data.dnd.mto = setTimeout(
2433
- (function (t) { return function () { t.dnd_leave(e); }; })(this),
2434
- 0);
2435
- }
2436
- }, this))
2437
- .delegate("a", "mouseup.jstree", $.proxy(function (e) {
2438
- if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree) {
2439
- this.dnd_finish(e);
2440
- }
2441
- }, this));
2442
-
2443
- $(document)
2444
- .bind("drag_stop.vakata", $.proxy(function () {
2445
- if(this.data.dnd.to1) { clearTimeout(this.data.dnd.to1); }
2446
- if(this.data.dnd.to2) { clearTimeout(this.data.dnd.to2); }
2447
- if(this.data.dnd.i1) { clearInterval(this.data.dnd.i1); }
2448
- if(this.data.dnd.i2) { clearInterval(this.data.dnd.i2); }
2449
- this.data.dnd.after = false;
2450
- this.data.dnd.before = false;
2451
- this.data.dnd.inside = false;
2452
- this.data.dnd.off = false;
2453
- this.data.dnd.prepared = false;
2454
- this.data.dnd.w = false;
2455
- this.data.dnd.to1 = false;
2456
- this.data.dnd.to2 = false;
2457
- this.data.dnd.i1 = false;
2458
- this.data.dnd.i2 = false;
2459
- this.data.dnd.active = false;
2460
- this.data.dnd.foreign = false;
2461
- if(m) { m.css({ "top" : "-2000px" }); }
2462
- if(ml) { ml.css({ "top" : "-2000px" }); }
2463
- }, this))
2464
- .bind("drag_start.vakata", $.proxy(function (e, data) {
2465
- if(data.data.jstree) {
2466
- var et = $(data.event.target);
2467
- if(et.closest(".jstree").hasClass("jstree-" + this.get_index())) {
2468
- this.dnd_enter(et);
2469
- }
2470
- }
2471
- }, this));
2472
- /*
2473
- .bind("keydown.jstree-" + this.get_index() + " keyup.jstree-" + this.get_index(), $.proxy(function(e) {
2474
- if($.vakata.dnd.is_drag && $.vakata.dnd.user_data.jstree && !this.data.dnd.foreign) {
2475
- var h = $.vakata.dnd.helper.children("ins");
2476
- if(e[this._get_settings().dnd.copy_modifier + "Key"] && h.hasClass("jstree-ok")) {
2477
- h.parent().html(h.parent().html().replace(/ \(Copy\)$/, "") + " (Copy)");
2478
- }
2479
- else {
2480
- h.parent().html(h.parent().html().replace(/ \(Copy\)$/, ""));
2481
- }
2482
- }
2483
- }, this)); */
2484
-
2485
-
2486
-
2487
- var s = this._get_settings().dnd;
2488
- if(s.drag_target) {
2489
- $(document)
2490
- .delegate(s.drag_target, "mousedown.jstree-" + this.get_index(), $.proxy(function (e) {
2491
- o = e.target;
2492
- $.vakata.dnd.drag_start(e, { jstree : true, obj : e.target }, "<ins class='jstree-icon'></ins>" + $(e.target).text() );
2493
- if(this.data.themes) {
2494
- if(m) { m.attr("class", "jstree-" + this.data.themes.theme); }
2495
- if(ml) { ml.attr("class", "jstree-" + this.data.themes.theme); }
2496
- $.vakata.dnd.helper.attr("class", "jstree-dnd-helper jstree-" + this.data.themes.theme);
2497
- }
2498
- $.vakata.dnd.helper.children("ins").attr("class","jstree-invalid");
2499
- var cnt = this.get_container();
2500
- this.data.dnd.cof = cnt.offset();
2501
- this.data.dnd.cw = parseInt(cnt.width(),10);
2502
- this.data.dnd.ch = parseInt(cnt.height(),10);
2503
- this.data.dnd.foreign = true;
2504
- e.preventDefault();
2505
- }, this));
2506
- }
2507
- if(s.drop_target) {
2508
- $(document)
2509
- .delegate(s.drop_target, "mouseenter.jstree-" + this.get_index(), $.proxy(function (e) {
2510
- if(this.data.dnd.active && this._get_settings().dnd.drop_check.call(this, { "o" : o, "r" : $(e.target), "e" : e })) {
2511
- $.vakata.dnd.helper.children("ins").attr("class","jstree-ok");
2512
- }
2513
- }, this))
2514
- .delegate(s.drop_target, "mouseleave.jstree-" + this.get_index(), $.proxy(function (e) {
2515
- if(this.data.dnd.active) {
2516
- $.vakata.dnd.helper.children("ins").attr("class","jstree-invalid");
2517
- }
2518
- }, this))
2519
- .delegate(s.drop_target, "mouseup.jstree-" + this.get_index(), $.proxy(function (e) {
2520
- if(this.data.dnd.active && $.vakata.dnd.helper.children("ins").hasClass("jstree-ok")) {
2521
- this._get_settings().dnd.drop_finish.call(this, { "o" : o, "r" : $(e.target), "e" : e });
2522
- }
2523
- }, this));
2524
- }
2525
- },
2526
- defaults : {
2527
- copy_modifier : "ctrl",
2528
- check_timeout : 100,
2529
- open_timeout : 500,
2530
- drop_target : ".jstree-drop",
2531
- drop_check : function (data) { return true; },
2532
- drop_finish : $.noop,
2533
- drag_target : ".jstree-draggable",
2534
- drag_finish : $.noop,
2535
- drag_check : function (data) { return { after : false, before : false, inside : true }; }
2536
- },
2537
- _fn : {
2538
- dnd_prepare : function () {
2539
- if(!r || !r.length) { return; }
2540
- this.data.dnd.off = r.offset();
2541
- if(this._get_settings().core.rtl) {
2542
- this.data.dnd.off.right = this.data.dnd.off.left + r.width();
2543
- }
2544
- if(this.data.dnd.foreign) {
2545
- var a = this._get_settings().dnd.drag_check.call(this, { "o" : o, "r" : r });
2546
- this.data.dnd.after = a.after;
2547
- this.data.dnd.before = a.before;
2548
- this.data.dnd.inside = a.inside;
2549
- this.data.dnd.prepared = true;
2550
- return this.dnd_show();
2551
- }
2552
- this.prepare_move(o, r, "before");
2553
- this.data.dnd.before = this.check_move();
2554
- this.prepare_move(o, r, "after");
2555
- this.data.dnd.after = this.check_move();
2556
- if(this._is_loaded(r)) {
2557
- this.prepare_move(o, r, "inside");
2558
- this.data.dnd.inside = this.check_move();
2559
- }
2560
- else {
2561
- this.data.dnd.inside = false;
2562
- }
2563
- this.data.dnd.prepared = true;
2564
- return this.dnd_show();
2565
- },
2566
- dnd_show : function () {
2567
- if(!this.data.dnd.prepared) { return; }
2568
- var o = ["before","inside","after"],
2569
- r = false,
2570
- rtl = this._get_settings().core.rtl,
2571
- pos;
2572
- if(this.data.dnd.w < this.data.core.li_height/3) { o = ["before","inside","after"]; }
2573
- else if(this.data.dnd.w <= this.data.core.li_height*2/3) {
2574
- o = this.data.dnd.w < this.data.core.li_height/2 ? ["inside","before","after"] : ["inside","after","before"];
2575
- }
2576
- else { o = ["after","inside","before"]; }
2577
- $.each(o, $.proxy(function (i, val) {
2578
- if(this.data.dnd[val]) {
2579
- $.vakata.dnd.helper.children("ins").attr("class","jstree-ok");
2580
- r = val;
2581
- return false;
2582
- }
2583
- }, this));
2584
- if(r === false) { $.vakata.dnd.helper.children("ins").attr("class","jstree-invalid"); }
2585
-
2586
- pos = rtl ? (this.data.dnd.off.right - 18) : (this.data.dnd.off.left + 10);
2587
- switch(r) {
2588
- case "before":
2589
- m.css({ "left" : pos + "px", "top" : (this.data.dnd.off.top - 6) + "px" }).show();
2590
- if(ml) { ml.css({ "left" : (pos + 8) + "px", "top" : (this.data.dnd.off.top - 1) + "px" }).show(); }
2591
- break;
2592
- case "after":
2593
- m.css({ "left" : pos + "px", "top" : (this.data.dnd.off.top + this.data.core.li_height - 6) + "px" }).show();
2594
- if(ml) { ml.css({ "left" : (pos + 8) + "px", "top" : (this.data.dnd.off.top + this.data.core.li_height - 1) + "px" }).show(); }
2595
- break;
2596
- case "inside":
2597
- m.css({ "left" : pos + ( rtl ? -4 : 4) + "px", "top" : (this.data.dnd.off.top + this.data.core.li_height/2 - 5) + "px" }).show();
2598
- if(ml) { ml.hide(); }
2599
- break;
2600
- default:
2601
- m.hide();
2602
- if(ml) { ml.hide(); }
2603
- break;
2604
- }
2605
- last_pos = r;
2606
- return r;
2607
- },
2608
- dnd_open : function () {
2609
- this.data.dnd.to2 = false;
2610
- this.open_node(r, $.proxy(this.dnd_prepare,this), true);
2611
- },
2612
- dnd_finish : function (e) {
2613
- if(this.data.dnd.foreign) {
2614
- if(this.data.dnd.after || this.data.dnd.before || this.data.dnd.inside) {
2615
- this._get_settings().dnd.drag_finish.call(this, { "o" : o, "r" : r, "p" : last_pos });
2616
- }
2617
- }
2618
- else {
2619
- this.dnd_prepare();
2620
- this.move_node(o, r, last_pos, e[this._get_settings().dnd.copy_modifier + "Key"]);
2621
- }
2622
- o = false;
2623
- r = false;
2624
- m.hide();
2625
- if(ml) { ml.hide(); }
2626
- },
2627
- dnd_enter : function (obj) {
2628
- if(this.data.dnd.mto) {
2629
- clearTimeout(this.data.dnd.mto);
2630
- this.data.dnd.mto = false;
2631
- }
2632
- var s = this._get_settings().dnd;
2633
- this.data.dnd.prepared = false;
2634
- r = this._get_node(obj);
2635
- if(s.check_timeout) {
2636
- // do the calculations after a minimal timeout (users tend to drag quickly to the desired location)
2637
- if(this.data.dnd.to1) { clearTimeout(this.data.dnd.to1); }
2638
- this.data.dnd.to1 = setTimeout($.proxy(this.dnd_prepare, this), s.check_timeout);
2639
- }
2640
- else {
2641
- this.dnd_prepare();
2642
- }
2643
- if(s.open_timeout) {
2644
- if(this.data.dnd.to2) { clearTimeout(this.data.dnd.to2); }
2645
- if(r && r.length && r.hasClass("jstree-closed")) {
2646
- // if the node is closed - open it, then recalculate
2647
- this.data.dnd.to2 = setTimeout($.proxy(this.dnd_open, this), s.open_timeout);
2648
- }
2649
- }
2650
- else {
2651
- if(r && r.length && r.hasClass("jstree-closed")) {
2652
- this.dnd_open();
2653
- }
2654
- }
2655
- },
2656
- dnd_leave : function (e) {
2657
- this.data.dnd.after = false;
2658
- this.data.dnd.before = false;
2659
- this.data.dnd.inside = false;
2660
- $.vakata.dnd.helper.children("ins").attr("class","jstree-invalid");
2661
- m.hide();
2662
- if(ml) { ml.hide(); }
2663
- if(r && r[0] === e.target.parentNode) {
2664
- if(this.data.dnd.to1) {
2665
- clearTimeout(this.data.dnd.to1);
2666
- this.data.dnd.to1 = false;
2667
- }
2668
- if(this.data.dnd.to2) {
2669
- clearTimeout(this.data.dnd.to2);
2670
- this.data.dnd.to2 = false;
2671
- }
2672
- }
2673
- },
2674
- start_drag : function (obj, e) {
2675
- o = this._get_node(obj);
2676
- if(this.data.ui && this.is_selected(o)) { o = this._get_node(null, true); }
2677
- var dt = o.length > 1 ? this._get_string("multiple_selection") : this.get_text(o),
2678
- cnt = this.get_container();
2679
- if(!this._get_settings().core.html_titles) { dt = dt.replace(/</ig,"&lt;").replace(/>/ig,"&gt;"); }
2680
- $.vakata.dnd.drag_start(e, { jstree : true, obj : o }, "<ins class='jstree-icon'></ins>" + dt );
2681
- if(this.data.themes) {
2682
- if(m) { m.attr("class", "jstree-" + this.data.themes.theme); }
2683
- if(ml) { ml.attr("class", "jstree-" + this.data.themes.theme); }
2684
- $.vakata.dnd.helper.attr("class", "jstree-dnd-helper jstree-" + this.data.themes.theme);
2685
- }
2686
- this.data.dnd.cof = cnt.offset();
2687
- this.data.dnd.cw = parseInt(cnt.width(),10);
2688
- this.data.dnd.ch = parseInt(cnt.height(),10);
2689
- this.data.dnd.active = true;
2690
- }
2691
- }
2692
- });
2693
- $(function() {
2694
- var css_string = '' +
2695
- '#vakata-dragged ins { display:block; text-decoration:none; width:16px; height:16px; margin:0 0 0 0; padding:0; position:absolute; top:4px; left:4px; ' +
2696
- ' -moz-border-radius:4px; border-radius:4px; -webkit-border-radius:4px; ' +
2697
- '} ' +
2698
- '#vakata-dragged .jstree-ok { background:green; } ' +
2699
- '#vakata-dragged .jstree-invalid { background:red; } ' +
2700
- '#jstree-marker { padding:0; margin:0; font-size:12px; overflow:hidden; height:12px; width:8px; position:absolute; top:-30px; z-index:10001; background-repeat:no-repeat; display:none; background-color:transparent; text-shadow:1px 1px 1px white; color:black; line-height:10px; } ' +
2701
- '#jstree-marker-line { padding:0; margin:0; line-height:0%; font-size:1px; overflow:hidden; height:1px; width:100px; position:absolute; top:-30px; z-index:10000; background-repeat:no-repeat; display:none; background-color:#456c43; ' +
2702
- ' cursor:pointer; border:1px solid #eeeeee; border-left:0; -moz-box-shadow: 0px 0px 2px #666; -webkit-box-shadow: 0px 0px 2px #666; box-shadow: 0px 0px 2px #666; ' +
2703
- ' -moz-border-radius:1px; border-radius:1px; -webkit-border-radius:1px; ' +
2704
- '}' +
2705
- '';
2706
- $.vakata.css.add_sheet({ str : css_string, title : "jstree" });
2707
- m = $("<div />").attr({ id : "jstree-marker" }).hide().html("&raquo;")
2708
- .bind("mouseleave mouseenter", function (e) {
2709
- m.hide();
2710
- ml.hide();
2711
- e.preventDefault();
2712
- e.stopImmediatePropagation();
2713
- return false;
2714
- })
2715
- .appendTo("body");
2716
- ml = $("<div />").attr({ id : "jstree-marker-line" }).hide()
2717
- .bind("mouseup", function (e) {
2718
- if(r && r.length) {
2719
- r.children("a").trigger(e);
2720
- e.preventDefault();
2721
- e.stopImmediatePropagation();
2722
- return false;
2723
- }
2724
- })
2725
- .bind("mouseleave", function (e) {
2726
- var rt = $(e.relatedTarget);
2727
- if(rt.is(".jstree") || rt.closest(".jstree").length === 0) {
2728
- if(r && r.length) {
2729
- r.children("a").trigger(e);
2730
- m.hide();
2731
- ml.hide();
2732
- e.preventDefault();
2733
- e.stopImmediatePropagation();
2734
- return false;
2735
- }
2736
- }
2737
- })
2738
- .appendTo("body");
2739
- $(document).bind("drag_start.vakata", function (e, data) {
2740
- if(data.data.jstree) { m.show(); if(ml) { ml.show(); } }
2741
- });
2742
- $(document).bind("drag_stop.vakata", function (e, data) {
2743
- if(data.data.jstree) { m.hide(); if(ml) { ml.hide(); } }
2744
- });
2745
- });
2746
- })(jQuery);
2747
- //*/
2748
-
2749
- /*
2750
- * jsTree checkbox plugin
2751
- * Inserts checkboxes in front of every node
2752
- * Depends on the ui plugin
2753
- * DOES NOT WORK NICELY WITH MULTITREE DRAG'N'DROP
2754
- */
2755
- (function ($) {
2756
- $.jstree.plugin("checkbox", {
2757
- __init : function () {
2758
- this.data.checkbox.noui = this._get_settings().checkbox.override_ui;
2759
- if(this.data.ui && this.data.checkbox.noui) {
2760
- this.select_node = this.deselect_node = this.deselect_all = $.noop;
2761
- this.get_selected = this.get_checked;
2762
- }
2763
-
2764
- this.get_container()
2765
- .bind("open_node.jstree create_node.jstree clean_node.jstree refresh.jstree", $.proxy(function (e, data) {
2766
- this._prepare_checkboxes(data.rslt.obj);
2767
- }, this))
2768
- .bind("loaded.jstree", $.proxy(function (e) {
2769
- this._prepare_checkboxes();
2770
- }, this))
2771
- .delegate( (this.data.ui && this.data.checkbox.noui ? "a" : "ins.jstree-checkbox") , "click.jstree", $.proxy(function (e) {
2772
- e.preventDefault();
2773
- if(this._get_node(e.target).hasClass("jstree-checked")) { this.uncheck_node(e.target); }
2774
- else { this.check_node(e.target); }
2775
- if(this.data.ui && this.data.checkbox.noui) {
2776
- this.save_selected();
2777
- if(this.data.cookies) { this.save_cookie("select_node"); }
2778
- }
2779
- else {
2780
- e.stopImmediatePropagation();
2781
- return false;
2782
- }
2783
- }, this));
2784
- },
2785
- defaults : {
2786
- override_ui : false,
2787
- two_state : false,
2788
- real_checkboxes : false,
2789
- checked_parent_open : true,
2790
- real_checkboxes_names : function (n) { return [ ("check_" + (n[0].id || Math.ceil(Math.random() * 10000))) , 1]; }
2791
- },
2792
- __destroy : function () {
2793
- this.get_container()
2794
- .find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end()
2795
- .find("ins.jstree-checkbox").remove();
2796
- },
2797
- _fn : {
2798
- _checkbox_notify : function (n, data) {
2799
- if(data.checked) {
2800
- this.check_node(n, false);
2801
- }
2802
- },
2803
- _prepare_checkboxes : function (obj) {
2804
- obj = !obj || obj == -1 ? this.get_container().find("> ul > li") : this._get_node(obj);
2805
- if(obj === false) { return; } // added for removing root nodes
2806
- var c, _this = this, t, ts = this._get_settings().checkbox.two_state, rc = this._get_settings().checkbox.real_checkboxes, rcn = this._get_settings().checkbox.real_checkboxes_names;
2807
- obj.each(function () {
2808
- t = $(this);
2809
- c = t.is("li") && (t.hasClass("jstree-checked") || (rc && t.children(":checked").length)) ? "jstree-checked" : "jstree-unchecked";
2810
- t.find("li").addBack().each(function () {
2811
- var $t = $(this), nm;
2812
- $t.children("a" + (_this.data.languages ? "" : ":eq(0)") ).not(":has(.jstree-checkbox)").prepend("<ins class='jstree-checkbox'>&#160;</ins>").parent().not(".jstree-checked, .jstree-unchecked").addClass( ts ? "jstree-unchecked" : c );
2813
- if(rc) {
2814
- if(!$t.children(":checkbox").length) {
2815
- nm = rcn.call(_this, $t);
2816
- $t.prepend("<input type='checkbox' class='jstree-real-checkbox' id='" + nm[0] + "' name='" + nm[0] + "' value='" + nm[1] + "' />");
2817
- }
2818
- else {
2819
- $t.children(":checkbox").addClass("jstree-real-checkbox");
2820
- }
2821
- }
2822
- if(!ts) {
2823
- if(c === "jstree-checked" || $t.hasClass("jstree-checked") || $t.children(':checked').length) {
2824
- $t.find("li").addBack().addClass("jstree-checked").children(":checkbox").prop("checked", true);
2825
- }
2826
- }
2827
- else {
2828
- if($t.hasClass("jstree-checked") || $t.children(':checked').length) {
2829
- $t.addClass("jstree-checked").children(":checkbox").prop("checked", true);
2830
- }
2831
- }
2832
- });
2833
- });
2834
- if(!ts) {
2835
- obj.find(".jstree-checked").parent().parent().each(function () { _this._repair_state(this); });
2836
- }
2837
- },
2838
- change_state : function (obj, state) {
2839
- obj = this._get_node(obj);
2840
- var coll = false, rc = this._get_settings().checkbox.real_checkboxes;
2841
- if(!obj || obj === -1) { return false; }
2842
- state = (state === false || state === true) ? state : obj.hasClass("jstree-checked");
2843
- if(this._get_settings().checkbox.two_state) {
2844
- if(state) {
2845
- obj.removeClass("jstree-checked").addClass("jstree-unchecked");
2846
- if(rc) { obj.children(":checkbox").prop("checked", false); }
2847
- }
2848
- else {
2849
- obj.removeClass("jstree-unchecked").addClass("jstree-checked");
2850
- if(rc) { obj.children(":checkbox").prop("checked", true); }
2851
- }
2852
- }
2853
- else {
2854
- if(state) {
2855
- coll = obj.find("li").addBack();
2856
- if(!coll.filter(".jstree-checked, .jstree-undetermined").length) { return false; }
2857
- coll.removeClass("jstree-checked jstree-undetermined").addClass("jstree-unchecked");
2858
- if(rc) { coll.children(":checkbox").prop("checked", false); }
2859
- }
2860
- else {
2861
- coll = obj.find("li").addBack();
2862
- if(!coll.filter(".jstree-unchecked, .jstree-undetermined").length) { return false; }
2863
- coll.removeClass("jstree-unchecked jstree-undetermined").addClass("jstree-checked");
2864
- if(rc) { coll.children(":checkbox").prop("checked", true); }
2865
- if(this.data.ui) { this.data.ui.last_selected = obj; }
2866
- this.data.checkbox.last_selected = obj;
2867
- }
2868
- obj.parentsUntil(".jstree", "li").each(function () {
2869
- var $this = $(this);
2870
- if(state) {
2871
- if($this.children("ul").children("li.jstree-checked, li.jstree-undetermined").length) {
2872
- $this.parentsUntil(".jstree", "li").addBack().removeClass("jstree-checked jstree-unchecked").addClass("jstree-undetermined");
2873
- if(rc) { $this.parentsUntil(".jstree", "li").addBack().children(":checkbox").prop("checked", false); }
2874
- return false;
2875
- }
2876
- else {
2877
- $this.removeClass("jstree-checked jstree-undetermined").addClass("jstree-unchecked");
2878
- if(rc) { $this.children(":checkbox").prop("checked", false); }
2879
- }
2880
- }
2881
- else {
2882
- if($this.children("ul").children("li.jstree-unchecked, li.jstree-undetermined").length) {
2883
- $this.parentsUntil(".jstree", "li").addBack().removeClass("jstree-checked jstree-unchecked").addClass("jstree-undetermined");
2884
- if(rc) { $this.parentsUntil(".jstree", "li").addBack().children(":checkbox").prop("checked", false); }
2885
- return false;
2886
- }
2887
- else {
2888
- $this.removeClass("jstree-unchecked jstree-undetermined").addClass("jstree-checked");
2889
- if(rc) { $this.children(":checkbox").prop("checked", true); }
2890
- }
2891
- }
2892
- });
2893
- }
2894
- if(this.data.ui && this.data.checkbox.noui) { this.data.ui.selected = this.get_checked(); }
2895
- this.__callback(obj);
2896
- return true;
2897
- },
2898
- check_node : function (obj) {
2899
- if(this.change_state(obj, false)) {
2900
- obj = this._get_node(obj);
2901
- if(this._get_settings().checkbox.checked_parent_open) {
2902
- var t = this;
2903
- obj.parents(".jstree-closed").each(function () { t.open_node(this, false, true); });
2904
- }
2905
- this.__callback({ "obj" : obj });
2906
- }
2907
- },
2908
- uncheck_node : function (obj) {
2909
- if(this.change_state(obj, true)) { this.__callback({ "obj" : this._get_node(obj) }); }
2910
- },
2911
- check_all : function () {
2912
- var _this = this,
2913
- coll = this._get_settings().checkbox.two_state ? this.get_container_ul().find("li") : this.get_container_ul().children("li");
2914
- coll.each(function () {
2915
- _this.change_state(this, false);
2916
- });
2917
- this.__callback();
2918
- },
2919
- uncheck_all : function () {
2920
- var _this = this,
2921
- coll = this._get_settings().checkbox.two_state ? this.get_container_ul().find("li") : this.get_container_ul().children("li");
2922
- coll.each(function () {
2923
- _this.change_state(this, true);
2924
- });
2925
- this.__callback();
2926
- },
2927
-
2928
- is_checked : function(obj) {
2929
- obj = this._get_node(obj);
2930
- return obj.length ? obj.is(".jstree-checked") : false;
2931
- },
2932
- get_checked : function (obj, get_all) {
2933
- obj = !obj || obj === -1 ? this.get_container() : this._get_node(obj);
2934
- return get_all || this._get_settings().checkbox.two_state ? obj.find(".jstree-checked") : obj.find("> ul > .jstree-checked, .jstree-undetermined > ul > .jstree-checked");
2935
- },
2936
- get_unchecked : function (obj, get_all) {
2937
- obj = !obj || obj === -1 ? this.get_container() : this._get_node(obj);
2938
- return get_all || this._get_settings().checkbox.two_state ? obj.find(".jstree-unchecked") : obj.find("> ul > .jstree-unchecked, .jstree-undetermined > ul > .jstree-unchecked");
2939
- },
2940
-
2941
- show_checkboxes : function () { this.get_container().children("ul").removeClass("jstree-no-checkboxes"); },
2942
- hide_checkboxes : function () { this.get_container().children("ul").addClass("jstree-no-checkboxes"); },
2943
-
2944
- _repair_state : function (obj) {
2945
- obj = this._get_node(obj);
2946
- if(!obj.length) { return; }
2947
- if(this._get_settings().checkbox.two_state) {
2948
- obj.find('li').addBack().not('.jstree-checked').removeClass('jstree-undetermined').addClass('jstree-unchecked').children(':checkbox').prop('checked', true);
2949
- return;
2950
- }
2951
- var rc = this._get_settings().checkbox.real_checkboxes,
2952
- a = obj.find("> ul > .jstree-checked").length,
2953
- b = obj.find("> ul > .jstree-undetermined").length,
2954
- c = obj.find("> ul > li").length;
2955
- if(c === 0) { if(obj.hasClass("jstree-undetermined")) { this.change_state(obj, false); } }
2956
- else if(a === 0 && b === 0) { this.change_state(obj, true); }
2957
- else if(a === c) { this.change_state(obj, false); }
2958
- else {
2959
- obj.parentsUntil(".jstree","li").addBack().removeClass("jstree-checked jstree-unchecked").addClass("jstree-undetermined");
2960
- if(rc) { obj.parentsUntil(".jstree", "li").addBack().children(":checkbox").prop("checked", false); }
2961
- }
2962
- },
2963
- reselect : function () {
2964
- if(this.data.ui && this.data.checkbox.noui) {
2965
- var _this = this,
2966
- s = this.data.ui.to_select;
2967
- s = $.map($.makeArray(s), function (n) { return "#" + n.toString().replace(/^#/,"").replace(/\\\//g,"/").replace(/\//g,"\\\/").replace(/\\\./g,".").replace(/\./g,"\\.").replace(/\:/g,"\\:"); });
2968
- this.deselect_all();
2969
- $.each(s, function (i, val) { _this.check_node(val); });
2970
- this.__callback();
2971
- }
2972
- else {
2973
- this.__call_old();
2974
- }
2975
- },
2976
- save_loaded : function () {
2977
- var _this = this;
2978
- this.data.core.to_load = [];
2979
- this.get_container_ul().find("li.jstree-closed.jstree-undetermined").each(function () {
2980
- if(this.id) { _this.data.core.to_load.push("#" + this.id); }
2981
- });
2982
- }
2983
- }
2984
- });
2985
- $(function() {
2986
- var css_string = '.jstree .jstree-real-checkbox { display:none; } ';
2987
- $.vakata.css.add_sheet({ str : css_string, title : "jstree" });
2988
- });
2989
- })(jQuery);
2990
- //*/
2991
-
2992
- /*
2993
- * jsTree XML plugin
2994
- * The XML data store. Datastores are build by overriding the `load_node` and `_is_loaded` functions.
2995
- */
2996
- (function ($) {
2997
- $.vakata.xslt = function (xml, xsl, callback) {
2998
- var r = false, p, q, s;
2999
- // IE9
3000
- if(r === false && (window.ActiveXObject || "ActiveXObject" in window)) {
3001
- try {
3002
- r = new ActiveXObject("Msxml2.XSLTemplate");
3003
- q = new ActiveXObject("Msxml2.DOMDocument");
3004
- q.loadXML(xml);
3005
- s = new ActiveXObject("Msxml2.FreeThreadedDOMDocument");
3006
- s.loadXML(xsl);
3007
- r.stylesheet = s;
3008
- p = r.createProcessor();
3009
- p.input = q;
3010
- p.transform();
3011
- r = p.output;
3012
- }
3013
- catch (e) { }
3014
- }
3015
- xml = $.parseXML(xml);
3016
- xsl = $.parseXML(xsl);
3017
- // FF, Chrome
3018
- if(r === false && typeof (XSLTProcessor) !== "undefined") {
3019
- p = new XSLTProcessor();
3020
- p.importStylesheet(xsl);
3021
- r = p.transformToFragment(xml, document);
3022
- r = $('<div />').append(r).html();
3023
- }
3024
- // OLD IE
3025
- if(r === false && typeof (xml.transformNode) !== "undefined") {
3026
- r = xml.transformNode(xsl);
3027
- }
3028
- callback.call(null, r);
3029
- };
3030
- var xsl = {
3031
- 'nest' : '<' + '?xml version="1.0" encoding="utf-8" ?>' +
3032
- '<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >' +
3033
- '<xsl:output method="html" encoding="utf-8" omit-xml-declaration="yes" standalone="no" indent="no" media-type="text/html" />' +
3034
- '<xsl:template match="/">' +
3035
- ' <xsl:call-template name="nodes">' +
3036
- ' <xsl:with-param name="node" select="/root" />' +
3037
- ' </xsl:call-template>' +
3038
- '</xsl:template>' +
3039
- '<xsl:template name="nodes">' +
3040
- ' <xsl:param name="node" />' +
3041
- ' <ul>' +
3042
- ' <xsl:for-each select="$node/item">' +
3043
- ' <xsl:variable name="children" select="count(./item) &gt; 0" />' +
3044
- ' <li>' +
3045
- ' <xsl:attribute name="class">' +
3046
- ' <xsl:if test="position() = last()">jstree-last </xsl:if>' +
3047
- ' <xsl:choose>' +
3048
- ' <xsl:when test="@state = \'open\'">jstree-open </xsl:when>' +
3049
- ' <xsl:when test="$children or @hasChildren or @state = \'closed\'">jstree-closed </xsl:when>' +
3050
- ' <xsl:otherwise>jstree-leaf </xsl:otherwise>' +
3051
- ' </xsl:choose>' +
3052
- ' <xsl:value-of select="@class" />' +
3053
- ' </xsl:attribute>' +
3054
- ' <xsl:for-each select="@*">' +
3055
- ' <xsl:if test="name() != \'class\' and name() != \'state\' and name() != \'hasChildren\'">' +
3056
- ' <xsl:attribute name="{name()}"><xsl:value-of select="." /></xsl:attribute>' +
3057
- ' </xsl:if>' +
3058
- ' </xsl:for-each>' +
3059
- ' <ins class="jstree-icon"><xsl:text>&#xa0;</xsl:text></ins>' +
3060
- ' <xsl:for-each select="content/name">' +
3061
- ' <a>' +
3062
- ' <xsl:attribute name="href">' +
3063
- ' <xsl:choose>' +
3064
- ' <xsl:when test="@href"><xsl:value-of select="@href" /></xsl:when>' +
3065
- ' <xsl:otherwise>#</xsl:otherwise>' +
3066
- ' </xsl:choose>' +
3067
- ' </xsl:attribute>' +
3068
- ' <xsl:attribute name="class"><xsl:value-of select="@lang" /> <xsl:value-of select="@class" /></xsl:attribute>' +
3069
- ' <xsl:attribute name="style"><xsl:value-of select="@style" /></xsl:attribute>' +
3070
- ' <xsl:for-each select="@*">' +
3071
- ' <xsl:if test="name() != \'style\' and name() != \'class\' and name() != \'href\'">' +
3072
- ' <xsl:attribute name="{name()}"><xsl:value-of select="." /></xsl:attribute>' +
3073
- ' </xsl:if>' +
3074
- ' </xsl:for-each>' +
3075
- ' <ins>' +
3076
- ' <xsl:attribute name="class">jstree-icon ' +
3077
- ' <xsl:if test="string-length(attribute::icon) > 0 and not(contains(@icon,\'/\'))"><xsl:value-of select="@icon" /></xsl:if>' +
3078
- ' </xsl:attribute>' +
3079
- ' <xsl:if test="string-length(attribute::icon) > 0 and contains(@icon,\'/\')"><xsl:attribute name="style">background:url(<xsl:value-of select="@icon" />) center center no-repeat;</xsl:attribute></xsl:if>' +
3080
- ' <xsl:text>&#xa0;</xsl:text>' +
3081
- ' </ins>' +
3082
- ' <xsl:copy-of select="./child::node()" />' +
3083
- ' </a>' +
3084
- ' </xsl:for-each>' +
3085
- ' <xsl:if test="$children or @hasChildren"><xsl:call-template name="nodes"><xsl:with-param name="node" select="current()" /></xsl:call-template></xsl:if>' +
3086
- ' </li>' +
3087
- ' </xsl:for-each>' +
3088
- ' </ul>' +
3089
- '</xsl:template>' +
3090
- '</xsl:stylesheet>',
3091
-
3092
- 'flat' : '<' + '?xml version="1.0" encoding="utf-8" ?>' +
3093
- '<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >' +
3094
- '<xsl:output method="html" encoding="utf-8" omit-xml-declaration="yes" standalone="no" indent="no" media-type="text/xml" />' +
3095
- '<xsl:template match="/">' +
3096
- ' <ul>' +
3097
- ' <xsl:for-each select="//item[not(@parent_id) or @parent_id=0 or not(@parent_id = //item/@id)]">' + /* the last `or` may be removed */
3098
- ' <xsl:call-template name="nodes">' +
3099
- ' <xsl:with-param name="node" select="." />' +
3100
- ' <xsl:with-param name="is_last" select="number(position() = last())" />' +
3101
- ' </xsl:call-template>' +
3102
- ' </xsl:for-each>' +
3103
- ' </ul>' +
3104
- '</xsl:template>' +
3105
- '<xsl:template name="nodes">' +
3106
- ' <xsl:param name="node" />' +
3107
- ' <xsl:param name="is_last" />' +
3108
- ' <xsl:variable name="children" select="count(//item[@parent_id=$node/attribute::id]) &gt; 0" />' +
3109
- ' <li>' +
3110
- ' <xsl:attribute name="class">' +
3111
- ' <xsl:if test="$is_last = true()">jstree-last </xsl:if>' +
3112
- ' <xsl:choose>' +
3113
- ' <xsl:when test="@state = \'open\'">jstree-open </xsl:when>' +
3114
- ' <xsl:when test="$children or @hasChildren or @state = \'closed\'">jstree-closed </xsl:when>' +
3115
- ' <xsl:otherwise>jstree-leaf </xsl:otherwise>' +
3116
- ' </xsl:choose>' +
3117
- ' <xsl:value-of select="@class" />' +
3118
- ' </xsl:attribute>' +
3119
- ' <xsl:for-each select="@*">' +
3120
- ' <xsl:if test="name() != \'parent_id\' and name() != \'hasChildren\' and name() != \'class\' and name() != \'state\'">' +
3121
- ' <xsl:attribute name="{name()}"><xsl:value-of select="." /></xsl:attribute>' +
3122
- ' </xsl:if>' +
3123
- ' </xsl:for-each>' +
3124
- ' <ins class="jstree-icon"><xsl:text>&#xa0;</xsl:text></ins>' +
3125
- ' <xsl:for-each select="content/name">' +
3126
- ' <a>' +
3127
- ' <xsl:attribute name="href">' +
3128
- ' <xsl:choose>' +
3129
- ' <xsl:when test="@href"><xsl:value-of select="@href" /></xsl:when>' +
3130
- ' <xsl:otherwise>#</xsl:otherwise>' +
3131
- ' </xsl:choose>' +
3132
- ' </xsl:attribute>' +
3133
- ' <xsl:attribute name="class"><xsl:value-of select="@lang" /> <xsl:value-of select="@class" /></xsl:attribute>' +
3134
- ' <xsl:attribute name="style"><xsl:value-of select="@style" /></xsl:attribute>' +
3135
- ' <xsl:for-each select="@*">' +
3136
- ' <xsl:if test="name() != \'style\' and name() != \'class\' and name() != \'href\'">' +
3137
- ' <xsl:attribute name="{name()}"><xsl:value-of select="." /></xsl:attribute>' +
3138
- ' </xsl:if>' +
3139
- ' </xsl:for-each>' +
3140
- ' <ins>' +
3141
- ' <xsl:attribute name="class">jstree-icon ' +
3142
- ' <xsl:if test="string-length(attribute::icon) > 0 and not(contains(@icon,\'/\'))"><xsl:value-of select="@icon" /></xsl:if>' +
3143
- ' </xsl:attribute>' +
3144
- ' <xsl:if test="string-length(attribute::icon) > 0 and contains(@icon,\'/\')"><xsl:attribute name="style">background:url(<xsl:value-of select="@icon" />) center center no-repeat;</xsl:attribute></xsl:if>' +
3145
- ' <xsl:text>&#xa0;</xsl:text>' +
3146
- ' </ins>' +
3147
- ' <xsl:copy-of select="./child::node()" />' +
3148
- ' </a>' +
3149
- ' </xsl:for-each>' +
3150
- ' <xsl:if test="$children">' +
3151
- ' <ul>' +
3152
- ' <xsl:for-each select="//item[@parent_id=$node/attribute::id]">' +
3153
- ' <xsl:call-template name="nodes">' +
3154
- ' <xsl:with-param name="node" select="." />' +
3155
- ' <xsl:with-param name="is_last" select="number(position() = last())" />' +
3156
- ' </xsl:call-template>' +
3157
- ' </xsl:for-each>' +
3158
- ' </ul>' +
3159
- ' </xsl:if>' +
3160
- ' </li>' +
3161
- '</xsl:template>' +
3162
- '</xsl:stylesheet>'
3163
- },
3164
- escape_xml = function(string) {
3165
- return string
3166
- .toString()
3167
- .replace(/&/g, '&amp;')
3168
- .replace(/</g, '&lt;')
3169
- .replace(/>/g, '&gt;')
3170
- .replace(/"/g, '&quot;')
3171
- .replace(/'/g, '&apos;');
3172
- };
3173
- $.jstree.plugin("xml_data", {
3174
- defaults : {
3175
- data : false,
3176
- ajax : false,
3177
- xsl : "flat",
3178
- clean_node : false,
3179
- correct_state : true,
3180
- get_skip_empty : false,
3181
- get_include_preamble : true
3182
- },
3183
- _fn : {
3184
- load_node : function (obj, s_call, e_call) { var _this = this; this.load_node_xml(obj, function () { _this.__callback({ "obj" : _this._get_node(obj) }); s_call.call(this); }, e_call); },
3185
- _is_loaded : function (obj) {
3186
- var s = this._get_settings().xml_data;
3187
- obj = this._get_node(obj);
3188
- return obj == -1 || !obj || (!s.ajax && !$.isFunction(s.data)) || obj.is(".jstree-open, .jstree-leaf") || obj.children("ul").children("li").size() > 0;
3189
- },
3190
- load_node_xml : function (obj, s_call, e_call) {
3191
- var s = this.get_settings().xml_data,
3192
- error_func = function () {},
3193
- success_func = function () {};
3194
-
3195
- obj = this._get_node(obj);
3196
- if(obj && obj !== -1) {
3197
- if(obj.data("jstree_is_loading")) { return; }
3198
- else { obj.data("jstree_is_loading",true); }
3199
- }
3200
- switch(!0) {
3201
- case (!s.data && !s.ajax): throw "Neither data nor ajax settings supplied.";
3202
- case ($.isFunction(s.data)):
3203
- s.data.call(this, obj, $.proxy(function (d) {
3204
- this.parse_xml(d, $.proxy(function (d) {
3205
- if(d) {
3206
- d = d.replace(/ ?xmlns="[^"]*"/ig, "");
3207
- if(d.length > 10) {
3208
- d = $(d);
3209
- if(obj === -1 || !obj) { this.get_container().children("ul").empty().append(d.children()); }
3210
- else { obj.children("a.jstree-loading").removeClass("jstree-loading"); obj.append(d); obj.removeData("jstree_is_loading"); }
3211
- if(s.clean_node) { this.clean_node(obj); }
3212
- if(s_call) { s_call.call(this); }
3213
- }
3214
- else {
3215
- if(obj && obj !== -1) {
3216
- obj.children("a.jstree-loading").removeClass("jstree-loading");
3217
- obj.removeData("jstree_is_loading");
3218
- if(s.correct_state) {
3219
- this.correct_state(obj);
3220
- if(s_call) { s_call.call(this); }
3221
- }
3222
- }
3223
- else {
3224
- if(s.correct_state) {
3225
- this.get_container().children("ul").empty();
3226
- if(s_call) { s_call.call(this); }
3227
- }
3228
- }
3229
- }
3230
- }
3231
- }, this));
3232
- }, this));
3233
- break;
3234
- case (!!s.data && !s.ajax) || (!!s.data && !!s.ajax && (!obj || obj === -1)):
3235
- if(!obj || obj == -1) {
3236
- this.parse_xml(s.data, $.proxy(function (d) {
3237
- if(d) {
3238
- d = d.replace(/ ?xmlns="[^"]*"/ig, "");
3239
- if(d.length > 10) {
3240
- d = $(d);
3241
- this.get_container().children("ul").empty().append(d.children());
3242
- if(s.clean_node) { this.clean_node(obj); }
3243
- if(s_call) { s_call.call(this); }
3244
- }
3245
- }
3246
- else {
3247
- if(s.correct_state) {
3248
- this.get_container().children("ul").empty();
3249
- if(s_call) { s_call.call(this); }
3250
- }
3251
- }
3252
- }, this));
3253
- }
3254
- break;
3255
- case (!s.data && !!s.ajax) || (!!s.data && !!s.ajax && obj && obj !== -1):
3256
- error_func = function (x, t, e) {
3257
- var ef = this.get_settings().xml_data.ajax.error;
3258
- if(ef) { ef.call(this, x, t, e); }
3259
- if(obj !== -1 && obj.length) {
3260
- obj.children("a.jstree-loading").removeClass("jstree-loading");
3261
- obj.removeData("jstree_is_loading");
3262
- if(t === "success" && s.correct_state) { this.correct_state(obj); }
3263
- }
3264
- else {
3265
- if(t === "success" && s.correct_state) { this.get_container().children("ul").empty(); }
3266
- }
3267
- if(e_call) { e_call.call(this); }
3268
- };
3269
- success_func = function (d, t, x) {
3270
- d = x.responseText;
3271
- var sf = this.get_settings().xml_data.ajax.success;
3272
- if(sf) { d = sf.call(this,d,t,x) || d; }
3273
- if(d === "" || (d && d.toString && d.toString().replace(/^[\s\n]+$/,"") === "")) {
3274
- return error_func.call(this, x, t, "");
3275
- }
3276
- this.parse_xml(d, $.proxy(function (d) {
3277
- if(d) {
3278
- d = d.replace(/ ?xmlns="[^"]*"/ig, "");
3279
- if(d.length > 10) {
3280
- d = $(d);
3281
- if(obj === -1 || !obj) { this.get_container().children("ul").empty().append(d.children()); }
3282
- else { obj.children("a.jstree-loading").removeClass("jstree-loading"); obj.append(d); obj.removeData("jstree_is_loading"); }
3283
- if(s.clean_node) { this.clean_node(obj); }
3284
- if(s_call) { s_call.call(this); }
3285
- }
3286
- else {
3287
- if(obj && obj !== -1) {
3288
- obj.children("a.jstree-loading").removeClass("jstree-loading");
3289
- obj.removeData("jstree_is_loading");
3290
- if(s.correct_state) {
3291
- this.correct_state(obj);
3292
- if(s_call) { s_call.call(this); }
3293
- }
3294
- }
3295
- else {
3296
- if(s.correct_state) {
3297
- this.get_container().children("ul").empty();
3298
- if(s_call) { s_call.call(this); }
3299
- }
3300
- }
3301
- }
3302
- }
3303
- }, this));
3304
- };
3305
- s.ajax.context = this;
3306
- s.ajax.error = error_func;
3307
- s.ajax.success = success_func;
3308
- if(!s.ajax.dataType) { s.ajax.dataType = "xml"; }
3309
- if($.isFunction(s.ajax.url)) { s.ajax.url = s.ajax.url.call(this, obj); }
3310
- if($.isFunction(s.ajax.data)) { s.ajax.data = s.ajax.data.call(this, obj); }
3311
- $.ajax(s.ajax);
3312
- break;
3313
- }
3314
- },
3315
- parse_xml : function (xml, callback) {
3316
- var s = this._get_settings().xml_data;
3317
- $.vakata.xslt(xml, xsl[s.xsl], callback);
3318
- },
3319
- get_xml : function (tp, obj, li_attr, a_attr, is_callback) {
3320
- var result = "",
3321
- s = this._get_settings(),
3322
- _this = this,
3323
- tmp1, tmp2, li, a, lang;
3324
- if(!tp) { tp = "flat"; }
3325
- if(!is_callback) { is_callback = 0; }
3326
- obj = this._get_node(obj);
3327
- if(!obj || obj === -1) { obj = this.get_container().find("> ul > li"); }
3328
- li_attr = $.isArray(li_attr) ? li_attr : [ "id", "class" ];
3329
- if(!is_callback && this.data.types && $.inArray(s.types.type_attr, li_attr) === -1) { li_attr.push(s.types.type_attr); }
3330
-
3331
- a_attr = $.isArray(a_attr) ? a_attr : [ ];
3332
-
3333
- if(!is_callback) {
3334
- if(s.xml_data.get_include_preamble) {
3335
- result += '<' + '?xml version="1.0" encoding="UTF-8"?' + '>';
3336
- }
3337
- result += "<root>";
3338
- }
3339
- obj.each(function () {
3340
- result += "<item";
3341
- li = $(this);
3342
- $.each(li_attr, function (i, v) {
3343
- var t = li.attr(v);
3344
- if(!s.xml_data.get_skip_empty || typeof t !== "undefined") {
3345
- result += " " + v + "=\"" + escape_xml((" " + (t || "")).replace(/ jstree[^ ]*/ig,'').replace(/\s+$/ig," ").replace(/^ /,"").replace(/ $/,"")) + "\"";
3346
- }
3347
- });
3348
- if(li.hasClass("jstree-open")) { result += " state=\"open\""; }
3349
- if(li.hasClass("jstree-closed")) { result += " state=\"closed\""; }
3350
- if(tp === "flat") { result += " parent_id=\"" + escape_xml(is_callback) + "\""; }
3351
- result += ">";
3352
- result += "<content>";
3353
- a = li.children("a");
3354
- a.each(function () {
3355
- tmp1 = $(this);
3356
- lang = false;
3357
- result += "<name";
3358
- if($.inArray("languages", s.plugins) !== -1) {
3359
- $.each(s.languages, function (k, z) {
3360
- if(tmp1.hasClass(z)) { result += " lang=\"" + escape_xml(z) + "\""; lang = z; return false; }
3361
- });
3362
- }
3363
- if(a_attr.length) {
3364
- $.each(a_attr, function (k, z) {
3365
- var t = tmp1.attr(z);
3366
- if(!s.xml_data.get_skip_empty || typeof t !== "undefined") {
3367
- result += " " + z + "=\"" + escape_xml((" " + t || "").replace(/ jstree[^ ]*/ig,'').replace(/\s+$/ig," ").replace(/^ /,"").replace(/ $/,"")) + "\"";
3368
- }
3369
- });
3370
- }
3371
- if(tmp1.children("ins").get(0).className.replace(/jstree[^ ]*|$/ig,'').replace(/^\s+$/ig,"").length) {
3372
- result += ' icon="' + escape_xml(tmp1.children("ins").get(0).className.replace(/jstree[^ ]*|$/ig,'').replace(/\s+$/ig," ").replace(/^ /,"").replace(/ $/,"")) + '"';
3373
- }
3374
- if(tmp1.children("ins").get(0).style.backgroundImage.length) {
3375
- result += ' icon="' + escape_xml(tmp1.children("ins").get(0).style.backgroundImage.replace("url(","").replace(")","").replace(/'/ig,"").replace(/"/ig,"")) + '"';
3376
- }
3377
- result += ">";
3378
- result += "<![CDATA[" + _this.get_text(tmp1, lang) + "]]>";
3379
- result += "</name>";
3380
- });
3381
- result += "</content>";
3382
- tmp2 = li[0].id || true;
3383
- li = li.find("> ul > li");
3384
- if(li.length) { tmp2 = _this.get_xml(tp, li, li_attr, a_attr, tmp2); }
3385
- else { tmp2 = ""; }
3386
- if(tp == "nest") { result += tmp2; }
3387
- result += "</item>";
3388
- if(tp == "flat") { result += tmp2; }
3389
- });
3390
- if(!is_callback) { result += "</root>"; }
3391
- return result;
3392
- }
3393
- }
3394
- });
3395
- })(jQuery);
3396
- //*/
3397
-
3398
- /*
3399
- * jsTree search plugin
3400
- * Enables both sync and async search on the tree
3401
- * DOES NOT WORK WITH JSON PROGRESSIVE RENDER
3402
- */
3403
- (function ($) {
3404
- if($().jquery.split('.')[1] >= 8) {
3405
- $.expr[':'].jstree_contains = $.expr.createPseudo(function(search) {
3406
- return function(a) {
3407
- return (a.textContent || a.innerText || "").toLowerCase().indexOf(search.toLowerCase())>=0;
3408
- };
3409
- });
3410
- $.expr[':'].jstree_title_contains = $.expr.createPseudo(function(search) {
3411
- return function(a) {
3412
- return (a.getAttribute("title") || "").toLowerCase().indexOf(search.toLowerCase())>=0;
3413
- };
3414
- });
3415
- }
3416
- else {
3417
- $.expr[':'].jstree_contains = function(a,i,m){
3418
- return (a.textContent || a.innerText || "").toLowerCase().indexOf(m[3].toLowerCase())>=0;
3419
- };
3420
- $.expr[':'].jstree_title_contains = function(a,i,m) {
3421
- return (a.getAttribute("title") || "").toLowerCase().indexOf(m[3].toLowerCase())>=0;
3422
- };
3423
- }
3424
- $.jstree.plugin("search", {
3425
- __init : function () {
3426
- this.data.search.str = "";
3427
- this.data.search.result = $();
3428
- if(this._get_settings().search.show_only_matches) {
3429
- this.get_container()
3430
- .bind("search.jstree", function (e, data) {
3431
- $(this).children("ul").find("li").hide().removeClass("jstree-last");
3432
- data.rslt.nodes.parentsUntil(".jstree").addBack().show()
3433
- .filter("ul").each(function () { $(this).children("li:visible").eq(-1).addClass("jstree-last"); });
3434
- })
3435
- .bind("clear_search.jstree", function () {
3436
- $(this).children("ul").find("li").css("display","").end().end().jstree("clean_node", -1);
3437
- });
3438
- }
3439
- },
3440
- defaults : {
3441
- ajax : false,
3442
- search_method : "jstree_contains", // for case insensitive - jstree_contains
3443
- show_only_matches : false
3444
- },
3445
- _fn : {
3446
- search : function (str, skip_async) {
3447
- if($.trim(str) === "") { this.clear_search(); return; }
3448
- var s = this.get_settings().search,
3449
- t = this,
3450
- error_func = function () { },
3451
- success_func = function () { };
3452
- this.data.search.str = str;
3453
-
3454
- if(!skip_async && s.ajax !== false && this.get_container_ul().find("li.jstree-closed:not(:has(ul)):eq(0)").length > 0) {
3455
- this.search.supress_callback = true;
3456
- error_func = function () { };
3457
- success_func = function (d, t, x) {
3458
- var sf = this.get_settings().search.ajax.success;
3459
- if(sf) { d = sf.call(this,d,t,x) || d; }
3460
- this.data.search.to_open = d;
3461
- this._search_open();
3462
- };
3463
- s.ajax.context = this;
3464
- s.ajax.error = error_func;
3465
- s.ajax.success = success_func;
3466
- if($.isFunction(s.ajax.url)) { s.ajax.url = s.ajax.url.call(this, str); }
3467
- if($.isFunction(s.ajax.data)) { s.ajax.data = s.ajax.data.call(this, str); }
3468
- if(!s.ajax.data) { s.ajax.data = { "search_string" : str }; }
3469
- if(!s.ajax.dataType || /^json/.exec(s.ajax.dataType)) { s.ajax.dataType = "json"; }
3470
- $.ajax(s.ajax);
3471
- return;
3472
- }
3473
- if(this.data.search.result.length) { this.clear_search(); }
3474
- this.data.search.result = this.get_container().find("a" + (this.data.languages ? "." + this.get_lang() : "" ) + ":" + (s.search_method) + "(" + this.data.search.str + ")");
3475
- this.data.search.result.addClass("jstree-search").parent().parents(".jstree-closed").each(function () {
3476
- t.open_node(this, false, true);
3477
- });
3478
- this.__callback({ nodes : this.data.search.result, str : str });
3479
- },
3480
- clear_search : function (str) {
3481
- this.data.search.result.removeClass("jstree-search");
3482
- this.__callback(this.data.search.result);
3483
- this.data.search.result = $();
3484
- },
3485
- _search_open : function (is_callback) {
3486
- var _this = this,
3487
- done = true,
3488
- current = [],
3489
- remaining = [];
3490
- if(this.data.search.to_open.length) {
3491
- $.each(this.data.search.to_open, function (i, val) {
3492
- if(val == "#") { return true; }
3493
- if($(val).length && $(val).is(".jstree-closed")) { current.push(val); }
3494
- else { remaining.push(val); }
3495
- });
3496
- if(current.length) {
3497
- this.data.search.to_open = remaining;
3498
- $.each(current, function (i, val) {
3499
- _this.open_node(val, function () { _this._search_open(true); });
3500
- });
3501
- done = false;
3502
- }
3503
- }
3504
- if(done) { this.search(this.data.search.str, true); }
3505
- }
3506
- }
3507
- });
3508
- })(jQuery);
3509
- //*/
3510
-
3511
- /*
3512
- * jsTree contextmenu plugin
3513
- */
3514
- (function ($) {
3515
- $.vakata.context = {
3516
- hide_on_mouseleave : false,
3517
-
3518
- cnt : $("<div id='vakata-contextmenu' />"),
3519
- vis : false,
3520
- tgt : false,
3521
- par : false,
3522
- func : false,
3523
- data : false,
3524
- rtl : false,
3525
- show : function (s, t, x, y, d, p, rtl) {
3526
- $.vakata.context.rtl = !!rtl;
3527
- var html = $.vakata.context.parse(s), h, w;
3528
- if(!html) { return; }
3529
- $.vakata.context.vis = true;
3530
- $.vakata.context.tgt = t;
3531
- $.vakata.context.par = p || t || null;
3532
- $.vakata.context.data = d || null;
3533
- $.vakata.context.cnt
3534
- .html(html)
3535
- .css({ "visibility" : "hidden", "display" : "block", "left" : 0, "top" : 0 });
3536
-
3537
- if($.vakata.context.hide_on_mouseleave) {
3538
- $.vakata.context.cnt
3539
- .one("mouseleave", function(e) { $.vakata.context.hide(); });
3540
- }
3541
-
3542
- h = $.vakata.context.cnt.height();
3543
- w = $.vakata.context.cnt.width();
3544
- if(x + w > $(document).width()) {
3545
- x = $(document).width() - (w + 5);
3546
- $.vakata.context.cnt.find("li > ul").addClass("right");
3547
- }
3548
- if(y + h > $(document).height()) {
3549
- y = y - (h + t[0].offsetHeight);
3550
- $.vakata.context.cnt.find("li > ul").addClass("bottom");
3551
- }
3552
-
3553
- $.vakata.context.cnt
3554
- .css({ "left" : x, "top" : y })
3555
- .find("li:has(ul)")
3556
- .bind("mouseenter", function (e) {
3557
- var w = $(document).width(),
3558
- h = $(document).height(),
3559
- ul = $(this).children("ul").show();
3560
- if(w !== $(document).width()) { ul.toggleClass("right"); }
3561
- if(h !== $(document).height()) { ul.toggleClass("bottom"); }
3562
- })
3563
- .bind("mouseleave", function (e) {
3564
- $(this).children("ul").hide();
3565
- })
3566
- .end()
3567
- .css({ "visibility" : "visible" })
3568
- .show();
3569
- $(document).triggerHandler("context_show.vakata");
3570
- },
3571
- hide : function () {
3572
- $.vakata.context.vis = false;
3573
- $.vakata.context.cnt.attr("class","").css({ "visibility" : "hidden" });
3574
- $(document).triggerHandler("context_hide.vakata");
3575
- },
3576
- parse : function (s, is_callback) {
3577
- if(!s) { return false; }
3578
- var str = "",
3579
- tmp = false,
3580
- was_sep = true;
3581
- if(!is_callback) { $.vakata.context.func = {}; }
3582
- str += "<ul>";
3583
- $.each(s, function (i, val) {
3584
- if(!val) { return true; }
3585
- $.vakata.context.func[i] = val.action;
3586
- if(!was_sep && val.separator_before) {
3587
- str += "<li class='vakata-separator vakata-separator-before'></li>";
3588
- }
3589
- was_sep = false;
3590
- str += "<li class='" + (val._class || "") + (val._disabled ? " jstree-contextmenu-disabled " : "") + "'><ins ";
3591
- if(val.icon && val.icon.indexOf("/") === -1) { str += " class='" + val.icon + "' "; }
3592
- if(val.icon && val.icon.indexOf("/") !== -1) { str += " style='background:url(" + val.icon + ") center center no-repeat;' "; }
3593
- str += ">&#160;</ins><a href='#' rel='" + i + "'>";
3594
- if(val.submenu) {
3595
- str += "<span style='float:" + ($.vakata.context.rtl ? "left" : "right") + ";'>&raquo;</span>";
3596
- }
3597
- str += val.label + "</a>";
3598
- if(val.submenu) {
3599
- tmp = $.vakata.context.parse(val.submenu, true);
3600
- if(tmp) { str += tmp; }
3601
- }
3602
- str += "</li>";
3603
- if(val.separator_after) {
3604
- str += "<li class='vakata-separator vakata-separator-after'></li>";
3605
- was_sep = true;
3606
- }
3607
- });
3608
- str = str.replace(/<li class\='vakata-separator vakata-separator-after'\><\/li\>$/,"");
3609
- str += "</ul>";
3610
- $(document).triggerHandler("context_parse.vakata");
3611
- return str.length > 10 ? str : false;
3612
- },
3613
- exec : function (i) {
3614
- if($.isFunction($.vakata.context.func[i])) {
3615
- // if is string - eval and call it!
3616
- $.vakata.context.func[i].call($.vakata.context.data, $.vakata.context.par);
3617
- return true;
3618
- }
3619
- else { return false; }
3620
- }
3621
- };
3622
- $(function () {
3623
- var css_string = '' +
3624
- '#vakata-contextmenu { display:block; visibility:hidden; left:0; top:-200px; position:absolute; margin:0; padding:0; min-width:180px; background:#ebebeb; border:1px solid silver; z-index:10000; *width:180px; } ' +
3625
- '#vakata-contextmenu ul { min-width:180px; *width:180px; } ' +
3626
- '#vakata-contextmenu ul, #vakata-contextmenu li { margin:0; padding:0; list-style-type:none; display:block; } ' +
3627
- '#vakata-contextmenu li { line-height:20px; min-height:20px; position:relative; padding:0px; } ' +
3628
- '#vakata-contextmenu li a { padding:1px 6px; line-height:17px; display:block; text-decoration:none; margin:1px 1px 0 1px; } ' +
3629
- '#vakata-contextmenu li ins { float:left; width:16px; height:16px; text-decoration:none; margin-right:2px; } ' +
3630
- '#vakata-contextmenu li a:hover, #vakata-contextmenu li.vakata-hover > a { background:gray; color:white; } ' +
3631
- '#vakata-contextmenu li ul { display:none; position:absolute; top:-2px; left:100%; background:#ebebeb; border:1px solid gray; } ' +
3632
- '#vakata-contextmenu .right { right:100%; left:auto; } ' +
3633
- '#vakata-contextmenu .bottom { bottom:-1px; top:auto; } ' +
3634
- '#vakata-contextmenu li.vakata-separator { min-height:0; height:1px; line-height:1px; font-size:1px; overflow:hidden; margin:0 2px; background:silver; /* border-top:1px solid #fefefe; */ padding:0; } ';
3635
- $.vakata.css.add_sheet({ str : css_string, title : "vakata" });
3636
- $.vakata.context.cnt
3637
- .delegate("a","click", function (e) { e.preventDefault(); })
3638
- .delegate("a","mouseup", function (e) {
3639
- if(!$(this).parent().hasClass("jstree-contextmenu-disabled") && $.vakata.context.exec($(this).attr("rel"))) {
3640
- $.vakata.context.hide();
3641
- }
3642
- else { $(this).blur(); }
3643
- })
3644
- .delegate("a","mouseover", function () {
3645
- $.vakata.context.cnt.find(".vakata-hover").removeClass("vakata-hover");
3646
- })
3647
- .appendTo("body");
3648
- $(document).bind("mousedown", function (e) { if($.vakata.context.vis && !$.contains($.vakata.context.cnt[0], e.target)) { $.vakata.context.hide(); } });
3649
- if(typeof $.hotkeys !== "undefined") {
3650
- $(document)
3651
- .bind("keydown", "up", function (e) {
3652
- if($.vakata.context.vis) {
3653
- var o = $.vakata.context.cnt.find("ul:visible").last().children(".vakata-hover").removeClass("vakata-hover").prevAll("li:not(.vakata-separator)").first();
3654
- if(!o.length) { o = $.vakata.context.cnt.find("ul:visible").last().children("li:not(.vakata-separator)").last(); }
3655
- o.addClass("vakata-hover");
3656
- e.stopImmediatePropagation();
3657
- e.preventDefault();
3658
- }
3659
- })
3660
- .bind("keydown", "down", function (e) {
3661
- if($.vakata.context.vis) {
3662
- var o = $.vakata.context.cnt.find("ul:visible").last().children(".vakata-hover").removeClass("vakata-hover").nextAll("li:not(.vakata-separator)").first();
3663
- if(!o.length) { o = $.vakata.context.cnt.find("ul:visible").last().children("li:not(.vakata-separator)").first(); }
3664
- o.addClass("vakata-hover");
3665
- e.stopImmediatePropagation();
3666
- e.preventDefault();
3667
- }
3668
- })
3669
- .bind("keydown", "right", function (e) {
3670
- if($.vakata.context.vis) {
3671
- $.vakata.context.cnt.find(".vakata-hover").children("ul").show().children("li:not(.vakata-separator)").removeClass("vakata-hover").first().addClass("vakata-hover");
3672
- e.stopImmediatePropagation();
3673
- e.preventDefault();
3674
- }
3675
- })
3676
- .bind("keydown", "left", function (e) {
3677
- if($.vakata.context.vis) {
3678
- $.vakata.context.cnt.find(".vakata-hover").children("ul").hide().children(".vakata-separator").removeClass("vakata-hover");
3679
- e.stopImmediatePropagation();
3680
- e.preventDefault();
3681
- }
3682
- })
3683
- .bind("keydown", "esc", function (e) {
3684
- $.vakata.context.hide();
3685
- e.preventDefault();
3686
- })
3687
- .bind("keydown", "space", function (e) {
3688
- $.vakata.context.cnt.find(".vakata-hover").last().children("a").click();
3689
- e.preventDefault();
3690
- });
3691
- }
3692
- });
3693
-
3694
- $.jstree.plugin("contextmenu", {
3695
- __init : function () {
3696
- this.get_container()
3697
- .delegate("a", "contextmenu.jstree", $.proxy(function (e) {
3698
- e.preventDefault();
3699
- if(!$(e.currentTarget).hasClass("jstree-loading")) {
3700
- this.show_contextmenu(e.currentTarget, e.pageX, e.pageY);
3701
- }
3702
- }, this))
3703
- .delegate("a", "click.jstree", $.proxy(function (e) {
3704
- if(this.data.contextmenu) {
3705
- $.vakata.context.hide();
3706
- }
3707
- }, this))
3708
- .bind("destroy.jstree", $.proxy(function () {
3709
- // TODO: move this to descruct method
3710
- if(this.data.contextmenu) {
3711
- $.vakata.context.hide();
3712
- }
3713
- }, this));
3714
- $(document).bind("context_hide.vakata", $.proxy(function () { this.data.contextmenu = false; }, this));
3715
- },
3716
- defaults : {
3717
- select_node : false, // requires UI plugin
3718
- show_at_node : true,
3719
- items : { // Could be a function that should return an object like this one
3720
- "create" : {
3721
- "separator_before" : false,
3722
- "separator_after" : true,
3723
- "label" : "Create",
3724
- "action" : function (obj) { this.create(obj); }
3725
- },
3726
- "rename" : {
3727
- "separator_before" : false,
3728
- "separator_after" : false,
3729
- "label" : "Rename",
3730
- "action" : function (obj) { this.rename(obj); }
3731
- },
3732
- "remove" : {
3733
- "separator_before" : false,
3734
- "icon" : false,
3735
- "separator_after" : false,
3736
- "label" : "Delete",
3737
- "action" : function (obj) { if(this.is_selected(obj)) { this.remove(); } else { this.remove(obj); } }
3738
- },
3739
- "ccp" : {
3740
- "separator_before" : true,
3741
- "icon" : false,
3742
- "separator_after" : false,
3743
- "label" : "Edit",
3744
- "action" : false,
3745
- "submenu" : {
3746
- "cut" : {
3747
- "separator_before" : false,
3748
- "separator_after" : false,
3749
- "label" : "Cut",
3750
- "action" : function (obj) { this.cut(obj); }
3751
- },
3752
- "copy" : {
3753
- "separator_before" : false,
3754
- "icon" : false,
3755
- "separator_after" : false,
3756
- "label" : "Copy",
3757
- "action" : function (obj) { this.copy(obj); }
3758
- },
3759
- "paste" : {
3760
- "separator_before" : false,
3761
- "icon" : false,
3762
- "separator_after" : false,
3763
- "label" : "Paste",
3764
- "action" : function (obj) { this.paste(obj); }
3765
- }
3766
- }
3767
- }
3768
- }
3769
- },
3770
- _fn : {
3771
- show_contextmenu : function (obj, x, y) {
3772
- obj = this._get_node(obj);
3773
- var s = this.get_settings().contextmenu,
3774
- a = obj.children("a:visible:eq(0)"),
3775
- o = false,
3776
- i = false;
3777
- if(s.select_node && this.data.ui && !this.is_selected(obj)) {
3778
- this.deselect_all();
3779
- this.select_node(obj, true);
3780
- }
3781
- if(s.show_at_node || typeof x === "undefined" || typeof y === "undefined") {
3782
- o = a.offset();
3783
- x = o.left;
3784
- y = o.top + this.data.core.li_height;
3785
- }
3786
- i = obj.data("jstree") && obj.data("jstree").contextmenu ? obj.data("jstree").contextmenu : s.items;
3787
- if($.isFunction(i)) { i = i.call(this, obj); }
3788
- this.data.contextmenu = true;
3789
- $.vakata.context.show(i, a, x, y, this, obj, this._get_settings().core.rtl);
3790
- if(this.data.themes) { $.vakata.context.cnt.attr("class", "jstree-" + this.data.themes.theme + "-context"); }
3791
- }
3792
- }
3793
- });
3794
- })(jQuery);
3795
- //*/
3796
-
3797
- /*
3798
- * jsTree types plugin
3799
- * Adds support types of nodes
3800
- * You can set an attribute on each li node, that represents its type.
3801
- * According to the type setting the node may get custom icon/validation rules
3802
- */
3803
- (function ($) {
3804
- $.jstree.plugin("types", {
3805
- __init : function () {
3806
- var s = this._get_settings().types;
3807
- this.data.types.attach_to = [];
3808
- this.get_container()
3809
- .bind("init.jstree", $.proxy(function () {
3810
- var types = s.types,
3811
- attr = s.type_attr,
3812
- icons_css = "",
3813
- _this = this;
3814
-
3815
- $.each(types, function (i, tp) {
3816
- $.each(tp, function (k, v) {
3817
- if(!/^(max_depth|max_children|icon|valid_children)$/.test(k)) { _this.data.types.attach_to.push(k); }
3818
- });
3819
- if(!tp.icon) { return true; }
3820
- if( tp.icon.image || tp.icon.position) {
3821
- if(i == "default") { icons_css += '.jstree-' + _this.get_index() + ' a > .jstree-icon { '; }
3822
- else { icons_css += '.jstree-' + _this.get_index() + ' li[' + attr + '="' + i + '"] > a > .jstree-icon { '; }
3823
- if(tp.icon.image) { icons_css += ' background-image:url(' + tp.icon.image + '); '; }
3824
- if(tp.icon.position){ icons_css += ' background-position:' + tp.icon.position + '; '; }
3825
- else { icons_css += ' background-position:0 0; '; }
3826
- icons_css += '} ';
3827
- }
3828
- });
3829
- if(icons_css !== "") { $.vakata.css.add_sheet({ 'str' : icons_css, title : "jstree-types" }); }
3830
- }, this))
3831
- .bind("before.jstree", $.proxy(function (e, data) {
3832
- var s, t,
3833
- o = this._get_settings().types.use_data ? this._get_node(data.args[0]) : false,
3834
- d = o && o !== -1 && o.length ? o.data("jstree") : false;
3835
- if(d && d.types && d.types[data.func] === false) { e.stopImmediatePropagation(); return false; }
3836
- if($.inArray(data.func, this.data.types.attach_to) !== -1) {
3837
- if(!data.args[0] || (!data.args[0].tagName && !data.args[0].jquery)) { return; }
3838
- s = this._get_settings().types.types;
3839
- t = this._get_type(data.args[0]);
3840
- if(
3841
- (
3842
- (s[t] && typeof s[t][data.func] !== "undefined") ||
3843
- (s["default"] && typeof s["default"][data.func] !== "undefined")
3844
- ) && this._check(data.func, data.args[0]) === false
3845
- ) {
3846
- e.stopImmediatePropagation();
3847
- return false;
3848
- }
3849
- }
3850
- }, this));
3851
- if(is_ie6) {
3852
- this.get_container()
3853
- .bind("load_node.jstree set_type.jstree", $.proxy(function (e, data) {
3854
- var r = data && data.rslt && data.rslt.obj && data.rslt.obj !== -1 ? this._get_node(data.rslt.obj).parent() : this.get_container_ul(),
3855
- c = false,
3856
- s = this._get_settings().types;
3857
- $.each(s.types, function (i, tp) {
3858
- if(tp.icon && (tp.icon.image || tp.icon.position)) {
3859
- c = i === "default" ? r.find("li > a > .jstree-icon") : r.find("li[" + s.type_attr + "='" + i + "'] > a > .jstree-icon");
3860
- if(tp.icon.image) { c.css("backgroundImage","url(" + tp.icon.image + ")"); }
3861
- c.css("backgroundPosition", tp.icon.position || "0 0");
3862
- }
3863
- });
3864
- }, this));
3865
- }
3866
- },
3867
- defaults : {
3868
- // defines maximum number of root nodes (-1 means unlimited, -2 means disable max_children checking)
3869
- max_children : -1,
3870
- // defines the maximum depth of the tree (-1 means unlimited, -2 means disable max_depth checking)
3871
- max_depth : -1,
3872
- // defines valid node types for the root nodes
3873
- valid_children : "all",
3874
-
3875
- // whether to use $.data
3876
- use_data : false,
3877
- // where is the type stores (the rel attribute of the LI element)
3878
- type_attr : "rel",
3879
- // a list of types
3880
- types : {
3881
- // the default type
3882
- "default" : {
3883
- "max_children" : -1,
3884
- "max_depth" : -1,
3885
- "valid_children": "all"
3886
-
3887
- // Bound functions - you can bind any other function here (using boolean or function)
3888
- //"select_node" : true
3889
- }
3890
- }
3891
- },
3892
- _fn : {
3893
- _types_notify : function (n, data) {
3894
- if(data.type && this._get_settings().types.use_data) {
3895
- this.set_type(data.type, n);
3896
- }
3897
- },
3898
- _get_type : function (obj) {
3899
- obj = this._get_node(obj);
3900
- return (!obj || !obj.length) ? false : obj.attr(this._get_settings().types.type_attr) || "default";
3901
- },
3902
- set_type : function (str, obj) {
3903
- obj = this._get_node(obj);
3904
- var ret = (!obj.length || !str) ? false : obj.attr(this._get_settings().types.type_attr, str);
3905
- if(ret) { this.__callback({ obj : obj, type : str}); }
3906
- return ret;
3907
- },
3908
- _check : function (rule, obj, opts) {
3909
- obj = this._get_node(obj);
3910
- var v = false, t = this._get_type(obj), d = 0, _this = this, s = this._get_settings().types, data = false;
3911
- if(obj === -1) {
3912
- if(!!s[rule]) { v = s[rule]; }
3913
- else { return; }
3914
- }
3915
- else {
3916
- if(t === false) { return; }
3917
- data = s.use_data ? obj.data("jstree") : false;
3918
- if(data && data.types && typeof data.types[rule] !== "undefined") { v = data.types[rule]; }
3919
- else if(!!s.types[t] && typeof s.types[t][rule] !== "undefined") { v = s.types[t][rule]; }
3920
- else if(!!s.types["default"] && typeof s.types["default"][rule] !== "undefined") { v = s.types["default"][rule]; }
3921
- }
3922
- if($.isFunction(v)) { v = v.call(this, obj); }
3923
- if(rule === "max_depth" && obj !== -1 && opts !== false && s.max_depth !== -2 && v !== 0) {
3924
- // also include the node itself - otherwise if root node it is not checked
3925
- obj.children("a:eq(0)").parentsUntil(".jstree","li").each(function (i) {
3926
- // check if current depth already exceeds global tree depth
3927
- if(s.max_depth !== -1 && s.max_depth - (i + 1) <= 0) { v = 0; return false; }
3928
- d = (i === 0) ? v : _this._check(rule, this, false);
3929
- // check if current node max depth is already matched or exceeded
3930
- if(d !== -1 && d - (i + 1) <= 0) { v = 0; return false; }
3931
- // otherwise - set the max depth to the current value minus current depth
3932
- if(d >= 0 && (d - (i + 1) < v || v < 0) ) { v = d - (i + 1); }
3933
- // if the global tree depth exists and it minus the nodes calculated so far is less than `v` or `v` is unlimited
3934
- if(s.max_depth >= 0 && (s.max_depth - (i + 1) < v || v < 0) ) { v = s.max_depth - (i + 1); }
3935
- });
3936
- }
3937
- return v;
3938
- },
3939
- check_move : function () {
3940
- if(!this.__call_old()) { return false; }
3941
- var m = this._get_move(),
3942
- s = m.rt._get_settings().types,
3943
- mc = m.rt._check("max_children", m.cr),
3944
- md = m.rt._check("max_depth", m.cr),
3945
- vc = m.rt._check("valid_children", m.cr),
3946
- ch = 0, d = 1, t;
3947
-
3948
- if(vc === "none") { return false; }
3949
- if($.isArray(vc) && m.ot && m.ot._get_type) {
3950
- m.o.each(function () {
3951
- if($.inArray(m.ot._get_type(this), vc) === -1) { d = false; return false; }
3952
- });
3953
- if(d === false) { return false; }
3954
- }
3955
- if(s.max_children !== -2 && mc !== -1) {
3956
- ch = m.cr === -1 ? this.get_container().find("> ul > li").not(m.o).length : m.cr.find("> ul > li").not(m.o).length;
3957
- if(ch + m.o.length > mc) { return false; }
3958
- }
3959
- if(s.max_depth !== -2 && md !== -1) {
3960
- d = 0;
3961
- if(md === 0) { return false; }
3962
- if(typeof m.o.d === "undefined") {
3963
- // TODO: deal with progressive rendering and async when checking max_depth (how to know the depth of the moved node)
3964
- t = m.o;
3965
- while(t.length > 0) {
3966
- t = t.find("> ul > li");
3967
- d ++;
3968
- }
3969
- m.o.d = d;
3970
- }
3971
- if(md - m.o.d < 0) { return false; }
3972
- }
3973
- return true;
3974
- },
3975
- create_node : function (obj, position, js, callback, is_loaded, skip_check) {
3976
- if(!skip_check && (is_loaded || this._is_loaded(obj))) {
3977
- var p = (typeof position == "string" && position.match(/^before|after$/i) && obj !== -1) ? this._get_parent(obj) : this._get_node(obj),
3978
- s = this._get_settings().types,
3979
- mc = this._check("max_children", p),
3980
- md = this._check("max_depth", p),
3981
- vc = this._check("valid_children", p),
3982
- ch;
3983
- if(typeof js === "string") { js = { data : js }; }
3984
- if(!js) { js = {}; }
3985
- if(vc === "none") { return false; }
3986
- if($.isArray(vc)) {
3987
- if(!js.attr || !js.attr[s.type_attr]) {
3988
- if(!js.attr) { js.attr = {}; }
3989
- js.attr[s.type_attr] = vc[0];
3990
- }
3991
- else {
3992
- if($.inArray(js.attr[s.type_attr], vc) === -1) { return false; }
3993
- }
3994
- }
3995
- if(s.max_children !== -2 && mc !== -1) {
3996
- ch = p === -1 ? this.get_container().find("> ul > li").length : p.find("> ul > li").length;
3997
- if(ch + 1 > mc) { return false; }
3998
- }
3999
- if(s.max_depth !== -2 && md !== -1 && (md - 1) < 0) { return false; }
4000
- }
4001
- return this.__call_old(true, obj, position, js, callback, is_loaded, skip_check);
4002
- }
4003
- }
4004
- });
4005
- })(jQuery);
4006
- //*/
4007
-
4008
- /*
4009
- * jsTree HTML plugin
4010
- * The HTML data store. Datastores are build by replacing the `load_node` and `_is_loaded` functions.
4011
- */
4012
- (function ($) {
4013
- $.jstree.plugin("html_data", {
4014
- __init : function () {
4015
- // this used to use html() and clean the whitespace, but this way any attached data was lost
4016
- this.data.html_data.original_container_html = this.get_container().find(" > ul > li").clone(true);
4017
- // remove white space from LI node - otherwise nodes appear a bit to the right
4018
- this.data.html_data.original_container_html.find("li").addBack().contents().filter(function() { return this.nodeType == 3; }).remove();
4019
- },
4020
- defaults : {
4021
- data : false,
4022
- ajax : false,
4023
- correct_state : true
4024
- },
4025
- _fn : {
4026
- load_node : function (obj, s_call, e_call) { var _this = this; this.load_node_html(obj, function () { _this.__callback({ "obj" : _this._get_node(obj) }); s_call.call(this); }, e_call); },
4027
- _is_loaded : function (obj) {
4028
- obj = this._get_node(obj);
4029
- return obj == -1 || !obj || (!this._get_settings().html_data.ajax && !$.isFunction(this._get_settings().html_data.data)) || obj.is(".jstree-open, .jstree-leaf") || obj.children("ul").children("li").size() > 0;
4030
- },
4031
- load_node_html : function (obj, s_call, e_call) {
4032
- var d,
4033
- s = this.get_settings().html_data,
4034
- error_func = function () {},
4035
- success_func = function () {};
4036
- obj = this._get_node(obj);
4037
- if(obj && obj !== -1) {
4038
- if(obj.data("jstree_is_loading")) { return; }
4039
- else { obj.data("jstree_is_loading",true); }
4040
- }
4041
- switch(!0) {
4042
- case ($.isFunction(s.data)):
4043
- s.data.call(this, obj, $.proxy(function (d) {
4044
- if(d && d !== "" && d.toString && d.toString().replace(/^[\s\n]+$/,"") !== "") {
4045
- d = $(d);
4046
- if(!d.is("ul")) { d = $("<ul />").append(d); }
4047
- if(obj == -1 || !obj) { this.get_container().children("ul").empty().append(d.children()).find("li, a").filter(function () { return !this.firstChild || !this.firstChild.tagName || this.firstChild.tagName !== "INS"; }).prepend("<ins class='jstree-icon'>&#160;</ins>").end().filter("a").children("ins:first-child").not(".jstree-icon").addClass("jstree-icon"); }
4048
- else { obj.children("a.jstree-loading").removeClass("jstree-loading"); obj.append(d).children("ul").find("li, a").filter(function () { return !this.firstChild || !this.firstChild.tagName || this.firstChild.tagName !== "INS"; }).prepend("<ins class='jstree-icon'>&#160;</ins>").end().filter("a").children("ins:first-child").not(".jstree-icon").addClass("jstree-icon"); obj.removeData("jstree_is_loading"); }
4049
- this.clean_node(obj);
4050
- if(s_call) { s_call.call(this); }
4051
- }
4052
- else {
4053
- if(obj && obj !== -1) {
4054
- obj.children("a.jstree-loading").removeClass("jstree-loading");
4055
- obj.removeData("jstree_is_loading");
4056
- if(s.correct_state) {
4057
- this.correct_state(obj);
4058
- if(s_call) { s_call.call(this); }
4059
- }
4060
- }
4061
- else {
4062
- if(s.correct_state) {
4063
- this.get_container().children("ul").empty();
4064
- if(s_call) { s_call.call(this); }
4065
- }
4066
- }
4067
- }
4068
- }, this));
4069
- break;
4070
- case (!s.data && !s.ajax):
4071
- if(!obj || obj == -1) {
4072
- this.get_container()
4073
- .children("ul").empty()
4074
- .append(this.data.html_data.original_container_html)
4075
- .find("li, a").filter(function () { return !this.firstChild || !this.firstChild.tagName || this.firstChild.tagName !== "INS"; }).prepend("<ins class='jstree-icon'>&#160;</ins>").end()
4076
- .filter("a").children("ins:first-child").not(".jstree-icon").addClass("jstree-icon");
4077
- this.clean_node();
4078
- }
4079
- if(s_call) { s_call.call(this); }
4080
- break;
4081
- case (!!s.data && !s.ajax) || (!!s.data && !!s.ajax && (!obj || obj === -1)):
4082
- if(!obj || obj == -1) {
4083
- d = $(s.data);
4084
- if(!d.is("ul")) { d = $("<ul />").append(d); }
4085
- this.get_container()
4086
- .children("ul").empty().append(d.children())
4087
- .find("li, a").filter(function () { return !this.firstChild || !this.firstChild.tagName || this.firstChild.tagName !== "INS"; }).prepend("<ins class='jstree-icon'>&#160;</ins>").end()
4088
- .filter("a").children("ins:first-child").not(".jstree-icon").addClass("jstree-icon");
4089
- this.clean_node();
4090
- }
4091
- if(s_call) { s_call.call(this); }
4092
- break;
4093
- case (!s.data && !!s.ajax) || (!!s.data && !!s.ajax && obj && obj !== -1):
4094
- obj = this._get_node(obj);
4095
- error_func = function (x, t, e) {
4096
- var ef = this.get_settings().html_data.ajax.error;
4097
- if(ef) { ef.call(this, x, t, e); }
4098
- if(obj != -1 && obj.length) {
4099
- obj.children("a.jstree-loading").removeClass("jstree-loading");
4100
- obj.removeData("jstree_is_loading");
4101
- if(t === "success" && s.correct_state) { this.correct_state(obj); }
4102
- }
4103
- else {
4104
- if(t === "success" && s.correct_state) { this.get_container().children("ul").empty(); }
4105
- }
4106
- if(e_call) { e_call.call(this); }
4107
- };
4108
- success_func = function (d, t, x) {
4109
- var sf = this.get_settings().html_data.ajax.success;
4110
- if(sf) { d = sf.call(this,d,t,x) || d; }
4111
- if(d === "" || (d && d.toString && d.toString().replace(/^[\s\n]+$/,"") === "")) {
4112
- return error_func.call(this, x, t, "");
4113
- }
4114
- if(d) {
4115
- d = $(d);
4116
- if(!d.is("ul")) { d = $("<ul />").append(d); }
4117
- if(obj == -1 || !obj) { this.get_container().children("ul").empty().append(d.children()).find("li, a").filter(function () { return !this.firstChild || !this.firstChild.tagName || this.firstChild.tagName !== "INS"; }).prepend("<ins class='jstree-icon'>&#160;</ins>").end().filter("a").children("ins:first-child").not(".jstree-icon").addClass("jstree-icon"); }
4118
- else { obj.children("a.jstree-loading").removeClass("jstree-loading"); obj.append(d).children("ul").find("li, a").filter(function () { return !this.firstChild || !this.firstChild.tagName || this.firstChild.tagName !== "INS"; }).prepend("<ins class='jstree-icon'>&#160;</ins>").end().filter("a").children("ins:first-child").not(".jstree-icon").addClass("jstree-icon"); obj.removeData("jstree_is_loading"); }
4119
- this.clean_node(obj);
4120
- if(s_call) { s_call.call(this); }
4121
- }
4122
- else {
4123
- if(obj && obj !== -1) {
4124
- obj.children("a.jstree-loading").removeClass("jstree-loading");
4125
- obj.removeData("jstree_is_loading");
4126
- if(s.correct_state) {
4127
- this.correct_state(obj);
4128
- if(s_call) { s_call.call(this); }
4129
- }
4130
- }
4131
- else {
4132
- if(s.correct_state) {
4133
- this.get_container().children("ul").empty();
4134
- if(s_call) { s_call.call(this); }
4135
- }
4136
- }
4137
- }
4138
- };
4139
- s.ajax.context = this;
4140
- s.ajax.error = error_func;
4141
- s.ajax.success = success_func;
4142
- if(!s.ajax.dataType) { s.ajax.dataType = "html"; }
4143
- if($.isFunction(s.ajax.url)) { s.ajax.url = s.ajax.url.call(this, obj); }
4144
- if($.isFunction(s.ajax.data)) { s.ajax.data = s.ajax.data.call(this, obj); }
4145
- $.ajax(s.ajax);
4146
- break;
4147
- }
4148
- }
4149
- }
4150
- });
4151
- // include the HTML data plugin by default
4152
- $.jstree.defaults.plugins.push("html_data");
4153
- })(jQuery);
4154
- //*/
4155
-
4156
- /*
4157
- * jsTree themeroller plugin
4158
- * Adds support for jQuery UI themes. Include this at the end of your plugins list, also make sure "themes" is not included.
4159
- */
4160
- (function ($) {
4161
- $.jstree.plugin("themeroller", {
4162
- __init : function () {
4163
- var s = this._get_settings().themeroller;
4164
- this.get_container()
4165
- .addClass("ui-widget-content")
4166
- .addClass("jstree-themeroller")
4167
- .delegate("a","mouseenter.jstree", function (e) {
4168
- if(!$(e.currentTarget).hasClass("jstree-loading")) {
4169
- $(this).addClass(s.item_h);
4170
- }
4171
- })
4172
- .delegate("a","mouseleave.jstree", function () {
4173
- $(this).removeClass(s.item_h);
4174
- })
4175
- .bind("init.jstree", $.proxy(function (e, data) {
4176
- data.inst.get_container().find("> ul > li > .jstree-loading > ins").addClass("ui-icon-refresh");
4177
- this._themeroller(data.inst.get_container().find("> ul > li"));
4178
- }, this))
4179
- .bind("open_node.jstree create_node.jstree", $.proxy(function (e, data) {
4180
- this._themeroller(data.rslt.obj);
4181
- }, this))
4182
- .bind("loaded.jstree refresh.jstree", $.proxy(function (e) {
4183
- this._themeroller();
4184
- }, this))
4185
- .bind("close_node.jstree", $.proxy(function (e, data) {
4186
- this._themeroller(data.rslt.obj);
4187
- }, this))
4188
- .bind("delete_node.jstree", $.proxy(function (e, data) {
4189
- this._themeroller(data.rslt.parent);
4190
- }, this))
4191
- .bind("correct_state.jstree", $.proxy(function (e, data) {
4192
- data.rslt.obj
4193
- .children("ins.jstree-icon").removeClass(s.opened + " " + s.closed + " ui-icon").end()
4194
- .find("> a > ins.ui-icon")
4195
- .filter(function() {
4196
- return this.className.toString()
4197
- .replace(s.item_clsd,"").replace(s.item_open,"").replace(s.item_leaf,"")
4198
- .indexOf("ui-icon-") === -1;
4199
- }).removeClass(s.item_open + " " + s.item_clsd).addClass(s.item_leaf || "jstree-no-icon");
4200
- }, this))
4201
- .bind("select_node.jstree", $.proxy(function (e, data) {
4202
- data.rslt.obj.children("a").addClass(s.item_a);
4203
- }, this))
4204
- .bind("deselect_node.jstree deselect_all.jstree", $.proxy(function (e, data) {
4205
- this.get_container()
4206
- .find("a." + s.item_a).removeClass(s.item_a).end()
4207
- .find("a.jstree-clicked").addClass(s.item_a);
4208
- }, this))
4209
- .bind("dehover_node.jstree", $.proxy(function (e, data) {
4210
- data.rslt.obj.children("a").removeClass(s.item_h);
4211
- }, this))
4212
- .bind("hover_node.jstree", $.proxy(function (e, data) {
4213
- this.get_container()
4214
- .find("a." + s.item_h).not(data.rslt.obj).removeClass(s.item_h);
4215
- data.rslt.obj.children("a").addClass(s.item_h);
4216
- }, this))
4217
- .bind("move_node.jstree", $.proxy(function (e, data) {
4218
- this._themeroller(data.rslt.o);
4219
- this._themeroller(data.rslt.op);
4220
- }, this));
4221
- },
4222
- __destroy : function () {
4223
- var s = this._get_settings().themeroller,
4224
- c = [ "ui-icon" ];
4225
- $.each(s, function (i, v) {
4226
- v = v.split(" ");
4227
- if(v.length) { c = c.concat(v); }
4228
- });
4229
- this.get_container()
4230
- .removeClass("ui-widget-content")
4231
- .find("." + c.join(", .")).removeClass(c.join(" "));
4232
- },
4233
- _fn : {
4234
- _themeroller : function (obj) {
4235
- var s = this._get_settings().themeroller;
4236
- obj = (!obj || obj == -1) ? this.get_container_ul() : this._get_node(obj);
4237
- obj = (!obj || obj == -1) ? this.get_container_ul() : obj.parent();
4238
- obj
4239
- .find("li.jstree-closed")
4240
- .children("ins.jstree-icon").removeClass(s.opened).addClass("ui-icon " + s.closed).end()
4241
- .children("a").addClass(s.item)
4242
- .children("ins.jstree-icon").addClass("ui-icon")
4243
- .filter(function() {
4244
- return this.className.toString()
4245
- .replace(s.item_clsd,"").replace(s.item_open,"").replace(s.item_leaf,"")
4246
- .indexOf("ui-icon-") === -1;
4247
- }).removeClass(s.item_leaf + " " + s.item_open).addClass(s.item_clsd || "jstree-no-icon")
4248
- .end()
4249
- .end()
4250
- .end()
4251
- .end()
4252
- .find("li.jstree-open")
4253
- .children("ins.jstree-icon").removeClass(s.closed).addClass("ui-icon " + s.opened).end()
4254
- .children("a").addClass(s.item)
4255
- .children("ins.jstree-icon").addClass("ui-icon")
4256
- .filter(function() {
4257
- return this.className.toString()
4258
- .replace(s.item_clsd,"").replace(s.item_open,"").replace(s.item_leaf,"")
4259
- .indexOf("ui-icon-") === -1;
4260
- }).removeClass(s.item_leaf + " " + s.item_clsd).addClass(s.item_open || "jstree-no-icon")
4261
- .end()
4262
- .end()
4263
- .end()
4264
- .end()
4265
- .find("li.jstree-leaf")
4266
- .children("ins.jstree-icon").removeClass(s.closed + " ui-icon " + s.opened).end()
4267
- .children("a").addClass(s.item)
4268
- .children("ins.jstree-icon").addClass("ui-icon")
4269
- .filter(function() {
4270
- return this.className.toString()
4271
- .replace(s.item_clsd,"").replace(s.item_open,"").replace(s.item_leaf,"")
4272
- .indexOf("ui-icon-") === -1;
4273
- }).removeClass(s.item_clsd + " " + s.item_open).addClass(s.item_leaf || "jstree-no-icon");
4274
- }
4275
- },
4276
- defaults : {
4277
- "opened" : "ui-icon-triangle-1-se",
4278
- "closed" : "ui-icon-triangle-1-e",
4279
- "item" : "ui-state-default",
4280
- "item_h" : "ui-state-hover",
4281
- "item_a" : "ui-state-active",
4282
- "item_open" : "ui-icon-folder-open",
4283
- "item_clsd" : "ui-icon-folder-collapsed",
4284
- "item_leaf" : "ui-icon-document"
4285
- }
4286
- });
4287
- $(function() {
4288
- var css_string = '' +
4289
- '.jstree-themeroller .ui-icon { overflow:visible; } ' +
4290
- '.jstree-themeroller a { padding:0 2px; } ' +
4291
- '.jstree-themeroller .jstree-no-icon { display:none; }';
4292
- $.vakata.css.add_sheet({ str : css_string, title : "jstree" });
4293
- });
4294
- })(jQuery);
4295
- //*/
4296
-
4297
- /*
4298
- * jsTree unique plugin
4299
- * Forces different names amongst siblings (still a bit experimental)
4300
- * NOTE: does not check language versions (it will not be possible to have nodes with the same title, even in different languages)
4301
- */
4302
- (function ($) {
4303
- $.jstree.plugin("unique", {
4304
- __init : function () {
4305
- this.get_container()
4306
- .bind("before.jstree", $.proxy(function (e, data) {
4307
- var nms = [], res = true, p, t;
4308
- if(data.func == "move_node") {
4309
- // obj, ref, position, is_copy, is_prepared, skip_check
4310
- if(data.args[4] === true) {
4311
- if(data.args[0].o && data.args[0].o.length) {
4312
- data.args[0].o.children("a").each(function () { nms.push($(this).text().replace(/^\s+/g,"")); });
4313
- res = this._check_unique(nms, data.args[0].np.find("> ul > li").not(data.args[0].o), "move_node");
4314
- }
4315
- }
4316
- }
4317
- if(data.func == "create_node") {
4318
- // obj, position, js, callback, is_loaded
4319
- if(data.args[4] || this._is_loaded(data.args[0])) {
4320
- p = this._get_node(data.args[0]);
4321
- if(data.args[1] && (data.args[1] === "before" || data.args[1] === "after")) {
4322
- p = this._get_parent(data.args[0]);
4323
- if(!p || p === -1) { p = this.get_container(); }
4324
- }
4325
- if(typeof data.args[2] === "string") { nms.push(data.args[2]); }
4326
- else if(!data.args[2] || !data.args[2].data) { nms.push(this._get_string("new_node")); }
4327
- else { nms.push(data.args[2].data); }
4328
- res = this._check_unique(nms, p.find("> ul > li"), "create_node");
4329
- }
4330
- }
4331
- if(data.func == "rename_node") {
4332
- // obj, val
4333
- nms.push(data.args[1]);
4334
- t = this._get_node(data.args[0]);
4335
- p = this._get_parent(t);
4336
- if(!p || p === -1) { p = this.get_container(); }
4337
- res = this._check_unique(nms, p.find("> ul > li").not(t), "rename_node");
4338
- }
4339
- if(!res) {
4340
- e.stopPropagation();
4341
- return false;
4342
- }
4343
- }, this));
4344
- },
4345
- defaults : {
4346
- error_callback : $.noop
4347
- },
4348
- _fn : {
4349
- _check_unique : function (nms, p, func) {
4350
- var cnms = [], ok = true;
4351
- p.children("a").each(function () { cnms.push($(this).text().replace(/^\s+/g,"")); });
4352
- if(!cnms.length || !nms.length) { return true; }
4353
- $.each(nms, function (i, v) {
4354
- if($.inArray(v, cnms) !== -1) {
4355
- ok = false;
4356
- return false;
4357
- }
4358
- });
4359
- if(!ok) {
4360
- this._get_settings().unique.error_callback.call(null, nms, p, func);
4361
- }
4362
- return ok;
4363
- },
4364
- check_move : function () {
4365
- if(!this.__call_old()) { return false; }
4366
- var p = this._get_move(), nms = [];
4367
- if(p.o && p.o.length) {
4368
- p.o.children("a").each(function () { nms.push($(this).text().replace(/^\s+/g,"")); });
4369
- return this._check_unique(nms, p.np.find("> ul > li").not(p.o), "check_move");
4370
- }
4371
- return true;
4372
- }
4373
- }
4374
- });
4375
- })(jQuery);
4376
- //*/
4377
-
4378
- /*
4379
- * jsTree wholerow plugin
4380
- * Makes select and hover work on the entire width of the node
4381
- * MAY BE HEAVY IN LARGE DOM
4382
- */
4383
- (function ($) {
4384
- $.jstree.plugin("wholerow", {
4385
- __init : function () {
4386
- if(!this.data.ui) { throw "jsTree wholerow: jsTree UI plugin not included."; }
4387
- this.data.wholerow.html = false;
4388
- this.data.wholerow.to = false;
4389
- this.get_container()
4390
- .bind("init.jstree", $.proxy(function (e, data) {
4391
- this._get_settings().core.animation = 0;
4392
- }, this))
4393
- .bind("open_node.jstree create_node.jstree clean_node.jstree loaded.jstree", $.proxy(function (e, data) {
4394
- this._prepare_wholerow_span( data && data.rslt && data.rslt.obj ? data.rslt.obj : -1 );
4395
- }, this))
4396
- .bind("search.jstree clear_search.jstree reopen.jstree after_open.jstree after_close.jstree create_node.jstree delete_node.jstree clean_node.jstree", $.proxy(function (e, data) {
4397
- if(this.data.to) { clearTimeout(this.data.to); }
4398
- this.data.to = setTimeout( (function (t, o) { return function() { t._prepare_wholerow_ul(o); }; })(this, data && data.rslt && data.rslt.obj ? data.rslt.obj : -1), 0);
4399
- }, this))
4400
- .bind("deselect_all.jstree", $.proxy(function (e, data) {
4401
- this.get_container().find(" > .jstree-wholerow .jstree-clicked").removeClass("jstree-clicked " + (this.data.themeroller ? this._get_settings().themeroller.item_a : "" ));
4402
- }, this))
4403
- .bind("select_node.jstree deselect_node.jstree ", $.proxy(function (e, data) {
4404
- data.rslt.obj.each(function () {
4405
- var ref = data.inst.get_container().find(" > .jstree-wholerow li:visible:eq(" + ( parseInt((($(this).offset().top - data.inst.get_container().offset().top + data.inst.get_container()[0].scrollTop) / data.inst.data.core.li_height),10)) + ")");
4406
- // ref.children("a")[e.type === "select_node" ? "addClass" : "removeClass"]("jstree-clicked");
4407
- ref.children("a").attr("class",data.rslt.obj.children("a").attr("class"));
4408
- });
4409
- }, this))
4410
- .bind("hover_node.jstree dehover_node.jstree", $.proxy(function (e, data) {
4411
- this.get_container().find(" > .jstree-wholerow .jstree-hovered").removeClass("jstree-hovered " + (this.data.themeroller ? this._get_settings().themeroller.item_h : "" ));
4412
- if(e.type === "hover_node") {
4413
- var ref = this.get_container().find(" > .jstree-wholerow li:visible:eq(" + ( parseInt(((data.rslt.obj.offset().top - this.get_container().offset().top + this.get_container()[0].scrollTop) / this.data.core.li_height),10)) + ")");
4414
- // ref.children("a").addClass("jstree-hovered");
4415
- ref.children("a").attr("class",data.rslt.obj.children(".jstree-hovered").attr("class"));
4416
- }
4417
- }, this))
4418
- .delegate(".jstree-wholerow-span, ins.jstree-icon, li", "click.jstree", function (e) {
4419
- var n = $(e.currentTarget);
4420
- if(e.target.tagName === "A" || (e.target.tagName === "INS" && n.closest("li").is(".jstree-open, .jstree-closed"))) { return; }
4421
- n.closest("li").children("a:visible:eq(0)").click();
4422
- e.stopImmediatePropagation();
4423
- })
4424
- .delegate("li", "mouseover.jstree", $.proxy(function (e) {
4425
- e.stopImmediatePropagation();
4426
- if($(e.currentTarget).children(".jstree-hovered, .jstree-clicked").length) { return false; }
4427
- this.hover_node(e.currentTarget);
4428
- return false;
4429
- }, this))
4430
- .delegate("li", "mouseleave.jstree", $.proxy(function (e) {
4431
- if($(e.currentTarget).children("a").hasClass("jstree-hovered").length) { return; }
4432
- this.dehover_node(e.currentTarget);
4433
- }, this));
4434
- if(is_ie7 || is_ie6) {
4435
- $.vakata.css.add_sheet({ str : ".jstree-" + this.get_index() + " { position:relative; } ", title : "jstree" });
4436
- }
4437
- },
4438
- defaults : {
4439
- },
4440
- __destroy : function () {
4441
- this.get_container().children(".jstree-wholerow").remove();
4442
- this.get_container().find(".jstree-wholerow-span").remove();
4443
- },
4444
- _fn : {
4445
- _prepare_wholerow_span : function (obj) {
4446
- obj = !obj || obj == -1 ? this.get_container().find("> ul > li") : this._get_node(obj);
4447
- if(obj === false) { return; } // added for removing root nodes
4448
- obj.each(function () {
4449
- $(this).find("li").addBack().each(function () {
4450
- var $t = $(this);
4451
- if($t.children(".jstree-wholerow-span").length) { return true; }
4452
- $t.prepend("<span class='jstree-wholerow-span' style='width:" + ($t.parentsUntil(".jstree","li").length * 18) + "px;'>&#160;</span>");
4453
- });
4454
- });
4455
- },
4456
- _prepare_wholerow_ul : function () {
4457
- var o = this.get_container().children("ul").eq(0), h = o.html();
4458
- o.addClass("jstree-wholerow-real");
4459
- if(this.data.wholerow.last_html !== h) {
4460
- this.data.wholerow.last_html = h;
4461
- this.get_container().children(".jstree-wholerow").remove();
4462
- this.get_container().append(
4463
- o.clone().removeClass("jstree-wholerow-real")
4464
- .wrapAll("<div class='jstree-wholerow' />").parent()
4465
- .width(o.parent()[0].scrollWidth)
4466
- .css("top", (o.height() + ( is_ie7 ? 5 : 0)) * -1 )
4467
- .find("li[id]").each(function () { this.removeAttribute("id"); }).end()
4468
- );
4469
- }
4470
- }
4471
- }
4472
- });
4473
- $(function() {
4474
- var css_string = '' +
4475
- '.jstree .jstree-wholerow-real { position:relative; z-index:1; } ' +
4476
- '.jstree .jstree-wholerow-real li { cursor:pointer; } ' +
4477
- '.jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } ' +
4478
- '.jstree .jstree-wholerow { position:relative; z-index:0; height:0; } ' +
4479
- '.jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } ' +
4480
- '.jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } ' +
4481
- '.jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { background:transparent !important; }' +
4482
- '.jstree .jstree-wholerow ins, .jstree .jstree-wholerow span, .jstree .jstree-wholerow input { display:none !important; }' +
4483
- '.jstree .jstree-wholerow a, .jstree .jstree-wholerow a:hover { text-indent:-9999px; !important; width:100%; padding:0 !important; border-right-width:0px !important; border-left-width:0px !important; } ' +
4484
- '.jstree .jstree-wholerow-span { position:absolute; left:0; margin:0px; padding:0; height:18px; border-width:0; padding:0; z-index:0; }';
4485
- if(is_ff2) {
4486
- css_string += '' +
4487
- '.jstree .jstree-wholerow a { display:block; height:18px; margin:0; padding:0; border:0; } ' +
4488
- '.jstree .jstree-wholerow-real a { border-color:transparent !important; } ';
4489
- }
4490
- if(is_ie7 || is_ie6) {
4491
- css_string += '' +
4492
- '.jstree .jstree-wholerow, .jstree .jstree-wholerow li, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow a { margin:0; padding:0; line-height:18px; } ' +
4493
- '.jstree .jstree-wholerow a { display:block; height:18px; line-height:18px; overflow:hidden; } ';
4494
- }
4495
- $.vakata.css.add_sheet({ str : css_string, title : "jstree" });
4496
- });
4497
- })(jQuery);
4498
- //*/
4499
-
4500
- /*
4501
- * jsTree model plugin
4502
- * This plugin gets jstree to use a class model to retrieve data, creating great dynamism
4503
- */
4504
- (function ($) {
4505
- var nodeInterface = ["getChildren","getChildrenCount","getAttr","getName","getProps"],
4506
- validateInterface = function(obj, inter) {
4507
- var valid = true;
4508
- obj = obj || {};
4509
- inter = [].concat(inter);
4510
- $.each(inter, function (i, v) {
4511
- if(!$.isFunction(obj[v])) { valid = false; return false; }
4512
- });
4513
- return valid;
4514
- };
4515
- $.jstree.plugin("model", {
4516
- __init : function () {
4517
- if(!this.data.json_data) { throw "jsTree model: jsTree json_data plugin not included."; }
4518
- this._get_settings().json_data.data = function (n, b) {
4519
- var obj = (n == -1) ? this._get_settings().model.object : n.data("jstree_model");
4520
- if(!validateInterface(obj, nodeInterface)) { return b.call(null, false); }
4521
- if(this._get_settings().model.async) {
4522
- obj.getChildren($.proxy(function (data) {
4523
- this.model_done(data, b);
4524
- }, this));
4525
- }
4526
- else {
4527
- this.model_done(obj.getChildren(), b);
4528
- }
4529
- };
4530
- },
4531
- defaults : {
4532
- object : false,
4533
- id_prefix : false,
4534
- async : false
4535
- },
4536
- _fn : {
4537
- model_done : function (data, callback) {
4538
- var ret = [],
4539
- s = this._get_settings(),
4540
- _this = this;
4541
-
4542
- if(!$.isArray(data)) { data = [data]; }
4543
- $.each(data, function (i, nd) {
4544
- var r = nd.getProps() || {};
4545
- r.attr = nd.getAttr() || {};
4546
- if(nd.getChildrenCount()) { r.state = "closed"; }
4547
- r.data = nd.getName();
4548
- if(!$.isArray(r.data)) { r.data = [r.data]; }
4549
- if(_this.data.types && $.isFunction(nd.getType)) {
4550
- r.attr[s.types.type_attr] = nd.getType();
4551
- }
4552
- if(r.attr.id && s.model.id_prefix) { r.attr.id = s.model.id_prefix + r.attr.id; }
4553
- if(!r.metadata) { r.metadata = { }; }
4554
- r.metadata.jstree_model = nd;
4555
- ret.push(r);
4556
- });
4557
- callback.call(null, ret);
4558
- }
4559
- }
4560
- });
4561
- })(jQuery);
4562
- //*/
4563
-
4564
- })();