compass-jquery-plugin 0.3.2.7 → 0.3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (317) hide show
  1. data/README.md +17 -11
  2. data/VERSION.yml +2 -2
  3. data/lib/handle_js_files.rb +1 -1
  4. data/lib/jquery/emulators.rb +13 -0
  5. data/templates/dynatree/jquery.dynatree.min.js +79 -81
  6. data/templates/emulators/config/initializers/emulators.rb +0 -9
  7. data/templates/emulators/emulators/{blackberry.landscape.scss → blackberry.torch.landscape.scss} +6 -2
  8. data/templates/emulators/emulators/{blackberry.portrait.scss → blackberry.torch.portrait.scss} +6 -1
  9. data/templates/emulators/emulators/galaxy.s.landscape.png +0 -0
  10. data/templates/emulators/emulators/galaxy.s.landscape.scss +20 -0
  11. data/templates/emulators/emulators/galaxy.s.portrait.png +0 -0
  12. data/templates/emulators/emulators/galaxy.s.portrait.scss +20 -0
  13. data/templates/emulators/emulators/galaxy.s2.landscape.png +0 -0
  14. data/templates/emulators/emulators/galaxy.s2.landscape.scss +20 -0
  15. data/templates/emulators/emulators/galaxy.s2.portrait.png +0 -0
  16. data/templates/emulators/emulators/galaxy.s2.portrait.scss +20 -0
  17. data/templates/emulators/emulators/galaxy.tab.10.1.landscape.png +0 -0
  18. data/templates/emulators/emulators/galaxy.tab.10.1.landscape.scss +20 -0
  19. data/templates/emulators/emulators/galaxy.tab.10.1.portrait.png +0 -0
  20. data/templates/emulators/emulators/galaxy.tab.10.1.portrait.scss +20 -0
  21. data/templates/emulators/emulators/galaxy.tab.7.landscape.png +0 -0
  22. data/templates/emulators/emulators/galaxy.tab.7.landscape.scss +20 -0
  23. data/templates/emulators/emulators/galaxy.tab.7.portrait.png +0 -0
  24. data/templates/emulators/emulators/galaxy.tab.7.portrait.scss +20 -0
  25. data/templates/emulators/emulators/galaxy.tab.8.9.landscape.png +0 -0
  26. data/templates/emulators/emulators/galaxy.tab.8.9.landscape.scss +20 -0
  27. data/templates/emulators/emulators/galaxy.tab.8.9.portrait.png +0 -0
  28. data/templates/emulators/emulators/galaxy.tab.8.9.portrait.scss +20 -0
  29. data/templates/emulators/emulators/ipad.landscape.png +0 -0
  30. data/templates/emulators/emulators/ipad.landscape.scss +9 -4
  31. data/templates/emulators/emulators/ipad.portrait.png +0 -0
  32. data/templates/emulators/emulators/ipad.portrait.scss +9 -4
  33. data/templates/emulators/emulators/{iphone.landscape.png → iphone.3.landscape.png} +0 -0
  34. data/templates/emulators/emulators/{iphone.landscape.scss → iphone.3.landscape.scss} +7 -3
  35. data/templates/emulators/emulators/{iphone.portrait.png → iphone.3.portrait.png} +0 -0
  36. data/templates/emulators/emulators/{iphone.portrait.scss → iphone.3.portrait.scss} +7 -3
  37. data/templates/emulators/emulators/iphone.4.landscape .scss +20 -0
  38. data/templates/emulators/emulators/iphone.4.landscape.png +0 -0
  39. data/templates/emulators/emulators/iphone.4.portrait.png +0 -0
  40. data/templates/emulators/emulators/iphone.4.portrait.scss +20 -0
  41. data/templates/emulators/emulators/{palm.pre.landscape.png → palm.pre.2.landscape.png} +0 -0
  42. data/templates/emulators/emulators/{palm.landscape.scss → palm.pre.2.landscape.scss} +7 -3
  43. data/templates/emulators/emulators/{palm.pre.portrait.png → palm.pre.2.portrait.png} +0 -0
  44. data/templates/emulators/emulators/{palm.portrait.scss → palm.pre.2.portrait.scss} +7 -3
  45. data/templates/emulators/manifest.rb +34 -10
  46. data/templates/graphics/config/initializers/graphics.rb +8 -0
  47. data/templates/graphics/highcharts/dark-blue.js +170 -0
  48. data/templates/graphics/highcharts/dark-blue.min.js +4 -0
  49. data/templates/graphics/highcharts/dark-green.js +170 -0
  50. data/templates/graphics/highcharts/dark-green.min.js +4 -0
  51. data/templates/graphics/highcharts/gray.js +164 -0
  52. data/templates/graphics/highcharts/gray.min.js +4 -0
  53. data/templates/graphics/highcharts/grid.js +97 -0
  54. data/templates/graphics/highcharts/grid.min.js +3 -0
  55. data/templates/graphics/highcharts/highslide-config.js +12 -0
  56. data/templates/graphics/highcharts/highslide-config.min.js +1 -0
  57. data/templates/graphics/highcharts/highslide-full.js +3391 -0
  58. data/templates/graphics/highcharts/highslide-full.min.js +132 -0
  59. data/templates/graphics/highcharts/skies.js +89 -0
  60. data/templates/graphics/highcharts/skies.min.js +3 -0
  61. data/templates/graphics/jquery.ganttView.js +1 -1
  62. data/templates/graphics/jquery.ganttView.min.js +61 -61
  63. data/templates/graphics/jquery.highcharts.js +11342 -0
  64. data/templates/graphics/jquery.highcharts.min.js +176 -0
  65. data/templates/graphics/jquery.sparkline.min.js +35 -36
  66. data/templates/graphics/jquery/highcharts/graphics/close.png +0 -0
  67. data/templates/graphics/jquery/highcharts/graphics/closeX.png +0 -0
  68. data/templates/graphics/jquery/highcharts/graphics/controlbar-black-border.gif +0 -0
  69. data/templates/graphics/jquery/highcharts/graphics/controlbar-text-buttons.png +0 -0
  70. data/templates/graphics/jquery/highcharts/graphics/controlbar-white-small.gif +0 -0
  71. data/templates/graphics/jquery/highcharts/graphics/controlbar-white.gif +0 -0
  72. data/templates/graphics/jquery/highcharts/graphics/controlbar2.gif +0 -0
  73. data/templates/graphics/jquery/highcharts/graphics/controlbar3.gif +0 -0
  74. data/templates/graphics/jquery/highcharts/graphics/controlbar4-hover.gif +0 -0
  75. data/templates/graphics/jquery/highcharts/graphics/controlbar4.gif +0 -0
  76. data/templates/graphics/jquery/highcharts/graphics/fullexpand.gif +0 -0
  77. data/templates/graphics/jquery/highcharts/graphics/geckodimmer.png +0 -0
  78. data/templates/graphics/jquery/highcharts/graphics/icon.gif +0 -0
  79. data/templates/graphics/jquery/highcharts/graphics/loader.gif +0 -0
  80. data/templates/graphics/jquery/highcharts/graphics/loader.white.gif +0 -0
  81. data/templates/graphics/jquery/highcharts/graphics/outlines/beveled.png +0 -0
  82. data/templates/graphics/jquery/highcharts/graphics/outlines/drop-shadow.png +0 -0
  83. data/templates/graphics/jquery/highcharts/graphics/outlines/glossy-dark.png +0 -0
  84. data/templates/graphics/jquery/highcharts/graphics/outlines/outer-glow.png +0 -0
  85. data/templates/graphics/jquery/highcharts/graphics/outlines/rounded-black.png +0 -0
  86. data/templates/graphics/jquery/highcharts/graphics/outlines/rounded-white.png +0 -0
  87. data/templates/graphics/jquery/highcharts/graphics/resize.gif +0 -0
  88. data/templates/graphics/jquery/highcharts/graphics/scrollarrows.png +0 -0
  89. data/templates/graphics/jquery/highcharts/graphics/zoomin.cur +0 -0
  90. data/templates/graphics/jquery/highcharts/graphics/zoomout.cur +0 -0
  91. data/templates/graphics/jquery/highcharts/skies.jpg +0 -0
  92. data/templates/graphics/jquery/highslide.scss +763 -0
  93. data/templates/graphics/manifest.rb +43 -0
  94. data/templates/ical/config/initializers/ical.rb +1 -0
  95. data/templates/ical/jquery.ical.js +8401 -8209
  96. data/templates/ical/jquery.ical.min.js +206 -208
  97. data/templates/ical/jquery/ical.print.scss +48 -0
  98. data/templates/ical/jquery/ical.scss +372 -343
  99. data/templates/ical/manifest.rb +1 -0
  100. data/templates/jqgrid/i18n/jqgrid/locale-ar.min.js +2 -2
  101. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +1 -1
  102. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +1 -1
  103. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +1 -1
  104. data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +1 -1
  105. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
  106. data/templates/jqgrid/i18n/jqgrid/locale-da.min.js +1 -1
  107. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +1 -1
  108. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +2 -2
  109. data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +1 -1
  110. data/templates/jqgrid/i18n/jqgrid/locale-es.min.js +2 -2
  111. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +1 -1
  112. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +1 -1
  113. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +2 -2
  114. data/templates/jqgrid/i18n/jqgrid/locale-gl.min.js +2 -2
  115. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +1 -1
  116. data/templates/jqgrid/i18n/jqgrid/locale-hu.min.js +1 -1
  117. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
  118. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +2 -2
  119. data/templates/jqgrid/i18n/jqgrid/locale-ja.min.js +1 -1
  120. data/templates/jqgrid/i18n/jqgrid/locale-lt.min.js +2 -2
  121. data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +1 -1
  122. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
  123. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +1 -1
  124. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
  125. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +1 -1
  126. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +1 -1
  127. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +2 -2
  128. data/templates/jqgrid/i18n/jqgrid/locale-sk.min.js +1 -1
  129. data/templates/jqgrid/i18n/jqgrid/locale-sr.min.js +1 -1
  130. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
  131. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +1 -1
  132. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +2 -2
  133. data/templates/jqgrid/jquery.jqGrid.js +162 -850
  134. data/templates/jqgrid/jquery.jqGrid.min.js +476 -497
  135. data/templates/jqgrid/jquery/jqGrid.scss +0 -19
  136. data/templates/jquery/amplify.store.js +248 -0
  137. data/templates/jquery/amplify.store.min.js +6 -0
  138. data/templates/jquery/config/initializers/jquery.rb +5 -1
  139. data/templates/jquery/history.adapter.jquery.js +37 -43
  140. data/templates/jquery/history.adapter.jquery.min.js +1 -1
  141. data/templates/jquery/history.html4.js +596 -587
  142. data/templates/jquery/history.html4.min.js +8 -8
  143. data/templates/jquery/history.js +1839 -1669
  144. data/templates/jquery/history.min.js +27 -25
  145. data/templates/jquery/i18n/jquery.ui/datepicker-af.min.js +1 -1
  146. data/templates/jquery/i18n/jquery.ui/datepicker-ar-DZ.min.js +1 -1
  147. data/templates/jquery/i18n/jquery.ui/datepicker-ar.min.js +1 -1
  148. data/templates/jquery/i18n/jquery.ui/datepicker-az.min.js +1 -1
  149. data/templates/jquery/i18n/jquery.ui/datepicker-bg.min.js +1 -1
  150. data/templates/jquery/i18n/jquery.ui/datepicker-bs.min.js +1 -1
  151. data/templates/jquery/i18n/jquery.ui/datepicker-ca.min.js +1 -1
  152. data/templates/jquery/i18n/jquery.ui/datepicker-cs.min.js +1 -1
  153. data/templates/jquery/i18n/jquery.ui/datepicker-da.min.js +1 -1
  154. data/templates/jquery/i18n/jquery.ui/datepicker-de.min.js +1 -1
  155. data/templates/jquery/i18n/jquery.ui/datepicker-el.min.js +1 -1
  156. data/templates/jquery/i18n/jquery.ui/datepicker-en-AU.min.js +1 -1
  157. data/templates/jquery/i18n/jquery.ui/datepicker-en-GB.min.js +1 -1
  158. data/templates/jquery/i18n/jquery.ui/datepicker-en-NZ.min.js +1 -1
  159. data/templates/jquery/i18n/jquery.ui/datepicker-eo.min.js +1 -1
  160. data/templates/jquery/i18n/jquery.ui/datepicker-es.min.js +1 -1
  161. data/templates/jquery/i18n/jquery.ui/datepicker-et.min.js +1 -1
  162. data/templates/jquery/i18n/jquery.ui/datepicker-eu.min.js +1 -1
  163. data/templates/jquery/i18n/jquery.ui/datepicker-fa.min.js +2 -2
  164. data/templates/jquery/i18n/jquery.ui/datepicker-fi.min.js +1 -1
  165. data/templates/jquery/i18n/jquery.ui/datepicker-fo.min.js +1 -1
  166. data/templates/jquery/i18n/jquery.ui/datepicker-fr-CH.min.js +1 -1
  167. data/templates/jquery/i18n/jquery.ui/datepicker-fr.min.js +1 -1
  168. data/templates/jquery/i18n/jquery.ui/datepicker-gl.min.js +1 -1
  169. data/templates/jquery/i18n/jquery.ui/datepicker-he.min.js +1 -1
  170. data/templates/jquery/i18n/jquery.ui/datepicker-hr.min.js +1 -1
  171. data/templates/jquery/i18n/jquery.ui/datepicker-hu.min.js +1 -1
  172. data/templates/jquery/i18n/jquery.ui/datepicker-hy.min.js +1 -1
  173. data/templates/jquery/i18n/jquery.ui/datepicker-id.min.js +1 -1
  174. data/templates/jquery/i18n/jquery.ui/datepicker-is.min.js +1 -1
  175. data/templates/jquery/i18n/jquery.ui/datepicker-it.min.js +1 -1
  176. data/templates/jquery/i18n/jquery.ui/datepicker-ja.min.js +1 -1
  177. data/templates/jquery/i18n/jquery.ui/datepicker-ko.min.js +1 -1
  178. data/templates/jquery/i18n/jquery.ui/datepicker-kz.min.js +1 -1
  179. data/templates/jquery/i18n/jquery.ui/datepicker-lt.min.js +1 -1
  180. data/templates/jquery/i18n/jquery.ui/datepicker-lv.min.js +1 -1
  181. data/templates/jquery/i18n/jquery.ui/datepicker-ml.min.js +2 -2
  182. data/templates/jquery/i18n/jquery.ui/datepicker-ms.min.js +1 -1
  183. data/templates/jquery/i18n/jquery.ui/datepicker-nl.min.js +1 -1
  184. data/templates/jquery/i18n/jquery.ui/datepicker-no.min.js +1 -1
  185. data/templates/jquery/i18n/jquery.ui/datepicker-pl.min.js +1 -1
  186. data/templates/jquery/i18n/jquery.ui/datepicker-pt-BR.min.js +1 -1
  187. data/templates/jquery/i18n/jquery.ui/datepicker-pt.min.js +1 -1
  188. data/templates/jquery/i18n/jquery.ui/datepicker-rm.min.js +1 -1
  189. data/templates/jquery/i18n/jquery.ui/datepicker-ro.min.js +1 -1
  190. data/templates/jquery/i18n/jquery.ui/datepicker-ru.min.js +1 -1
  191. data/templates/jquery/i18n/jquery.ui/datepicker-sk.min.js +1 -1
  192. data/templates/jquery/i18n/jquery.ui/datepicker-sl.min.js +1 -1
  193. data/templates/jquery/i18n/jquery.ui/datepicker-sq.min.js +1 -1
  194. data/templates/jquery/i18n/jquery.ui/datepicker-sr-SR.min.js +1 -1
  195. data/templates/jquery/i18n/jquery.ui/datepicker-sr.min.js +1 -1
  196. data/templates/jquery/i18n/jquery.ui/datepicker-sv.min.js +1 -1
  197. data/templates/jquery/i18n/jquery.ui/datepicker-ta.min.js +1 -1
  198. data/templates/jquery/i18n/jquery.ui/datepicker-th.min.js +1 -1
  199. data/templates/jquery/i18n/jquery.ui/datepicker-tj.min.js +1 -1
  200. data/templates/jquery/i18n/jquery.ui/datepicker-tr.min.js +1 -1
  201. data/templates/jquery/i18n/jquery.ui/datepicker-uk.min.js +1 -1
  202. data/templates/jquery/i18n/jquery.ui/datepicker-vi.min.js +1 -1
  203. data/templates/jquery/i18n/jquery.ui/datepicker-zh-CN.min.js +1 -1
  204. data/templates/jquery/i18n/jquery.ui/datepicker-zh-HK.min.js +1 -1
  205. data/templates/jquery/i18n/jquery.ui/datepicker-zh-TW.min.js +1 -1
  206. data/templates/jquery/jquery-ui.js +217 -104
  207. data/templates/jquery/jquery-ui.min.js +437 -436
  208. data/templates/jquery/jquery.bgiframe.min.js +1 -1
  209. data/templates/jquery/jquery.contextMenu.min.js +7 -7
  210. data/templates/jquery/jquery.cookie.js +60 -58
  211. data/templates/jquery/jquery.cookie.min.js +1 -1
  212. data/templates/jquery/jquery.dotimeout.min.js +2 -2
  213. data/templates/jquery/jquery.dst.min.js +4 -4
  214. data/templates/jquery/jquery.farbtastic.min.js +10 -10
  215. data/templates/jquery/jquery.form.js +15 -5
  216. data/templates/jquery/jquery.form.min.js +20 -20
  217. data/templates/jquery/jquery.haml.min.js +5 -5
  218. data/templates/jquery/jquery.hotkeys.min.js +3 -3
  219. data/templates/jquery/jquery.js +8205 -8170
  220. data/templates/jquery/jquery.layout.min.js +48 -50
  221. data/templates/jquery/jquery.min.js +166 -167
  222. data/templates/jquery/jquery.mousewheel.min.js +2 -2
  223. data/templates/jquery/jquery.offline.min.js +4 -4
  224. data/templates/jquery/jquery.pngFix.js +28 -30
  225. data/templates/jquery/jquery.pngFix.min.js +5 -5
  226. data/templates/jquery/jquery.rails.js +166 -0
  227. data/templates/jquery/jquery.rails.min.js +6 -0
  228. data/templates/jquery/jquery.replacetext.min.js +1 -1
  229. data/templates/jquery/jquery.themeswitchertool.min.js +4 -4
  230. data/templates/jquery/jquery.tmpl.js +14 -12
  231. data/templates/jquery/jquery.tmpl.min.js +12 -12
  232. data/templates/jquery/jquery.tmplPlus.js +2 -2
  233. data/templates/jquery/jquery.tmplPlus.min.js +3 -3
  234. data/templates/jquery/jquery.tokeninput.js +729 -0
  235. data/templates/jquery/jquery.tokeninput.min.js +14 -0
  236. data/templates/jquery/jquery/ui/_theme.scss +23 -16
  237. data/templates/jquery/jquery/ui/black-tie/ui-icons_4ca300_256x240.png +0 -0
  238. data/templates/jquery/jquery/ui/black-tie/ui-icons_bbbbbb_256x240.png +0 -0
  239. data/templates/jquery/jquery/ui/black-tie/ui-icons_ededed_256x240.png +0 -0
  240. data/templates/jquery/jquery/ui/black-tie/ui-icons_ffcf29_256x240.png +0 -0
  241. data/templates/jquery/jquery/ui/tokeninput.facebook.scss +95 -0
  242. data/templates/jquery/jquery/ui/tokeninput.mac.scss +164 -0
  243. data/templates/jquery/jquery/ui/tokeninput.scss +85 -0
  244. data/templates/jquery/jquery/ui/vader/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  245. data/templates/jquery/jquery/ui/vader/ui-icons_bbbbbb_256x240.png +0 -0
  246. data/templates/jquery/jquery/ui/vader/ui-icons_c98000_256x240.png +0 -0
  247. data/templates/jquery/jquery/ui/vader/ui-icons_f29a00_256x240.png +0 -0
  248. data/templates/jquery/json.min.js +6 -6
  249. data/templates/jquery/json2.js +214 -214
  250. data/templates/jquery/json2.min.js +5 -6
  251. data/templates/jquery/manifest.rb +9 -2
  252. data/templates/jstree/jquery.jstree.min.js +222 -224
  253. data/templates/mobile/config/initializers/mobile.rb +1 -1
  254. data/templates/mobile/jquery.mobile.js +887 -404
  255. data/templates/mobile/jquery.mobile.min.js +4 -4
  256. data/templates/mobile/jquery/mobile/_base.scss +50 -26
  257. data/templates/mobile/jquery/mobile/default.scss +59 -63
  258. data/templates/mobile/jquery/mobile/valencia.scss +44 -42
  259. data/templates/ribbon/jquery.ribbon.min.js +14 -14
  260. data/templates/tiny_mce/manifest.rb +4 -0
  261. data/templates/tiny_mce/tiny_mce/langs/de.js +1 -1
  262. data/templates/tiny_mce/tiny_mce/langs/en.js +1 -1
  263. data/templates/tiny_mce/tiny_mce/plugins/advimage/js/image.js +1 -1
  264. data/templates/tiny_mce/tiny_mce/plugins/advimage/langs/de_dlg.js +1 -1
  265. data/templates/tiny_mce/tiny_mce/plugins/advlink/js/advlink.js +1 -1
  266. data/templates/tiny_mce/tiny_mce/plugins/advlink/langs/en_dlg.js +1 -1
  267. data/templates/tiny_mce/tiny_mce/plugins/advlink/link.htm +1 -1
  268. data/templates/tiny_mce/tiny_mce/plugins/advlist/editor_plugin.js +1 -1
  269. data/templates/tiny_mce/tiny_mce/plugins/advlist/editor_plugin_src.js +1 -1
  270. data/templates/tiny_mce/tiny_mce/plugins/autolink/editor_plugin.js +1 -0
  271. data/templates/tiny_mce/tiny_mce/plugins/autolink/editor_plugin_src.js +1 -0
  272. data/templates/tiny_mce/tiny_mce/plugins/autoresize/editor_plugin.js +1 -1
  273. data/templates/tiny_mce/tiny_mce/plugins/autoresize/editor_plugin_src.js +1 -1
  274. data/templates/tiny_mce/tiny_mce/plugins/contextmenu/editor_plugin.js +1 -1
  275. data/templates/tiny_mce/tiny_mce/plugins/contextmenu/editor_plugin_src.js +1 -1
  276. data/templates/tiny_mce/tiny_mce/plugins/fullpage/css/fullpage.css +1 -1
  277. data/templates/tiny_mce/tiny_mce/plugins/fullpage/editor_plugin.js +1 -1
  278. data/templates/tiny_mce/tiny_mce/plugins/fullpage/editor_plugin_src.js +1 -1
  279. data/templates/tiny_mce/tiny_mce/plugins/fullpage/fullpage.htm +1 -1
  280. data/templates/tiny_mce/tiny_mce/plugins/fullpage/js/fullpage.js +1 -1
  281. data/templates/tiny_mce/tiny_mce/plugins/legacyoutput/editor_plugin.js +1 -1
  282. data/templates/tiny_mce/tiny_mce/plugins/legacyoutput/editor_plugin_src.js +1 -1
  283. data/templates/tiny_mce/tiny_mce/plugins/lists/editor_plugin.js +1 -0
  284. data/templates/tiny_mce/tiny_mce/plugins/lists/editor_plugin_src.js +1 -0
  285. data/templates/tiny_mce/tiny_mce/plugins/media/js/media.js +1 -1
  286. data/templates/tiny_mce/tiny_mce/plugins/media/media.htm +1 -1
  287. data/templates/tiny_mce/tiny_mce/plugins/noneditable/editor_plugin.js +1 -1
  288. data/templates/tiny_mce/tiny_mce/plugins/noneditable/editor_plugin_src.js +1 -1
  289. data/templates/tiny_mce/tiny_mce/plugins/paste/editor_plugin.js +1 -1
  290. data/templates/tiny_mce/tiny_mce/plugins/paste/editor_plugin_src.js +1 -1
  291. data/templates/tiny_mce/tiny_mce/plugins/searchreplace/js/searchreplace.js +1 -1
  292. data/templates/tiny_mce/tiny_mce/plugins/spellchecker/editor_plugin.js +1 -1
  293. data/templates/tiny_mce/tiny_mce/plugins/spellchecker/editor_plugin_src.js +1 -1
  294. data/templates/tiny_mce/tiny_mce/plugins/table/editor_plugin.js +1 -1
  295. data/templates/tiny_mce/tiny_mce/plugins/table/editor_plugin_src.js +1 -1
  296. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/editor_plugin.js +1 -1
  297. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js +1 -1
  298. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/js/attributes.js +1 -1
  299. data/templates/tiny_mce/tiny_mce/themes/advanced/editor_template.js +1 -1
  300. data/templates/tiny_mce/tiny_mce/themes/advanced/editor_template_src.js +1 -1
  301. data/templates/tiny_mce/tiny_mce/themes/advanced/js/charmap.js +1 -1
  302. data/templates/tiny_mce/tiny_mce/themes/advanced/langs/de_dlg.js +1 -1
  303. data/templates/tiny_mce/tiny_mce/themes/advanced/langs/en_dlg.js +1 -1
  304. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/default/ui.css +1 -1
  305. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/dialog.css +1 -1
  306. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui.css +1 -1
  307. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui_black.css +1 -1
  308. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css +1 -1
  309. data/templates/tiny_mce/tiny_mce/tiny_mce.js +1 -1
  310. data/templates/tiny_mce/tiny_mce/utils/form_utils.js +1 -1
  311. data/templates/tiny_mce/tiny_mce/utils/validate.js +1 -1
  312. data/templates/tools/flowplayer.min.js +29 -30
  313. data/templates/tools/jquery.tools.min.js +96 -96
  314. data/templates/tools/swfobject.min.js +18 -19
  315. metadata +95 -16
  316. data/templates/jquery/jrails.js +0 -200
  317. data/templates/jquery/jrails.min.js +0 -8
@@ -6,5 +6,6 @@ file 'config/initializers/ical.rb'
6
6
  javascript 'jquery.ical.js'
7
7
  javascript 'jquery.ical.min.js'
8
8
  stylesheet 'jquery/ical.scss'
9
+ stylesheet 'jquery/ical.print.scss'
9
10
  image 'jquery/ical/calendar.png'
10
11
  image 'jquery/ical/clock.png'
@@ -2,5 +2,5 @@
2
2
  bCancel:"إلغاء",bClose:"غلق",saveData:"تغيرت المعطيات هل تريد التسجيل ?",bYes:"نعم",bNo:"لا",bExit:"إلغاء",msg:{required:"خانة إجبارية",number:"سجل رقم صحيح",minValue:"يجب أن تكون القيمة أكبر أو تساوي 0",maxValue:"يجب أن تكون القيمة أقل أو تساوي 0",email:"بريد غير صحيح",integer:"سجل عدد طبييعي صحيح",url:"ليس عنوانا صحيحا. البداية الصحيحة ('http://' أو 'https://')",nodefined:" ليس محدد!",novalue:" قيمة الرجوع مطلوبة!",customarray:"يجب على الدالة الشخصية أن تنتج جدولا",customfcheck:"الدالة الشخصية مطلوبة في حالة التحقق الشخصي"}},
3
3
  view:{caption:"رأيت التسجيلات",bClose:"غلق"},del:{caption:"حذف",msg:"حذف التسجيلات المختارة ?",bSubmit:"حذف",bCancel:"إلغاء"},nav:{edittext:" ",edittitle:"تغيير التسجيل المختار",addtext:" ",addtitle:"إضافة تسجيل",deltext:" ",deltitle:"حذف التسجيل المختار",searchtext:" ",searchtitle:"بحث عن تسجيل",refreshtext:"",refreshtitle:"تحديث الجدول",alertcap:"تحذير",alerttext:"يرجى إختيار السطر",viewtext:"",viewtitle:"إظهار السطر المختار"},col:{caption:"إظهار/إخفاء الأعمدة",bSubmit:"تثبيث",bCancel:"إلغاء"},
4
4
  errors:{errcap:"خطأ",nourl:"لا يوجد عنوان محدد",norecords:"لا يوجد تسجيل للمعالجة",model:"عدد العناوين (colNames) <> عدد التسجيلات (colModel)!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت","الأحد","الإثنين",
5
- "الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],monthNames:["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر","جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],AmPm:["صباحا","مساءا","صباحا","مساءا"],S:function(b){return b==1?"er":"e"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",
6
- ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
5
+ "الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],monthNames:["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر","جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],AmPm:["صباحا","مساءا","صباحا","مساءا"],S:function(a){return a==1?"er":"e"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",
6
+ ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ editCaption:"Редакция Запис",bSubmit:"Запиши",bCancel:"Изх
3
3
  nodefined:" е недефинирана!",novalue:" изисква връщане на стойност!",customarray:"Потреб. Функция трябва да върне масив!",customfcheck:"Потребителска функция е задължителна при този тип елемент!"}},view:{caption:"Преглед запис",bClose:"Затвори"},del:{caption:"Изтриване",msg:"Да изтрия ли избраният запис?",bSubmit:"Изтрий",bCancel:"Отказ"},nav:{edittext:" ",edittitle:"Редакция избран запис",addtext:" ",addtitle:"Добавяне нов запис",deltext:" ",deltitle:"Изтриване избран запис",searchtext:" ",searchtitle:"Търсене запис(и)",
4
4
  refreshtext:"",refreshtitle:"Обнови таблица",alertcap:"Предупреждение",alerttext:"Моля, изберете запис",viewtext:"",viewtitle:"Преглед избран запис"},col:{caption:"Избери колони",bSubmit:"Ок",bCancel:"Изход"},errors:{errcap:"Грешка",nourl:"Няма посочен url адрес",norecords:"Няма запис за обработка",model:"Модела не съответства на имената!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",
5
5
  thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:" лв.",defaultValue:"0.00"},date:{dayNames:["Нед","Пон","Вт","Ср","Чет","Пет","Съб","Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота"],monthNames:["Яну","Фев","Мар","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Нов","Дек","Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],AmPm:["","","",""],S:function(a){if(a==7||a==8||a==27||a==28)return"ми";return["ви","ри","ти"][Math.min((a-
6
- 1)%10,2)]},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ 1)%10,2)]},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ editCaption:"�������� �����",bSubmit:"�����
3
3
  nodefined:" � ������������!",novalue:" ������� ������� �� ��������!",customarray:"������. ������� ������ �� ����� �����!",customfcheck:"������������� ������� � ������������ ��� ���� ��� �������!"}},view:{caption:"������� �����",bClose:"�������"},del:{caption:"���������",msg:"�� ������ �� ��������� �����?",bSubmit:"������",bCancel:"�����"},nav:{edittext:" ",edittitle:"�������� ������ �����",addtext:" ",addtitle:"�������� ��� �����",deltext:" ",deltitle:"��������� ������ �����",searchtext:" ",searchtitle:"������� �����(�)",
4
4
  refreshtext:"",refreshtitle:"������ �������",alertcap:"��������������",alerttext:"����, �������� �����",viewtext:"",viewtitle:"������� ������ �����"},col:{caption:"����� ������",bSubmit:"��",bCancel:"�����"},errors:{errcap:"������",nourl:"���� ������� url �����",norecords:"���� ����� �� ���������",model:"������ �� ����������� �� �������!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",
5
5
  thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:" ��.",defaultValue:"0.00"},date:{dayNames:["���","���","��","��","���","���","���","������","����������","�������","�����","���������","�����","������"],monthNames:["���","���","���","���","���","���","���","���","���","���","���","���","������","��������","����","�����","���","���","���","������","���������","��������","�������","��������"],AmPm:["","","",""],S:function(a){if(a==7||a==8||a==27||a==28)return"��";return["��","��","��"][Math.min((a-
6
- 1)%10,2)]},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ 1)%10,2)]},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ edit:{addCaption:"Afegir registre",editCaption:"Modificar registre",bSubmit:"Gua
3
3
  nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Veure registre",bClose:"Tancar"},del:{caption:"Eliminar",msg:"¿Desitja eliminar els registres seleccionats?",bSubmit:"Eliminar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Modificar fila seleccionada",addtext:" ",addtitle:"Agregar nova fila",deltext:" ",deltitle:"Eliminar fila seleccionada",
4
4
  searchtext:" ",searchtitle:"Cercar informació",refreshtext:"",refreshtitle:"Refrescar taula",alertcap:"Avís",alerttext:"Seleccioni una fila",viewtext:" ",viewtitle:"Veure fila seleccionada"},col:{caption:"Mostrar/ocultar columnes",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Error",nourl:"No s'ha especificat una URL",norecords:"No hi ha dades per processar",model:"Les columnes de noms són diferents de les columnes del model"},formatter:{integer:{thousandsSeparator:".",defaultValue:"0"},number:{decimalSeparator:",",
5
5
  thousandsSeparator:".",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Dg","Dl","Dt","Dc","Dj","Dv","Ds","Diumenge","Dilluns","Dimarts","Dimecres","Dijous","Divendres","Dissabte"],monthNames:["Gen","Febr","Març","Abr","Maig","Juny","Jul","Ag","Set","Oct","Nov","Des","Gener","Febrer","Març","Abril","Maig","Juny","Juliol","Agost","Setembre","Octubre","Novembre","Desembre"],AmPm:["am",
6
- "pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d-m-Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"show",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d-m-Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"show",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -2,4 +2,4 @@
2
2
  number:"请输入有效数字",minValue:"输值必须大于等于 ",maxValue:"输值必须小于等于 ",email:"这不是有效的e-mail地址",integer:"请输入有效整数",date:"请输入有效时间",url:"无效网址。前缀必须为 ('http://' 或 'https://')",nodefined:" 未定义!",novalue:" 需要返回值!",customarray:"自定义函数需要返回数组!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"查看记录",bClose:"关闭"},del:{caption:"删除",msg:"删除所选记录?",bSubmit:"删除",bCancel:"取消"},nav:{edittext:"",edittitle:"编辑所选记录",addtext:"",addtitle:"添加新记录",deltext:"",deltitle:"删除所选记录",searchtext:"",searchtitle:"查找",
3
3
  refreshtext:"",refreshtitle:"刷新表格",alertcap:"注意",alerttext:"请选择记录",viewtext:"",viewtitle:"查看所选记录"},col:{caption:"选择列",bSubmit:"确定",bCancel:"取消"},errors:{errcap:"错误",nourl:"没有设置url",norecords:"没有要处理的记录",model:"colNames 和 colModel 长度不等!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Sun",
4
4
  "Mon","Tue","Wed","Thr","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"m-d-Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",
5
- ShortDate:"Y/j/n",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
5
+ ShortDate:"Y/j/n",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ edit:{addCaption:"Přidat záznam",editCaption:"Editace záznamu",bSubmit:"Ulož
3
3
  nodefined:" není definován!",novalue:" je vyžadována návratová hodnota!",customarray:"Custom function mělá vrátit pole!",customfcheck:"Custom function by měla být přítomna v případě custom checking!"}},view:{caption:"Zobrazit záznam",bClose:"Zavřít"},del:{caption:"Smazat",msg:"Smazat vybraný(é) záznam(y)?",bSubmit:"Smazat",bCancel:"Storno"},nav:{edittext:" ",edittitle:"Editovat vybraný řádek",addtext:" ",addtitle:"Přidat nový řádek",deltext:" ",deltitle:"Smazat vybraný záznam ",searchtext:" ",searchtitle:"Najít záznamy",
4
4
  refreshtext:"",refreshtitle:"Obnovit tabulku",alertcap:"Varování",alerttext:"Prosím, vyberte řádek",viewtext:"",viewtitle:"Zobrazit vybraný řádek"},col:{caption:"Zobrazit/Skrýt sloupce",bSubmit:"Uložit",bCancel:"Storno"},errors:{errcap:"Chyba",nourl:"Není nastavena url",norecords:"Žádné záznamy ke zpracování",model:"Délka colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",
5
5
  thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Ne","Po","Út","St","Čt","Pá","So","Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota"],monthNames:["Led","Úno","Bře","Dub","Kvě","Čer","Čvc","Srp","Zář","Říj","Lis","Pro","Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"],AmPm:["do","od","DO","OD"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",
6
- newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ edit:{addCaption:"Tilføj",editCaption:"Ret",bSubmit:"Send",bCancel:"Annuller",b
3
3
  nodefined:" er ikke defineret!",novalue:" returværdi kræves!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Vis linje",bClose:"Luk"},del:{caption:"Slet",msg:"Slet valgte linje(r)?",bSubmit:"Slet",bCancel:"Fortryd"},nav:{edittext:" ",edittitle:"Rediger valgte linje",addtext:" ",addtitle:"Tilføj ny linje",deltext:" ",deltitle:"Slet valgte linje",searchtext:" ",searchtitle:"Find linjer",refreshtext:"",
4
4
  refreshtitle:"Indlæs igen",alertcap:"Advarsel",alerttext:"Vælg venligst linje",viewtext:"",viewtitle:"Vis valgte linje"},col:{caption:"Vis/skjul kolonner",bSubmit:"Opdatere",bCancel:"Fortryd"},errors:{errcap:"Fejl",nourl:"Ingen url valgt",norecords:"Ingen linjer at behandle",model:"colNames og colModel har ikke samme længde!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",
5
5
  thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag"],monthNames:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec","Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December"],AmPm:["","","",""],S:function(){return"."},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",
6
- ISO8601Short:"Y-m-d",ShortDate:"j/n/Y",LongDate:"l d. F Y",FullDateTime:"l d F Y G:i:s",MonthDay:"d. F",ShortTime:"G:i",LongTime:"G:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ ISO8601Short:"Y-m-d",ShortDate:"j/n/Y",LongDate:"l d. F Y",FullDateTime:"l d F Y G:i:s",MonthDay:"d. F",ShortTime:"G:i",LongTime:"G:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -4,4 +4,4 @@ date:"Bitte geben Sie ein gültiges Datum ein",url:"ist keine gültige URL. Prä
4
4
  bSubmit:"Löschen",bCancel:"Abbrechen"},nav:{edittext:" ",edittitle:"Ausgewählte Zeile editieren",addtext:" ",addtitle:"Neue Zeile einfügen",deltext:" ",deltitle:"Ausgewählte Zeile löschen",searchtext:" ",searchtitle:"Datensatz suchen",refreshtext:"",refreshtitle:"Tabelle neu laden",alertcap:"Warnung",alerttext:"Bitte Zeile auswählen",viewtext:"",viewtitle:"Ausgewählte Zeile anzeigen"},col:{caption:"Spalten auswählen",bSubmit:"Speichern",bCancel:"Abbrechen"},errors:{errcap:"Fehler",nourl:"Keine URL angegeben",
5
5
  norecords:"Keine Datensätze zu bearbeiten",model:"colNames und colModel sind unterschiedlich lang!"},formatter:{integer:{thousandsSeparator:".",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,prefix:"",suffix:" €",defaultValue:"0,00"},date:{dayNames:["So","Mo","Di","Mi","Do","Fr","Sa","Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],monthNames:["Jan",
6
6
  "Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez","Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],AmPm:["am","pm","AM","PM"],S:function(){return"ter"},srcformat:"Y-m-d",newformat:"d.m.Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"j.n.Y",LongDate:"l, j. F Y",FullDateTime:"l, d. F Y G:i:s",MonthDay:"d. F",ShortTime:"G:i",LongTime:"G:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",
7
- YearMonth:"F Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
7
+ YearMonth:"F Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,5 +3,5 @@ edit:{addCaption:"Εισαγωγή Εγγραφής",editCaption:"Επεξεργ
3
3
  nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Διαγραφή",msg:"Διαγραφή των επιλεγμένων εγγραφών;",bSubmit:"Ναι",bCancel:"Άκυρο"},nav:{edittext:" ",edittitle:"Επεξεργασία επιλεγμένης εγγραφής",addtext:" ",addtitle:"Εισαγωγή νέας εγγραφής",deltext:" ",deltitle:"Διαγραφή επιλεγμένης εγγραφής",searchtext:" ",
4
4
  searchtitle:"Εύρεση Εγγραφών",refreshtext:"",refreshtitle:"Ανανέωση Πίνακα",alertcap:"Προσοχή",alerttext:"Δεν έχετε επιλέξει εγγραφή",viewtext:"",viewtitle:"View selected row"},col:{caption:"Εμφάνιση / Απόκρυψη Στηλών",bSubmit:"ΟΚ",bCancel:"Άκυρο"},errors:{errcap:"Σφάλμα",nourl:"Δεν έχει δοθεί διεύθυνση χειρισμού για τη συγκεκριμένη ενέργεια",norecords:"Δεν υπάρχουν εγγραφές προς επεξεργασία",model:"Άνισος αριθμός πεδίων colNames/colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},
5
5
  number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ","Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],monthNames:["Ιαν","Φεβ","Μαρ","Απρ","Μαι","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ","Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος",
6
- "Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],AmPm:["πμ","μμ","ΠΜ","ΜΜ"],S:function(a){return a==1||a>1?["η"][Math.min((a-1)%10,3)]:""},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",
7
- target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"],AmPm:["πμ","μμ","ΠΜ","ΜΜ"],S:function(a){return a==1||a>1?["η"][Math.min((a-1)%10,3)]:""},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",
7
+ checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ editCaption:"Edit Record",bSubmit:"Submit",bCancel:"Cancel",bClose:"Close",saveD
3
3
  nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Delete",msg:"Delete selected record(s)?",bSubmit:"Delete",bCancel:"Cancel"},nav:{edittext:"",edittitle:"Edit selected row",addtext:"",addtitle:"Add new row",deltext:"",deltitle:"Delete selected row",searchtext:"",searchtitle:"Find records",refreshtext:"",
4
4
  refreshtitle:"Reload Grid",alertcap:"Warning",alerttext:"Please, select row",viewtext:"",viewtitle:"View selected row"},col:{caption:"Select columns",bSubmit:"Ok",bCancel:"Cancel"},errors:{errcap:"Error",nourl:"No url is set",norecords:"No records to process",model:"Length of colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:" ",
5
5
  decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Sun","Mon","Tue","Wed","Thr","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",
6
- newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,5 +3,5 @@ rulesText:" reglas"},edit:{addCaption:"Agregar registro",editCaption:"Modificar
3
3
  url:"no es una URL válida. Prefijo requerido ('http://' or 'https://')",nodefined:" no está definido.",novalue:" valor de retorno es requerido.",customarray:"La función personalizada debe devolver un array.",customfcheck:"La función personalizada debe estar presente en el caso de validación personalizada."}},view:{caption:"Consultar registro",bClose:"Cerrar"},del:{caption:"Eliminar",msg:"¿Desea eliminar los registros seleccionados?",bSubmit:"Eliminar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Modificar fila seleccionada",
4
4
  addtext:" ",addtitle:"Agregar nueva fila",deltext:" ",deltitle:"Eliminar fila seleccionada",searchtext:" ",searchtitle:"Buscar información",refreshtext:"",refreshtitle:"Recargar datos",alertcap:"Aviso",alerttext:"Seleccione una fila",viewtext:"",viewtitle:"Ver fila seleccionada"},col:{caption:"Mostrar/ocultar columnas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Error",nourl:"No se ha especificado una URL",norecords:"No hay datos para procesar",model:"Las columnas de nombres son diferentes de las columnas de modelo"},
5
5
  formatter:{integer:{thousandsSeparator:".",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Do","Lu","Ma","Mi","Ju","Vi","Sa","Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sabado"],monthNames:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic","Enero","Febrero","Marzo","Abril","Mayo",
6
- "Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d-m-Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},
7
- baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d-m-Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},
7
+ baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ bSubmit:"ثبت",bCancel:"انصراف",bClose:"بستن",saveData:"دیتا ت
3
3
  novalue:" مقدار برگشتی اجباری است!",customarray:"تابع شما باید مقدار آرایه داشته باشد!",customfcheck:"برای داشتن متد دلخواه شما باید سطون با چکینگ دلخواه داشته باشید!"}},view:{caption:"نمایش رکورد",bClose:"بستن"},del:{caption:"حذف",msg:"از حذف گزينه هاي انتخاب شده مطمئن هستيد؟",bSubmit:"حذف",bCancel:"ابطال"},nav:{edittext:" ",edittitle:"ويرايش رديف هاي انتخاب شده",addtext:" ",addtitle:"افزودن رديف جديد",deltext:" ",deltitle:"حذف ردبف هاي انتخاب شده",searchtext:" ",searchtitle:"جستجوي رديف",refreshtext:"",
4
4
  refreshtitle:"بازيابي مجدد صفحه",alertcap:"اخطار",alerttext:"لطفا يک رديف انتخاب کنيد",viewtext:"",viewtitle:"نمایش رکورد های انتخاب شده"},col:{caption:"نمايش/عدم نمايش ستون",bSubmit:"ثبت",bCancel:"انصراف"},errors:{errcap:"خطا",nourl:"هيچ آدرسي تنظيم نشده است",norecords:"هيچ رکوردي براي پردازش موجود نيست",model:"طول نام ستون ها محالف ستون هاي مدل مي باشد!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},
5
5
  currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0"},date:{dayNames:["يک","دو","سه","چهار","پنج","جمع","شنب","يکشنبه","دوشنبه","سه شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","ژانويه","فوريه","مارس","آوريل","مه","ژوئن","ژوئيه","اوت","سپتامبر","اکتبر","نوامبر","December"],AmPm:["ب.ظ","ب.ظ","ق.ظ","ق.ظ"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-
6
- 1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"نمايش",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ 1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"نمايش",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ editCaption:"Muokkaa rivi&auml;",bSubmit:"OK",bCancel:"Peru",bClose:"Sulje",save
3
3
  customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"N&auml;yt&auml; rivi",bClose:"Sulje"},del:{caption:"Poista",msg:"Poista valitut rivit?",bSubmit:"Poista",bCancel:"Peru"},nav:{edittext:" ",edittitle:"Muokkaa valittu rivi",addtext:" ",addtitle:"Uusi rivi",deltext:" ",deltitle:"Poista valittu rivi",searchtext:" ",searchtitle:"Etsi tietoja",refreshtext:"",refreshtitle:"Lataa uudelleen",alertcap:"Varoitus",
4
4
  alerttext:"Valitse rivi",viewtext:"",viewtitle:"N&auml;yta valitut rivit"},col:{caption:"N&auml;yta/Piilota sarakkeet",bSubmit:"OK",bCancel:"Peru"},errors:{errcap:"Virhe",nourl:"url asettamatta",norecords:"Ei muokattavia tietoja",model:"Pituus colNames <> colModel!"},formatter:{integer:{thousandsSeparator:"",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:"",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:"",decimalPlaces:2,prefix:"",suffix:"",
5
5
  defaultValue:"0,00"},date:{dayNames:["Su","Ma","Ti","Ke","To","Pe","La","Sunnuntai","Maanantai","Tiistai","Keskiviikko","Torstai","Perjantai","Lauantai"],monthNames:["Tam","Hel","Maa","Huh","Tou","Kes","Hei","Elo","Syy","Lok","Mar","Jou","Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kes&auml;kuu","Hein&auml;kuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",
6
- newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"d.m.Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"d.m.Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,5 +3,5 @@ matchText:" correspondance",rulesText:" règles"},edit:{addCaption:"Ajouter",edi
3
3
  url:"n'est pas une adresse correcte. Préfixe requis ('http://' or 'https://')",nodefined:" n'est pas défini!",novalue:" la valeur de retour est requise!",customarray:"Une fonction personnalisée devrait retourner un tableau (array)!",customfcheck:"Une fonction personnalisée devrait être présente dans le cas d'une vérification personnalisée!"}},view:{caption:"Voir les enregistrement",bClose:"Fermer"},del:{caption:"Supprimer",msg:"Supprimer les enregistrements sélectionnés ?",bSubmit:"Supprimer",bCancel:"Annuler"},
4
4
  nav:{edittext:" ",edittitle:"Editer la ligne sélectionnée",addtext:" ",addtitle:"Ajouter une ligne",deltext:" ",deltitle:"Supprimer la ligne sélectionnée",searchtext:" ",searchtitle:"Chercher un enregistrement",refreshtext:"",refreshtitle:"Recharger le tableau",alertcap:"Avertissement",alerttext:"Veuillez sélectionner une ligne",viewtext:"",viewtitle:"Afficher la ligne sélectionnée"},col:{caption:"Afficher/Masquer les colonnes",bSubmit:"Valider",bCancel:"Annuler"},errors:{errcap:"Erreur",nourl:"Aucune adresse n'est paramétrée",
5
5
  norecords:"Aucun enregistrement à traiter",model:"Nombre de titres (colNames) <> Nombre de données (colModel)!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],monthNames:["Jan",
6
- "Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc","Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Aout","Septembre","Octobre","Novembre","Décembre"],AmPm:["am","pm","AM","PM"],S:function(b){return b==1?"er":"e"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",
7
- YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc","Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Aout","Septembre","Octobre","Novembre","Décembre"],AmPm:["am","pm","AM","PM"],S:function(a){return a==1?"er":"e"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",
7
+ YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,5 +3,5 @@ rulesText:" regras"},edit:{addCaption:"Engadir rexistro",editCaption:"Modificar
3
3
  url:"non é unha URL válida. Prefixo requerido ('http://' ou 'https://')",nodefined:" non está definido.",novalue:" o valor de retorno é obrigatorio.",customarray:"A función persoalizada debe devolver un array.",customfcheck:"A función persoalizada debe estar presente no caso de ter validación persoalizada."}},view:{caption:"Consultar rexistro",bClose:"Pechar"},del:{caption:"Eliminar",msg:"Desexa eliminar os rexistros seleccionados?",bSubmit:"Eliminar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Modificar a fila seleccionada",
4
4
  addtext:" ",addtitle:"Engadir unha nova fila",deltext:" ",deltitle:"Eliminar a fila seleccionada",searchtext:" ",searchtitle:"Buscar información",refreshtext:"",refreshtitle:"Recargar datos",alertcap:"Aviso",alerttext:"Seleccione unha fila",viewtext:"",viewtitle:"Ver fila seleccionada"},col:{caption:"Mostrar/ocultar columnas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Erro",nourl:"Non especificou unha URL",norecords:"Non hai datos para procesar",model:"As columnas de nomes son diferentes das columnas de modelo"},
5
5
  formatter:{integer:{thousandsSeparator:".",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Do","Lu","Ma","Me","Xo","Ve","Sa","Domingo","Luns","Martes","Mércoles","Xoves","Vernes","Sábado"],monthNames:["Xan","Feb","Mar","Abr","Mai","Xuñ","Xul","Ago","Set","Out","Nov","Dec","Xaneiro","Febreiro","Marzo","Abril","Maio",
6
- "Xuño","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d-m-Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},
7
- baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "Xuño","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d-m-Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},
7
+ baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ bCancel:"בטל",bClose:"סגור",saveData:"נתונים השתנו! לשמור
3
3
  view:{caption:"הצג רשומה",bClose:"סגור"},del:{caption:"מחק",msg:"האם למחוק את הרשומה/ות המסומנות?",bSubmit:"מחק",bCancel:"בטל"},nav:{edittext:"",edittitle:"ערוך שורה מסומנת",addtext:"",addtitle:"הוסף שורה חדשה",deltext:"",deltitle:"מחק שורה מסומנת",searchtext:"",searchtitle:"חפש רשומות",refreshtext:"",refreshtitle:"טען גריד מחדש",alertcap:"אזהרה",alerttext:"אנא, בחר שורה",viewtext:"",viewtitle:"הצג שורה מסומנת"},col:{caption:"הצג/הסתר עמודות",bSubmit:"שלח",bCancel:"בטל"},errors:{errcap:"שגיאה",nourl:"לא הוגדרה כתובת url",
4
4
  norecords:"אין רשומות לעבד",model:"אורך של colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["א","ב","ג","ד","ה","ו","ש","ראשון","שני","שלישי","רביעי","חמישי","שישי","שבת"],monthNames:["ינו","פבר","מרץ","אפר","מאי","יונ","יול","אוג","ספט","אוק","נוב",
5
5
  "דצמ","ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"],AmPm:["לפני הצהרים","אחר הצהרים","לפני הצהרים","אחר הצהרים"],S:function(a){return a<11||a>13?["","","",""][Math.min((a-1)%10,3)]:""},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",
6
- YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ rulesText:" rules"},edit:{addCaption:"Új tétel",editCaption:"Tétel szerkeszt
3
3
  url:"nem helyes cím. Előtag kötelező ('http://' vagy 'https://')",nodefined:" nem definiált!",novalue:" visszatérési érték kötelező!!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Tétel megtekintése",bClose:"Bezárás"},del:{caption:"Törlés",msg:"Kiválaztott tétel(ek) törlése?",bSubmit:"Törlés",bCancel:"Mégse"},nav:{edittext:"",edittitle:"Tétel szerkesztése",addtext:"",addtitle:"Új tétel hozzáadása",
4
4
  deltext:"",deltitle:"Tétel törlése",searchtext:"",searchtitle:"Keresés",refreshtext:"",refreshtitle:"Frissítés",alertcap:"Figyelmeztetés",alerttext:"Kérem válasszon tételt.",viewtext:"",viewtitle:"Tétel megtekintése"},col:{caption:"Oszlopok kiválasztása",bSubmit:"Ok",bCancel:"Mégse"},errors:{errcap:"Hiba",nourl:"Nincs URL beállítva",norecords:"Nincs feldolgozásra váró tétel",model:"colNames és colModel hossza nem egyenlő!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",
5
5
  thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Va","Hé","Ke","Sze","Csü","Pé","Szo","Vasárnap","Hétfő","Kedd","Szerda","Csütörtök","Péntek","Szombat"],monthNames:["Jan","Feb","Már","Ápr","Máj","Jún","Júl","Aug","Szep","Okt","Nov","Dec","Január","Február","Március","Áprili","Május","Június","Július","Augusztus","Szeptember","Október","November","December"],AmPm:["de",
6
- "du","DE","DU"],S:function(){return".-ik"},srcformat:"Y-m-d",newformat:"Y/m/d",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"Y/j/n",LongDate:"Y. F hó d., l",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"a g:i",LongTime:"a g:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"Y, F"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "du","DE","DU"],S:function(){return".-ik"},srcformat:"Y-m-d",newformat:"Y/m/d",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"Y/j/n",LongDate:"Y. F hó d., l",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"a g:i",LongTime:"a g:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"Y, F"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ editCaption:"Edit Record",bSubmit:"Vista",bCancel:"Hætta við",bClose:"Loka",sa
3
3
  nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Eyða",msg:"Eyða völdum færslum ?",bSubmit:"Eyða",bCancel:"Hætta við"},nav:{edittext:" ",edittitle:"Breyta færslu",addtext:" ",addtitle:"Ný færsla",deltext:" ",deltitle:"Eyða færslu",searchtext:" ",searchtitle:"Leita",refreshtext:"",refreshtitle:"Endurhlaða",
4
4
  alertcap:"Viðvörun",alerttext:"Vinsamlega veldu færslu",viewtext:"",viewtitle:"View selected row"},col:{caption:"Sýna / fela dálka",bSubmit:"Vista",bCancel:"Hætta við"},errors:{errcap:"Villa",nourl:"Vantar slóð",norecords:"Engar færslur valdar",model:"Length of colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,
5
5
  prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Sun","Mon","Tue","Wed","Thr","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",
6
- masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,5 +3,5 @@ rulesText:" regole"},edit:{addCaption:"Aggiungi Record",editCaption:"Modifica Re
3
3
  url:"URL non valido. Prefisso richiesto ('http://' or 'https://')",nodefined:" non � definito!",novalue:" valore di ritorno richiesto!",customarray:"La function custon deve tornare un array!",customfcheck:"La function custom deve esistere per il custom checking!"}},view:{caption:"Visualizzazione Record",bClose:"Chiudi"},del:{caption:"Cancella",msg:"Cancellare record selezionato/i?",bSubmit:"Cancella",bCancel:"Annulla"},nav:{edittext:" ",edittitle:"Modifica record selezionato",addtext:" ",addtitle:"Aggiungi nuovo record",
4
4
  deltext:" ",deltitle:"Cancella record selezionato",searchtext:" ",searchtitle:"Ricerca record",refreshtext:"",refreshtitle:"Aggiorna griglia",alertcap:"Attenzione",alerttext:"Per favore, seleziona un record",viewtext:"",viewtitle:"Visualizza riga selezionata"},col:{caption:"Mostra/Nascondi Colonne",bSubmit:"Invia",bCancel:"Annulla"},errors:{errcap:"Errore",nourl:"Url non settata",norecords:"Nessun record da elaborare",model:"Lunghezza di colNames &lt;&gt; colModel!"},formatter:{integer:{thousandsSeparator:" ",
5
5
  defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Dom","Lun","Mar","Mer","Gio","Ven","Sab","Domenica","Luned�","Marted�","Mercoled�","Gioved�","Venerd�","Sabato"],monthNames:["Gen","Feb","Mar","Apr","Mag","Gui","Lug","Ago","Set","Ott","Nov","Dic","Genneio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto",
6
- "Settembre","Ottobre","Movembre","Dicembre"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",
7
- target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "Settembre","Ottobre","Movembre","Dicembre"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",
7
+ target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -2,4 +2,4 @@
2
2
  bClose:"閉じる",saveData:"データが変更されています。保存しますか?",bYes:"はい",bNo:"いいえ",bExit:"キャンセル",msg:{required:"この項目は必須です。",number:"正しい数値を入力して下さい。",minValue:"次の値以上で入力して下さい。",maxValue:"次の値以下で入力して下さい。",email:"e-mailが正しくありません。",integer:"正しい整数値を入力して下さい。",date:"正しい値を入力して下さい。",url:"は有効なURLではありません。プレフィックスが必要です。 ('http://' または 'https://')",nodefined:" が定義されていません",novalue:" 戻り値が必要です",customarray:"カスタム関数は配列を返す必要があります",customfcheck:"カスタム検証にはカスタム関数が必要です"}},view:{caption:"レコードを表示",bClose:"閉じる"},del:{caption:"削除",msg:"選択したレコードを削除しますか?",
3
3
  bSubmit:"削除",bCancel:"キャンセル"},nav:{edittext:" ",edittitle:"選択した行を編集",addtext:" ",addtitle:"行を新規追加",deltext:" ",deltitle:"選択した行を削除",searchtext:" ",searchtitle:"レコード検索",refreshtext:"",refreshtitle:"グリッドをリロード",alertcap:"警告",alerttext:"行を選択して下さい。",viewtext:"",viewtitle:"選択した行を表示"},col:{caption:"列を表示/隠す",bSubmit:"送信",bCancel:"キャンセル"},errors:{errcap:"エラー",nourl:"URLが設定されていません。",norecords:"処理対象のレコードがありません。",model:"colNamesの長さがcolModelと一致しません。"},formatter:{integer:{thousandsSeparator:",",defaultValue:"0"},
4
4
  number:{decimalSeparator:".",thousandsSeparator:",",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:",",decimalPlaces:0,prefix:"",suffix:"",defaultValue:"0"},date:{dayNames:["日","月","火","水","木","金","土","日","月","火","水","木","金","土"],monthNames:["1","2","3","4","5","6","7","8","9","10","11","12","1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],AmPm:["am","pm","AM","PM"],S:"番目",srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",
5
- ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
5
+ ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,5 +3,5 @@ edit:{addCaption:"Sukurti įrašą",editCaption:"Redaguoti įrašą",bSubmit:"I
3
3
  nodefined:" nėra apibrėžta!",novalue:" turi būti gražinama kokia nors reikšmė!",customarray:"Custom f-ja turi grąžinti masyvą!",customfcheck:"Custom f-ja tūrėtų būti sukurta, prieš bandant ją naudoti!"}},view:{caption:"Peržiūrėti įrašus",bClose:"Uždaryti"},del:{caption:"Ištrinti",msg:"Ištrinti pažymėtus įrašus(-ą)?",bSubmit:"Ištrinti",bCancel:"Atšaukti"},nav:{edittext:"",edittitle:"Redaguoti pažymėtą eilutę",addtext:"",addtitle:"Pridėti naują eilutę",deltext:"",deltitle:"Ištrinti pažymėtą eilutę",
4
4
  searchtext:"",searchtitle:"Rasti įrašus",refreshtext:"",refreshtitle:"Perkrauti lentelę",alertcap:"Įspėjimas",alerttext:"Pasirinkite eilutę",viewtext:"",viewtitle:"Peržiūrėti pasirinktą eilutę"},col:{caption:"Pasirinkti stulpelius",bSubmit:"Gerai",bCancel:"Atšaukti"},errors:{errcap:"Klaida",nourl:"Url reikšmė turi būti perduota",norecords:"Nėra įrašų, kuriuos būtų galima apdoroti",model:"colNames skaičius <> colModel skaičiui!"},formatter:{integer:{thousandsSeparator:"",defaultValue:"0"},number:{decimalSeparator:",",
5
5
  thousandsSeparator:"",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:",",thousandsSeparator:"",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Sek","Pir","Ant","Tre","Ket","Pen","Šeš","Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis"],monthNames:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugj","Rugs","Spa","Lap","Gru","Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis",
6
- "Spalis","Lapkritis","Gruodis"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",
7
- target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "Spalis","Lapkritis","Gruodis"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",
7
+ checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ matchText:" match",rulesText:" regels"},edit:{addCaption:"Nieuw",editCaption:"Be
3
3
  url:"is geen geldige URL. Prefix is verplicht ('http://' or 'https://')",nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Tonen",bClose:"Sluiten"},del:{caption:"Verwijderen",msg:"Verwijder geselecteerde regel(s)?",bSubmit:"Verwijderen",bCancel:"Annuleren"},nav:{edittext:"",edittitle:"Bewerken",addtext:"",addtitle:"Nieuw",deltext:"",deltitle:"Verwijderen",
4
4
  searchtext:"",searchtitle:"Zoeken",refreshtext:"",refreshtitle:"Vernieuwen",alertcap:"Waarschuwing",alerttext:"Selecteer a.u.b. een regel",viewtext:"",viewtitle:"Openen"},col:{caption:"Tonen/verbergen kolommen",bSubmit:"OK",bCancel:"Annuleren"},errors:{errcap:"Fout",nourl:"Er is geen URL gedefinieerd",norecords:"Geen data om te verwerken",model:"Lengte van 'colNames' is niet gelijk aan 'colModel'!"},formatter:{integer:{thousandsSeparator:".",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:".",
5
5
  decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,prefix:"EUR ",suffix:"",defaultValue:"0.00"},date:{dayNames:["Zo","Ma","Di","Wo","Do","Vr","Za","Zondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag"],monthNames:["Jan","Feb","Maa","Apr","Mei","Jun","Jul","Aug","Sep","Oct","Nov","Dec","Januari","Februari","Maart","April","Mei","Juni","Juli","Augustus","September","October","November","December"],AmPm:["am","pm","AM","PM"],
6
- S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l d F Y G:i:s",MonthDay:"d F",ShortTime:"G:i",LongTime:"G:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l d F Y G:i:s",MonthDay:"d F",ShortTime:"G:i",LongTime:"G:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ minValue:"verdi m� v�re st�rre enn eller lik",maxValue:"verdi m� v�re
3
3
  {caption:"Slett",msg:"Slett valgte rad(er)?",bSubmit:"Slett",bCancel:"Avbryt",processData:"Behandler..."};a.jgrid.nav={edittext:" ",edittitle:"Rediger valgte rad(er)",addtext:" ",addtitle:"Legg til ny rad",deltext:" ",deltitle:"Slett valgte rad(er)",searchtext:" ",searchtitle:"S�k",refreshtext:"",refreshtitle:"Oppdater tabell",alertcap:"Advarsel",alerttext:"Velg rad",viewtext:" ",viewtitle:"�pne valgt rad"};a.jgrid.col={caption:"Vis/skjul kolonner",bSubmit:"Utf�r",bCancel:"Avbryt"};a.jgrid.errors=
4
4
  {errcap:"Feil",nourl:"Ingen url er satt",norecords:"Ingen poster � behandle",model:"colNames og colModel har forskjellig lengde!"};a.jgrid.formatter={integer:{thousandsSeparator:" ",defaulValue:0},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaulValue:0},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaulValue:0},date:{dayNames:["s�.","ma.","ti.","on.","to.","fr.","l�.","S�ndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","L�rdag"],
5
5
  monthNames:["jan.","feb.","mars","april","mai","juni","juli","aug.","sep.","okt.","nov.","des.","januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],AmPm:["","","",""],S:function(){return"."},srcformat:"Y-m-d H:i:s",newformat:"Y-m-d H:i:s",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"j.n.Y",LongDate:"l j. F Y",FullDateTime:"l j. F Y kl. G.i.s",MonthDay:"j. F",ShortTime:"H:i",LongTime:"H:i:s",SortableDateTime:"Y-m-d\\TH:i:s",
6
- UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"show",addParam:"",checkbox:{disabled:true}}})(jQuery);
6
+ UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"show",addParam:"",checkbox:{disabled:!0}}})(jQuery);
@@ -3,4 +3,4 @@ matchText:" pasuje",rulesText:" reguły"},edit:{addCaption:"Dodaj rekord",editCa
3
3
  url:"jest niewłaściwym adresem URL. Pamiętaj o prefiksie ('http://' lub 'https://')",nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Pokaż rekord",bClose:"Zamknij"},del:{caption:"Usuwanie",msg:"Czy usunąć wybrany rekord(y)?",bSubmit:"Usuń",bCancel:"Anuluj"},nav:{edittext:" ",edittitle:"Edytuj wybrany wiersz",addtext:" ",addtitle:"Dodaj nowy wiersz",
4
4
  deltext:" ",deltitle:"Usuń wybrany wiersz",searchtext:" ",searchtitle:"Wyszukaj rekord",refreshtext:"",refreshtitle:"Przeładuj",alertcap:"Uwaga",alerttext:"Proszę wybrać wiersz",viewtext:"",viewtitle:"View selected row"},col:{caption:"Pokaż/Ukryj kolumny",bSubmit:"Zatwierdź",bCancel:"Anuluj"},errors:{errcap:"Błąd",nourl:"Brak adresu url",norecords:"Brak danych",model:"Długość colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",
5
5
  decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Nie","Pon","Wt","Śr","Cz","Pi","So","Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota"],monthNames:["Sty","Lu","Mar","Kwie","Maj","Cze","Lip","Sie","Wrz","Paź","Lis","Gru","Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],AmPm:["am","pm","AM",
6
- "PM"],S:function(a){return a<11||a>13?["","","",""][Math.min((a-1)%10,3)]:""},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "PM"],S:function(a){return a<11||a>13?["","","",""][Math.min((a-1)%10,3)]:""},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ edit:{addCaption:"Incluir",editCaption:"Alterar",bSubmit:"Enviar",bCancel:"Cance
3
3
  nodefined:" não está definido!",novalue:" um valor de retorno é obrigatório!",customarray:"Função customizada deve retornar um array!",customfcheck:"Função customizada deve estar presente em caso de validação customizada!"}},view:{caption:"Ver Registro",bClose:"Fechar"},del:{caption:"Apagar",msg:"Apagar registros selecionado(s)?",bSubmit:"Apagar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Alterar registro selecionado",addtext:" ",addtitle:"Incluir novo registro",deltext:" ",deltitle:"Apagar registro selecionado",
4
4
  searchtext:" ",searchtitle:"Procurar registros",refreshtext:"",refreshtitle:"Recarrgando Tabela",alertcap:"Aviso",alerttext:"Por favor, selecione um registro",viewtext:"",viewtitle:"Ver linha selecionada"},col:{caption:"Mostrar/Esconder Colunas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Erro",nourl:"Nenhuma URL defenida",norecords:"Sem registros para exibir",model:"Comprimento de colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",
5
5
  thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,prefix:"R$ ",suffix:"",defaultValue:"0,00"},date:{dayNames:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"],monthNames:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez","Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],AmPm:["am",
6
- "pm","AM","PM"],S:function(a){return a<11||a>13?["º","º","º","º"][Math.min((a-1)%10,3)]:"º"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "pm","AM","PM"],S:function(a){return a<11||a>13?["º","º","º","º"][Math.min((a-1)%10,3)]:"º"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ edit:{addCaption:"Adicionar Registo",editCaption:"Modificar Registo",bSubmit:"Su
3
3
  nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Eliminar",msg:"Deseja eliminar o(s) registo(s) seleccionado(s)?",bSubmit:"Eliminar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Modificar registo seleccionado",addtext:" ",addtitle:"Adicionar novo registo",deltext:" ",deltitle:"Eliminar registo seleccionado",
4
4
  searchtext:" ",searchtitle:"Procurar",refreshtext:"",refreshtitle:"Actualizar",alertcap:"Aviso",alerttext:"Por favor, seleccione um registo",viewtext:"",viewtitle:"View selected row"},col:{caption:"Mostrar/Ocultar Colunas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Erro",nourl:"N�o especificou um url",norecords:"N�o existem dados para processar",model:"Tamanho do colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",
5
5
  decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Dom","Seg","Ter","Qua","Qui","Sex","Sab","Domingo","Segunda-Feira","Ter�a-Feira","Quarta-Feira","Quinta-Feira","Sexta-Feira","S�bado"],monthNames:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez","Janeiro","Fevereiro","Mar�o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],AmPm:["am",
6
- "pm","AM","PM"],S:function(a){return a<11||a>13?["�","�","�","�"][Math.min((a-1)%10,3)]:"�"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "pm","AM","PM"],S:function(a){return a<11||a>13?["�","�","�","�"][Math.min((a-1)%10,3)]:"�"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -4,4 +4,4 @@ date:"Vă rugăm să introduceți o dată validă",url:"Nu este un URL valid. Pr
4
4
  edittitle:"Modifică rândul selectat",addtext:"",addtitle:"Adaugă rând nou",deltext:"",deltitle:"Șterge rândul selectat",searchtext:"",searchtitle:"Căutare înregistrări",refreshtext:"",refreshtitle:"Reîncarcare Grid",alertcap:"Avertisment",alerttext:"Vă rugăm să selectați un rând",viewtext:"",viewtitle:"Vizualizează rândul selectat"},col:{caption:"Arată/Ascunde coloanele",bSubmit:"Salvează",bCancel:"Anulare"},errors:{errcap:"Eroare",nourl:"Niciun url nu este setat",norecords:"Nu sunt înregistrări de procesat",
5
5
  model:"Lungimea colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Dum","Lun","Mar","Mie","Joi","Vin","Sâm","Duminică","Luni","Marți","Miercuri","Joi","Vineri","Sâmbătă"],monthNames:["Ian","Feb","Mar","Apr","Mai","Iun","Iul","Aug","Sep","Oct","Noi","Dec",
6
6
  "Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",
7
- YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
7
+ YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,5 +3,5 @@ rulesText:" правила"},edit:{addCaption:"Добавить запись",ed
3
3
  date:"Пожалуйста, введите правильную дату",url:"неверная ссылка. Необходимо ввести префикс ('http://' or 'https://')",nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Просмотр записи",bClose:"Закрыть"},del:{caption:"Удалить",msg:"Удалить выбранную запись(и)?",bSubmit:"Удалить",bCancel:"Отмена"},nav:{edittext:" ",edittitle:"Редактировать выбранную запись",
4
4
  addtext:" ",addtitle:"Добавить новую запись",deltext:" ",deltitle:"Удалить выбранную запись",searchtext:" ",searchtitle:"Найти записи",refreshtext:"",refreshtitle:"Обновить таблицу",alertcap:"Внимание",alerttext:"Пожалуйста, выберите запись",viewtext:"",viewtitle:"Просмотреть выбранную запись"},col:{caption:"Показать/скрыть столбцы",bSubmit:"Сохранить",bCancel:"Отмена"},errors:{errcap:"Ошибка",nourl:"URL не установлен",norecords:"Нет записей для обработки",model:"Число полей не соответствует числу столбцов таблицы!"},
5
5
  formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Вс","Пн","Вт","Ср","Чт","Пт","Сб","Воскресение","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота"],monthNames:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек","Январь","Февраль","Март","Апрель",
6
- "Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d.m.Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n.j.Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y G:i:s",MonthDay:"F d",ShortTime:"G:i",LongTime:"G:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},
7
- baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d.m.Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n.j.Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y G:i:s",MonthDay:"F d",ShortTime:"G:i",LongTime:"G:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},
7
+ baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ rulesText:" pravidiel"},edit:{addCaption:"Pridať záznam",editCaption:"Editáci
3
3
  nodefined:" nie je definovaný!",novalue:" je vyžadovaná návratová hodnota!",customarray:"Custom function mala vrátiť pole!",customfcheck:"Custom function by mala byť prítomná v prípade custom checking!"}},view:{caption:"Zobraziť záznam",bClose:"Zavrieť"},del:{caption:"Zmazať",msg:"Zmazať vybraný(é) záznam(y)?",bSubmit:"Zmazať",bCancel:"Storno"},nav:{edittext:" ",edittitle:"Editovať vybraný riadok",addtext:" ",addtitle:"Pridať nový riadek",deltext:" ",deltitle:"Zmazať vybraný záznam ",searchtext:" ",
4
4
  searchtitle:"Nájsť záznamy",refreshtext:"",refreshtitle:"Obnoviť tabuľku",alertcap:"Varovanie",alerttext:"Prosím, vyberte riadok",viewtext:"",viewtitle:"Zobraziť vybraný riadok"},col:{caption:"Zobrazit/Skrýť stĺpce",bSubmit:"Uložiť",bCancel:"Storno"},errors:{errcap:"Chyba",nourl:"Nie je nastavená url",norecords:"Žiadne záznamy k spracovaniu",model:"Dĺžka colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,
5
5
  defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Ne","Po","Ut","St","Št","Pi","So","Nedela","Pondelok","Utorok","Streda","Štvrtok","Piatek","Sobota"],monthNames:["Jan","Feb","Mar","Apr","Máj","Jún","Júl","Aug","Sep","Okt","Nov","Dec","Január","Február","Marec","Apríl","Máj","Jún","Júl","August","September","Október","November","December"],AmPm:["do","od","DO","OD"],S:function(a){return a<11||a>13?["st",
6
- "nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ editCaption:"Измени запис",bSubmit:"Пошаљи",bCancel:"Одуст
3
3
  nodefined:" није дефинисан!",novalue:" захтевана је повратна вредност!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Погледај запис",bClose:"Затвори"},del:{caption:"Избриши",msg:"Избриши изабран(е) запис(е)?",bSubmit:"Ибриши",bCancel:"Одбаци"},nav:{edittext:"",edittitle:"Измени изабрани ред",addtext:"",addtitle:"Додај нови ред",deltext:"",deltitle:"Избриши изабран ред",searchtext:"",searchtitle:"Нађи записе",
4
4
  refreshtext:"",refreshtitle:"Поново учитај податке",alertcap:"Упозорење",alerttext:"Молим, изаберите ред",viewtext:"",viewtitle:"Погледај изабрани ред"},col:{caption:"Изабери колоне",bSubmit:"ОК",bCancel:"Одбаци"},errors:{errcap:"Грешка",nourl:"Није постављен URL",norecords:"Нема записа за обраду",model:"Дужина модела colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",
5
5
  thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Нед","Пон","Уто","Сре","Чет","Пет","Суб","Недеља","Понедељак","Уторак","Среда","Четвртак","Петак","Субота"],monthNames:["Јан","Феб","Мар","Апр","Мај","Јун","Јул","Авг","Сеп","Окт","Нов","Дец","Јануар","Фебруар","Март","Април","Мај","Јун","Јул","Август","Септембар","Октобар","Новембар","Децембар"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},
6
- srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ matchText:" träff",rulesText:" regler"},edit:{addCaption:"Ny Post",editCaption:
3
3
  url:"är inte en korrekt URL. Prefix måste anges ('http://' or 'https://')",nodefined:" är inte definierad!",novalue:" returvärde måste anges!",customarray:"Custom funktion måste returnera en vektor!",customfcheck:"Custom funktion måste finnas om Custom kontroll sker!"}},view:{caption:"Visa Post",bClose:"Stäng"},del:{caption:"Radera",msg:"Radera markerad(e) post(er)?",bSubmit:"Radera",bCancel:"Avbryt"},nav:{edittext:"",edittitle:"Redigera markerad rad",addtext:"",addtitle:"Skapa ny post",deltext:"",
4
4
  deltitle:"Radera markerad rad",searchtext:"",searchtitle:"Sök poster",refreshtext:"",refreshtitle:"Uppdatera data",alertcap:"Varning",alerttext:"Ingen rad är markerad",viewtext:"",viewtitle:"Visa markerad rad"},col:{caption:"Välj Kolumner",bSubmit:"OK",bCancel:"Avbryt"},errors:{errcap:"Fel",nourl:"URL saknas",norecords:"Det finns inga poster att bearbeta",model:"Antal colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",
5
5
  decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"Kr",defaultValue:"0,00"},date:{dayNames:["Sön","Mån","Tis","Ons","Tor","Fre","Lör","Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag"],monthNames:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec","Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],AmPm:["fm","em","FM","EM"],S:function(a){return a<
6
- 11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"Y-m-d",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ 11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"Y-m-d",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,4 +3,4 @@ edit:{addCaption:"Kayıt Ekle",editCaption:"Kayıt Düzenle",bSubmit:"Gönder",b
3
3
  nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Kayıt Görüntüle",bClose:"Kapat"},del:{caption:"Sil",msg:"Seçilen kayıtlar silinsin mi?",bSubmit:"Sil",bCancel:"İptal"},nav:{edittext:" ",edittitle:"Seçili satırı düzenle",addtext:" ",addtitle:"Yeni satır ekle",deltext:" ",deltitle:"Seçili satırı sil",searchtext:" ",searchtitle:"Kayıtları bul",
4
4
  refreshtext:"",refreshtitle:"Tabloyu yenile",alertcap:"Uyarı",alerttext:"Lütfen bir satır seçiniz",viewtext:"",viewtitle:"Seçilen satırı görüntüle"},col:{caption:"Sütunları göster/gizle",bSubmit:"Gönder",bCancel:"İptal"},errors:{errcap:"Hata",nourl:"Bir url yapılandırılmamış",norecords:"İşlem yapılacak bir kayıt yok",model:"colNames uzunluğu <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},
5
5
  currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Paz","Pts","Sal","Çar","Per","Cum","Cts","Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],monthNames:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara","Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-
6
- 1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ 1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -3,5 +3,5 @@ rulesText:" правила"},edit:{addCaption:"Додати запис",editCapt
3
3
  date:"Будь ласка, введення дійсне значення дати",url:"не дійсний URL. Необхідна приставка ('http://' or 'https://')",nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"Переглянути запис",bClose:"Закрити"},del:{caption:"Видалити",msg:"Видалити обраний запис(и)?",bSubmit:"Видалити",bCancel:"Відміна"},nav:{edittext:" ",edittitle:"Змінити вибраний запис",
4
4
  addtext:" ",addtitle:"Додати новий запис",deltext:" ",deltitle:"Видалити вибраний запис",searchtext:" ",searchtitle:"Знайти записи",refreshtext:"",refreshtitle:"Оновити таблицю",alertcap:"Попередження",alerttext:"Будь ласка, виберіть запис",viewtext:"",viewtitle:"Переглянути обраний запис"},col:{caption:"Показати/Приховати стовпці",bSubmit:"Зберегти",bCancel:"Відміна"},errors:{errcap:"Помилка",nourl:"URL не задан",norecords:"Немає записів для обробки",model:"Число полів не відповідає числу стовпців таблиці!"},
5
5
  formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Нд","Пн","Вт","Ср","Чт","Пт","Сб","Неділя","Понеділок","Вівторок","Середа","Четвер","П'ятниця","Субота"],monthNames:["Січ","Лют","Бер","Кві","Тра","Чер","Лип","Сер","Вер","Жов","Лис","Гру","Січень","Лютий","Березень","Квітень",
6
- "Травень","Червень","Липень","Серпень","Вересень","Жовтень","Листопад","Грудень"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d.m.Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n.j.Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y G:i:s",MonthDay:"F d",ShortTime:"G:i",LongTime:"G:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},
7
- baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
6
+ "Травень","Червень","Липень","Серпень","Вересень","Жовтень","Листопад","Грудень"],AmPm:["am","pm","AM","PM"],S:function(a){return a<11||a>13?["st","nd","rd","th"][Math.min((a-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d.m.Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n.j.Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y G:i:s",MonthDay:"F d",ShortTime:"G:i",LongTime:"G:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:!1},
7
+ baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:!0},idName:"id"}}})(jQuery);
@@ -1,13 +1,13 @@
1
1
  // ==ClosureCompiler==
2
2
  // @compilation_level SIMPLE_OPTIMIZATIONS
3
3
 
4
- /*
5
- * jqGrid 4.0 beta - jQuery Grid
4
+ /**
5
+ * @license jqGrid 4.0 - jQuery Grid
6
6
  * Copyright (c) 2008, Tony Tomov, tony@trirand.com
7
7
  * Dual licensed under the MIT and GPL licenses
8
8
  * http://www.opensource.org/licenses/mit-license.php
9
9
  * http://www.gnu.org/licenses/gpl-2.0.html
10
- * Date: 2011-03-21
10
+ * Date: 2011-04-09
11
11
  */
12
12
  //jsHint options
13
13
  /*global document, window, jQuery, DOMParser, ActiveXObject $ */
@@ -858,8 +858,15 @@
858
858
  return;
859
859
  }
860
860
  var table = $("table:first", grid.bDiv);
861
- var rows = $("> tbody > tr:gt(0):visible:first", table);
862
- var rh = rows.outerHeight() || grid.prevRowHeight;
861
+ var rows, rh;
862
+ if (table[0].rows.length) {
863
+ try {
864
+ rows = table[0].rows[1];
865
+ rh = rows ? $(rows).outerHeight() || grid.prevRowHeight : grid.prevRowHeight;
866
+ } catch (pv) {
867
+ rh = grid.prevRowHeight;
868
+ }
869
+ }
863
870
  if (!rh) {
864
871
  return;
865
872
  }
@@ -886,7 +893,7 @@
886
893
  empty = true;
887
894
  }
888
895
  if (npage) {
889
- if (p.lastpage && page > p.lastpage || p.lastpage == 1) {
896
+ if (p.lastpage && page > p.lastpage || p.lastpage == 1 || (page === p.page && page === p.lastpage)) {
890
897
  return;
891
898
  }
892
899
  if (grid.hDiv.loading) {
@@ -901,7 +908,7 @@
901
908
  }
902
909
  }
903
910
  },
904
- scrollGrid: function() {
911
+ scrollGrid: function(e) {
905
912
  if (p.scroll) {
906
913
  var scrollTop = grid.bDiv.scrollTop;
907
914
  if (grid.scrollTop === undefined) {
@@ -919,6 +926,7 @@
919
926
  if (p.footerrow) {
920
927
  grid.sDiv.scrollLeft = grid.bDiv.scrollLeft;
921
928
  }
929
+ e.stopPropagation();
922
930
  },
923
931
  selectionPreserver : function(ts) {
924
932
  var p = ts.p;
@@ -946,7 +954,7 @@
946
954
  };
947
955
  }
948
956
  };
949
- if (this.tagName != 'TABLE') {
957
+ if (this.tagName.toUpperCase() != 'TABLE') {
950
958
  alert("Element is not a table");
951
959
  return;
952
960
  }
@@ -964,7 +972,7 @@
964
972
  }
965
973
  var gv = $("<div class='ui-jqgrid-view'></div>"), ii,
966
974
  isMSIE = $.browser.msie ? true : false,
967
- isSafari = $.browser.safari ? true : false;
975
+ isSafari = $.browser.webkit || $.browser.safari ? true : false;
968
976
  ts = this;
969
977
  ts.p.direction = $.trim(ts.p.direction.toLowerCase());
970
978
  if ($.inArray(ts.p.direction, ["ltr","rtl"]) == -1) {
@@ -2276,29 +2284,23 @@
2276
2284
  }
2277
2285
  },
2278
2286
  setColWidth = function () {
2279
- var initwidth = 0, brd = ts.p.cellLayout, vc = 0, lvc, scw = ts.p.scrollOffset,cw,hs = false,aw,tw = 0,gw = 0,
2287
+ var initwidth = 0, brd = isSafari ? 0 : ts.p.cellLayout, vc = 0, lvc, scw = ts.p.scrollOffset,cw,hs = false,aw,gw = 0,
2280
2288
  cl = 0, cr;
2281
- if (isSafari) {
2282
- brd = 0;
2283
- }
2284
2289
  $.each(ts.p.colModel, function(i) {
2285
2290
  if (typeof this.hidden === 'undefined') {
2286
2291
  this.hidden = false;
2287
2292
  }
2293
+ this.widthOrg = cw = intNum(this.width, 0);
2288
2294
  if (this.hidden === false) {
2289
- initwidth += intNum(this.width, 0);
2295
+ initwidth += cw + brd;
2290
2296
  if (this.fixed) {
2291
- tw += this.width;
2292
- gw += this.width + brd;
2297
+ gw += cw + brd;
2293
2298
  } else {
2294
2299
  vc++;
2295
2300
  }
2296
2301
  cl++;
2297
2302
  }
2298
2303
  });
2299
- if (ts.p.shrinkToFit === false) {
2300
- initwidth += brd * cl;
2301
- }
2302
2304
  if (isNaN(ts.p.width)) {
2303
2305
  ts.p.width = grid.width = initwidth;
2304
2306
  }
@@ -2319,7 +2321,7 @@
2319
2321
  initwidth = 0;
2320
2322
  $.each(ts.p.colModel, function(i) {
2321
2323
  if (this.hidden === false && !this.fixed) {
2322
- cw = Math.round(aw * this.width / (ts.p.tblwidth - tw));
2324
+ cw = Math.round(aw * this.width / (ts.p.tblwidth - brd * vc - gw));
2323
2325
  this.width = cw;
2324
2326
  initwidth += cw;
2325
2327
  lvc = i;
@@ -2334,7 +2336,7 @@
2334
2336
  cr = grid.width - gw - (initwidth + brd * vc);
2335
2337
  }
2336
2338
  ts.p.colModel[lvc].width += cr;
2337
- ts.p.tblwidth = initwidth + cr + tw + cl * brd;
2339
+ ts.p.tblwidth = initwidth + cr + brd * vc + gw;
2338
2340
  if (ts.p.tblwidth > ts.p.width) {
2339
2341
  ts.p.colModel[lvc].width -= (ts.p.tblwidth - parseInt(ts.p.width, 10));
2340
2342
  ts.p.tblwidth = ts.p.width;
@@ -2381,7 +2383,7 @@
2381
2383
  }
2382
2384
  ts.p.keyIndex = false;
2383
2385
  for (i = 0; i < ts.p.colModel.length; i++) {
2384
- ts.p.colModel[i] = $.extend({}, ts.p.cmTemplate, ts.p.colModel[i].template || {}, ts.p.colModel[i]);
2386
+ ts.p.colModel[i] = $.extend(true, {}, ts.p.cmTemplate, ts.p.colModel[i].template || {}, ts.p.colModel[i]);
2385
2387
  if (ts.p.keyIndex === false && ts.p.colModel[i].key === true) {
2386
2388
  ts.p.keyIndex = i;
2387
2389
  }
@@ -2509,10 +2511,10 @@
2509
2511
  $('#cb_' + $.jgrid.jqID(ts.p.id), this).bind('click', function() {
2510
2512
  ts.p.selarrrow = [];
2511
2513
  if (this.checked) {
2512
- $("[id^=jqg_" + ts.p.id + "_" + "]").attr("checked", "checked");
2513
2514
  $(ts.rows).each(function(i) {
2514
2515
  if (i > 0) {
2515
- if (!$(this).hasClass("subgrid") && !$(this).hasClass("jqgroup")) {
2516
+ if (!$(this).hasClass("subgrid") && !$(this).hasClass("jqgroup") && !$(this).hasClass('ui-state-disabled')) {
2517
+ $("#jqg_" + $.jgrid.jqID(ts.p.id) + "_" + $.jgrid.jqID(this.id)).attr("checked", "checked");
2516
2518
  $(this).addClass("ui-state-highlight").attr("aria-selected", "true");
2517
2519
  ts.p.selarrrow.push(this.id);
2518
2520
  ts.p.selrow = this.id;
@@ -2523,10 +2525,10 @@
2523
2525
  emp = [];
2524
2526
  }
2525
2527
  else {
2526
- $("[id^=jqg_" + ts.p.id + "_" + "]").removeAttr("checked");
2527
2528
  $(ts.rows).each(function(i) {
2528
2529
  if (i > 0) {
2529
- if (!$(this).hasClass("subgrid")) {
2530
+ if (!$(this).hasClass("subgrid") && !$(this).hasClass('ui-state-disabled')) {
2531
+ $("#jqg_" + $.jgrid.jqID(ts.p.id) + "_" + $.jgrid.jqID(this.id)).removeAttr("checked");
2530
2532
  $(this).removeClass("ui-state-highlight").attr("aria-selected", "false");
2531
2533
  emp.push(this.id);
2532
2534
  }
@@ -2700,12 +2702,12 @@
2700
2702
  $(ts).before(grid.hDiv).click(
2701
2703
  function(e) {
2702
2704
  td = e.target;
2703
- var scb = $(td).hasClass("cbox");
2704
2705
  ptr = $(td, ts.rows).closest("tr.jqgrow");
2705
- if ($(ptr).length === 0) {
2706
+ if ($(ptr).length === 0 || ptr[0].className.indexOf('ui-state-disabled') > -1) {
2706
2707
  return this;
2707
2708
  }
2708
- var cSel = true;
2709
+ var scb = $(td).hasClass("cbox"),
2710
+ cSel = true;
2709
2711
  if ($.isFunction(ts.p.beforeSelectRow)) {
2710
2712
  cSel = ts.p.beforeSelectRow.call(ts, ptr[0].id, e);
2711
2713
  }
@@ -2746,8 +2748,8 @@
2746
2748
  if (e[ts.p.multikey]) {
2747
2749
  $(ts).jqGrid("setSelection", ptr[0].id, true);
2748
2750
  } else if (ts.p.multiselect && scb) {
2749
- scb = $("[id^=jqg_" + ts.p.id + "_" + "]").attr("checked");
2750
- $("[id^=jqg_" + ts.p.id + "_" + "]").attr("checked", !scb);
2751
+ scb = $("[id^=jqg_" + $.jgrid.jqID(ts.p.id) + "_" + "]").attr("checked");
2752
+ $("[id^=jqg_" + $.jgrid.jqID(ts.p.id) + "_" + "]").attr("checked", !scb);
2751
2753
  }
2752
2754
  }
2753
2755
  if ($.isFunction(ts.p.onCellSelect)) {
@@ -2819,23 +2821,24 @@
2819
2821
  return false;
2820
2822
  });
2821
2823
  }
2822
- // if ($.isFunction(this.p.onRightClickRow)) {
2823
- // $(this).bind('contextmenu', function(e) {
2824
- // td = e.target;
2825
- // ptr = $(td, ts.rows).closest("tr.jqgrow");
2826
- // if ($(ptr).length === 0) {
2827
- // return false;
2828
- // }
2829
- // if (!ts.p.multiselect) {
2830
- // $(ts).jqGrid("setSelection", ptr[0].id, true);
2831
- // }
2832
- // ri = ptr[0].rowIndex;
2833
- // ci = $.jgrid.getCellIndex(td);
2834
- // ts.p.onRightClickRow.call(ts, $(ptr).attr("id"), ri, ci, e);
2835
- // return false;
2836
- // });
2837
- // }
2824
+ // if ($.isFunction(this.p.onRightClickRow)) {
2825
+ // $(this).bind('contextmenu', function(e) {
2826
+ // td = e.target;
2827
+ // ptr = $(td,ts.rows).closest("tr.jqgrow");
2828
+ // if($(ptr).length === 0 ){return false;}
2829
+ // if(!ts.p.multiselect) { $(ts).jqGrid("setSelection",ptr[0].id,true); }
2830
+ // ri = ptr[0].rowIndex;
2831
+ // ci = $.jgrid.getCellIndex(td);
2832
+ // ts.p.onRightClickRow.call(ts,$(ptr).attr("id"),ri,ci, e);
2833
+ // return false;
2834
+ // });
2835
+ // }
2838
2836
  grid.bDiv = document.createElement("div");
2837
+ if (isMSIE) {
2838
+ if (String(ts.p.height).toLowerCase() === "auto") {
2839
+ ts.p.height = "100%";
2840
+ }
2841
+ }
2839
2842
  $(grid.bDiv)
2840
2843
  .append($('<div style="position:relative;' + (isMSIE && $.browser.version < 8 ? "height:0.01%;" : "") + '"></div>').append('<div></div>').append(this))
2841
2844
  .addClass("ui-jqgrid-bdiv")
@@ -3064,7 +3067,7 @@
3064
3067
  }
3065
3068
  onsr = onsr === false ? false : true;
3066
3069
  pt = $t.rows.namedItem(selection + "");
3067
- if (!pt) {
3070
+ if (!pt || pt.className.indexOf('ui-state-disabled') > -1) {
3068
3071
  return;
3069
3072
  }
3070
3073
  function scrGrid(iR) {
@@ -3128,10 +3131,18 @@
3128
3131
  }
3129
3132
  });
3130
3133
  },
3131
- resetSelection : function() {
3134
+ resetSelection : function(rowid) {
3132
3135
  return this.each(function() {
3133
- var t = this, ind;
3134
- if (!t.p.multiselect) {
3136
+ var t = this, ind, sr;
3137
+ if (typeof(rowid) !== "undefined") {
3138
+ sr = rowid === t.p.selrow ? t.p.selrow : rowid;
3139
+ $("#" + $.jgrid.jqID(t.p.id) + " tbody:first tr#" + $.jgrid.jqID(sr)).removeClass("ui-state-highlight").attr("aria-selected", "false");
3140
+ if (t.p.multiselect) {
3141
+ $("#jqg_" + $.jgrid.jqID(t.p.id) + "_" + $.jgrid.jqID(sr)).attr("checked", false);
3142
+ $("#cb_" + $.jgrid.jqID(t.p.id)).attr("checked", false);
3143
+ }
3144
+ sr = null;
3145
+ } else if (!t.p.multiselect) {
3135
3146
  if (t.p.selrow) {
3136
3147
  $("#" + $.jgrid.jqID(t.p.id) + " tbody:first tr#" + $.jgrid.jqID(t.p.selrow)).removeClass("ui-state-highlight").attr("aria-selected", "false");
3137
3148
  t.p.selrow = null;
@@ -3476,9 +3487,9 @@
3476
3487
  });
3477
3488
  return action == "get" ? res : success;
3478
3489
  },
3479
- ShowHideCol : function(colname, show) {
3490
+ showHideCol : function(colname, show) {
3480
3491
  return this.each(function() {
3481
- var $t = this, fndh = false;
3492
+ var $t = this, fndh = false, brd = $.browser.webkit || $.browser.safari ? 0 : $t.p.cellLayout, cw;
3482
3493
  if (!$t.grid) {
3483
3494
  return;
3484
3495
  }
@@ -3498,37 +3509,31 @@
3498
3509
  if ($t.p.footerrow) {
3499
3510
  $($t.grid.sDiv).children("td:eq(" + i + ")").css("display", show);
3500
3511
  }
3501
- if (show == "none") {
3502
- $t.p.tblwidth -= this.width + $t.p.cellLayout;
3512
+ cw = this.widthOrg ? this.widthOrg : parseInt(this.width, 10);
3513
+ if (show === "none") {
3514
+ $t.p.tblwidth -= cw + brd;
3503
3515
  } else {
3504
- $t.p.tblwidth += this.width;
3516
+ $t.p.tblwidth += cw + brd;
3505
3517
  }
3506
3518
  this.hidden = !sw;
3507
3519
  fndh = true;
3508
3520
  }
3509
3521
  });
3510
3522
  if (fndh === true) {
3511
- $("table:first", $t.grid.hDiv).width($t.p.tblwidth);
3512
- $("table:first", $t.grid.bDiv).width($t.p.tblwidth);
3513
- $t.grid.hDiv.scrollLeft = $t.grid.bDiv.scrollLeft;
3514
- if ($t.p.footerrow) {
3515
- $("table:first", $t.grid.sDiv).width($t.p.tblwidth);
3516
- $t.grid.sDiv.scrollLeft = $t.grid.bDiv.scrollLeft;
3517
- }
3518
- if ($t.p.shrinkToFit === true) {
3519
- $($t).jqGrid("setGridWidth", $t.grid.width - 0.001, true);
3523
+ if ($t.grid.width !== $t.p.tblwidth) {
3524
+ $($t).jqGrid("setGridWidth", $t.p.shrinkToFit === true ? $t.grid.width : $t.p.tblwidth, true);
3520
3525
  }
3521
3526
  }
3522
3527
  });
3523
3528
  },
3524
3529
  hideCol : function (colname) {
3525
3530
  return this.each(function() {
3526
- $(this).jqGrid("ShowHideCol", colname, "none");
3531
+ $(this).jqGrid("showHideCol", colname, "none");
3527
3532
  });
3528
3533
  },
3529
3534
  showCol : function(colname) {
3530
3535
  return this.each(function() {
3531
- $(this).jqGrid("ShowHideCol", colname, "");
3536
+ $(this).jqGrid("showHideCol", colname, "");
3532
3537
  });
3533
3538
  },
3534
3539
  remapColumns : function(permutation, updateCells, keepHeader) {
@@ -3587,7 +3592,7 @@
3587
3592
  return;
3588
3593
  }
3589
3594
  var $t = this, cw,
3590
- initwidth = 0, brd = $t.p.cellLayout, lvc, vc = 0, hs = false, scw = $t.p.scrollOffset, aw, gw = 0, tw = 0,
3595
+ initwidth = 0, brd = $.browser.webkit || $.browser.safari ? 0 : $t.p.cellLayout, lvc, vc = 0, hs = false, scw = $t.p.scrollOffset, aw, gw = 0,
3591
3596
  cl = 0,cr;
3592
3597
  if (typeof shrink != 'boolean') {
3593
3598
  shrink = $t.p.shrinkToFit;
@@ -3622,15 +3627,12 @@
3622
3627
  $t.p.forceFit = false;
3623
3628
  }
3624
3629
  if (shrink === true) {
3625
- if ($.browser.safari) {
3626
- brd = 0;
3627
- }
3628
3630
  $.each($t.p.colModel, function(i) {
3629
3631
  if (this.hidden === false) {
3630
- initwidth += parseInt(this.width, 10);
3632
+ cw = this.widthOrg ? this.widthOrg : parseInt(this.width, 10);
3633
+ initwidth += cw + brd;
3631
3634
  if (this.fixed) {
3632
- tw += this.width;
3633
- gw += this.width + brd;
3635
+ gw += cw + brd;
3634
3636
  } else {
3635
3637
  vc++;
3636
3638
  }
@@ -3652,7 +3654,8 @@
3652
3654
  var cle = $t.grid.cols.length > 0;
3653
3655
  $.each($t.p.colModel, function(i) {
3654
3656
  if (this.hidden === false && !this.fixed) {
3655
- cw = Math.round(aw * this.width / ($t.p.tblwidth - tw));
3657
+ cw = this.widthOrg ? this.widthOrg : parseInt(this.width, 10);
3658
+ cw = Math.round(aw * cw / ($t.p.tblwidth - brd * vc - gw));
3656
3659
  if (cw < 0) {
3657
3660
  return;
3658
3661
  }
@@ -3678,7 +3681,7 @@
3678
3681
  cr = nwidth - gw - (initwidth + brd * vc);
3679
3682
  }
3680
3683
  $t.p.colModel[lvc].width += cr;
3681
- $t.p.tblwidth = initwidth + cr + tw + brd * cl;
3684
+ $t.p.tblwidth = initwidth + cr + brd * vc + gw;
3682
3685
  if ($t.p.tblwidth > nwidth) {
3683
3686
  var delta = $t.p.tblwidth - parseInt(nwidth, 10);
3684
3687
  $t.p.tblwidth = nwidth;
@@ -3727,7 +3730,7 @@
3727
3730
  if (!$t.grid) {
3728
3731
  return;
3729
3732
  }
3730
- if (isNaN(colname)) {
3733
+ if (typeof(colname) != "undefined") {
3731
3734
  $($t.p.colModel).each(function(i) {
3732
3735
  if (this.name == colname) {
3733
3736
  pos = i;
@@ -3735,7 +3738,7 @@
3735
3738
  }
3736
3739
  });
3737
3740
  } else {
3738
- pos = parseInt(colname, 10);
3741
+ return;
3739
3742
  }
3740
3743
  if (pos >= 0) {
3741
3744
  var thecol = $("tr.ui-jqgrid-labels th:eq(" + pos + ")", $t.grid.hDiv);
@@ -6146,8 +6149,11 @@ var xmlJsonClass = {
6146
6149
  return opt;
6147
6150
  }
6148
6151
 
6149
- function setAttributes(elm, atr) {
6152
+ function setAttributes(elm, atr, exl) {
6150
6153
  var exclude = ['dataInit','dataEvents','dataUrl', 'buildSelect','sopt', 'searchhidden', 'defaultValue', 'attr'];
6154
+ if (typeof(exl) != "undefined" && $.isArray(exl)) {
6155
+ exclude = $.extend(exclude, exl);
6156
+ }
6151
6157
  $.each(atr, function(key, value) {
6152
6158
  if ($.inArray(key, exclude) === -1) {
6153
6159
  $(elm).attr(key, value);
@@ -6201,7 +6207,7 @@ var xmlJsonClass = {
6201
6207
  elem.value = cbval[0];
6202
6208
  $(elem).attr("offval", cbval[1]);
6203
6209
  }
6204
- setAttributes(elem, options);
6210
+ setAttributes(elem, options, ['value']);
6205
6211
  options = bindEv(elem, options);
6206
6212
  $(elem).attr("role", "checkbox");
6207
6213
  break;
@@ -6319,7 +6325,7 @@ var xmlJsonClass = {
6319
6325
  }
6320
6326
  }
6321
6327
  }
6322
- setAttributes(elem, options);
6328
+ setAttributes(elem, options, ['value']);
6323
6329
  options = bindEv(elem, options);
6324
6330
  }
6325
6331
  break;
@@ -6981,7 +6987,7 @@ var xmlJsonClass = {
6981
6987
 
6982
6988
 
6983
6989
  // dropdown for: choosing field
6984
- var ruleFieldSelect = $("<select></select>");
6990
+ var ruleFieldSelect = $("<select></select>"), ina, aoprs = [];
6985
6991
  ruleFieldTd.append(ruleFieldSelect);
6986
6992
  ruleFieldSelect.bind('change', function() {
6987
6993
  rule.field = $(ruleFieldSelect).val();
@@ -7020,10 +7026,16 @@ var xmlJsonClass = {
7020
7026
  }
7021
7027
  // operators
7022
7028
  var s = "",so = "";
7023
- for (i = 0; i < that.p.ops.length; i++) {
7024
- if ($.inArray(that.p.ops[i].name, op) !== -1) {
7025
- so = rule.op === that.p.ops[i].name ? " selected=selected" : "";
7026
- s += "<option value='" + that.p.ops[i].name + "'" + so + ">" + that.p.ops[i].description + "</option>";
7029
+ aoprs = [];
7030
+ $.each(that.p.ops, function() {
7031
+ aoprs.push(this.name)
7032
+ });
7033
+ for (i = op.length - 1; i >= 0; i--) {
7034
+ ina = $.inArray(op[i], aoprs);
7035
+ if (ina !== -1) {
7036
+ rule.op = that.p.ops[ina].name
7037
+ so = i == 0 ? " selected='selected'" : "";
7038
+ s += "<option value='" + that.p.ops[ina].name + "'" + so + ">" + that.p.ops[ina].description + "</option>";
7027
7039
  }
7028
7040
  }
7029
7041
  $(".selectopts", trpar).empty().append(s);
@@ -7110,10 +7122,14 @@ var xmlJsonClass = {
7110
7122
  op = that.p.numopts;
7111
7123
  }
7112
7124
  str = "";
7113
- for (i = 0; i < that.p.ops.length; i++) {
7114
- if ($.inArray(that.p.ops[i].name, op) !== -1) {
7115
- selected = rule.op === that.p.ops[i].name ? " selected='selected'" : "";
7116
- str += "<option value='" + that.p.ops[i].name + "'" + selected + ">" + that.p.ops[i].description + "</option>";
7125
+ $.each(that.p.ops, function() {
7126
+ aoprs.push(this.name)
7127
+ });
7128
+ for (i = 0; i < op.length; i++) {
7129
+ ina = $.inArray(op[i], aoprs);
7130
+ if (ina !== -1) {
7131
+ selected = rule.op === that.p.ops[ina].name ? " selected='selected'" : "";
7132
+ str += "<option value='" + that.p.ops[ina].name + "'" + selected + ">" + that.p.ops[ina].description + "</option>";
7117
7133
  }
7118
7134
  }
7119
7135
  ruleOperatorSelect.append(str);
@@ -7466,6 +7482,12 @@ var xmlJsonClass = {
7466
7482
  }
7467
7483
  }
7468
7484
 
7485
+ function hideButtons() {
7486
+ $(".add-rule", "#" + fid).hide();
7487
+ $(".delete-rule", "#" + fid).hide();
7488
+ $(".opsel", "#" + fid).hide();
7489
+ }
7490
+
7469
7491
  if ($("#" + IDs.themodal).html() !== null) {
7470
7492
  showFilter();
7471
7493
  } else {
@@ -7476,7 +7498,7 @@ var xmlJsonClass = {
7476
7498
  var columns = $.extend([], $t.p.colModel),
7477
7499
  bS = "<a href='javascript:void(0)' id='" + fid + "_search' class='fm-button ui-state-default ui-corner-all fm-button-icon-right ui-reset'><span class='ui-icon ui-icon-search'></span>" + p.Find + "</a>",
7478
7500
  bC = "<a href='javascript:void(0)' id='" + fid + "_reset' class='fm-button ui-state-default ui-corner-all fm-button-icon-left ui-search'><span class='ui-icon ui-icon-arrowreturnthick-1-w'></span>" + p.Reset + "</a>",
7479
- bQ = "", tmpl = "", colnm, found = false, bt;
7501
+ bQ = "", tmpl = "", colnm, found = false, bt, cmi = -1;
7480
7502
  if (p.showQuery) {
7481
7503
  bQ = "<a href='javascript:void(0)' id='" + fid + "_query' class='fm-button ui-state-default ui-corner-all fm-button-icon-left'><span class='ui-icon ui-icon-comment'></span>Query</a>";
7482
7504
  }
@@ -7493,6 +7515,7 @@ var xmlJsonClass = {
7493
7515
  if ((ignoreHiding && searchable) || (searchable && !hidden)) {
7494
7516
  found = true;
7495
7517
  colnm = n.index || n.name;
7518
+ cmi = i;
7496
7519
  }
7497
7520
  }
7498
7521
  });
@@ -7501,8 +7524,14 @@ var xmlJsonClass = {
7501
7524
  }
7502
7525
  // old behaviour
7503
7526
  if ((!defaultFilters && colnm) || p.multipleSearch === false) {
7527
+ var cmop = "eq";
7528
+ if (cmi >= 0 && columns[cmi].searchoptions && columns[cmi].searchoptions.sopt) {
7529
+ cmop = columns[cmi].searchoptions.sopt[0];
7530
+ } else if (p.sopt.length) {
7531
+ cmop = p.sopt[0];
7532
+ }
7504
7533
  defaultFilters = {"groupOp": "AND",rules:[
7505
- {"field":colnm,"op":"eq","data":""}
7534
+ {"field":colnm,"op":cmop,"data":""}
7506
7535
  ]};
7507
7536
  }
7508
7537
  found = false;
@@ -7546,8 +7575,7 @@ var xmlJsonClass = {
7546
7575
  });
7547
7576
  }
7548
7577
  if (p.multipleSearch === false) {
7549
- $(".add-rule", "#" + fid).hide();
7550
- $(".delete-rule", "#" + fid).hide();
7578
+ hideButtons();
7551
7579
  }
7552
7580
  if ($.isFunction(p.onInitializeSearch)) {
7553
7581
  p.onInitializeSearch($("#" + fid));
@@ -7640,6 +7668,9 @@ var xmlJsonClass = {
7640
7668
  if ($.isFunction(p.onReset)) {
7641
7669
  p.onReset();
7642
7670
  }
7671
+ if (p.multipleSearch === false) {
7672
+ hideButtons();
7673
+ }
7643
7674
  $($t).trigger("reloadGrid", [
7644
7675
  {page:1}
7645
7676
  ]);
@@ -7901,7 +7932,7 @@ var xmlJsonClass = {
7901
7932
  nm = this.name;
7902
7933
  opt = $.extend({}, this.editoptions || {});
7903
7934
  fld = $("#" + $.jgrid.jqID(nm), "#" + fmid);
7904
- if (fld && fld[0] !== null) {
7935
+ if (fld && fld.length && fld[0] !== null) {
7905
7936
  vl = "";
7906
7937
  if (opt.defaultValue) {
7907
7938
  vl = $.isFunction(opt.defaultValue) ? opt.defaultValue() : opt.defaultValue;
@@ -8268,6 +8299,16 @@ var xmlJsonClass = {
8268
8299
  return ret;
8269
8300
  }
8270
8301
 
8302
+ function setNulls() {
8303
+ $.each($t.p.colModel, function(i, n) {
8304
+ if (n.editoptions && n.editoptions.NullIfEmpty === true) {
8305
+ if (postdata.hasOwnProperty(n.name) && postdata[n.name] == "") {
8306
+ postdata[n.name] = 'null';
8307
+ }
8308
+ }
8309
+ });
8310
+ }
8311
+
8271
8312
  function checkUpdates() {
8272
8313
  var stat = true;
8273
8314
  $("#FormError", "#" + frmtb).hide();
@@ -8281,6 +8322,8 @@ var xmlJsonClass = {
8281
8322
  $("#" + frmgr).data("disabled", true);
8282
8323
  $(".confirm", "#" + IDs.themodal).show();
8283
8324
  stat = false;
8325
+ } else {
8326
+ setNulls();
8284
8327
  }
8285
8328
  }
8286
8329
  return stat;
@@ -8410,8 +8453,8 @@ var xmlJsonClass = {
8410
8453
  bn = rtlb ? "pData" : "nData";
8411
8454
  createData(rowid, $t, tbl, maxCols);
8412
8455
  // buttons at footer
8413
- var bP = "<a href='javascript:void(0)' id='" + bp + "' class='fm-button ui-state-default ui-corner-left'><span class='ui-icon ui-icon-triangle-1-w'></span></div>",
8414
- bN = "<a href='javascript:void(0)' id='" + bn + "' class='fm-button ui-state-default ui-corner-right'><span class='ui-icon ui-icon-triangle-1-e'></span></div>",
8456
+ var bP = "<a href='javascript:void(0)' id='" + bp + "' class='fm-button ui-state-default ui-corner-left'><span class='ui-icon ui-icon-triangle-1-w'></span></a>",
8457
+ bN = "<a href='javascript:void(0)' id='" + bn + "' class='fm-button ui-state-default ui-corner-right'><span class='ui-icon ui-icon-triangle-1-e'></span></a>",
8415
8458
  bS = "<a href='javascript:void(0)' id='sData' class='fm-button ui-state-default ui-corner-all'>" + p.bSubmit + "</a>",
8416
8459
  bC = "<a href='javascript:void(0)' id='cData' class='fm-button ui-state-default ui-corner-all'>" + p.bCancel + "</a>";
8417
8460
  var bt = "<table border='0' cellspacing='0' cellpadding='0' class='EditTable' id='" + frmtb + "_2'><tbody><tr><td colspan='2'><hr class='ui-widget-content' style='margin:1px'/></td></tr><tr id='Act_Buttons'><td class='navButton'>" + (rtlb ? bN + bP : bP + bN) + "</td><td class='EditButton'>" + bS + bC + "</td></tr>";
@@ -8587,6 +8630,7 @@ var xmlJsonClass = {
8587
8630
  //ret[1] - msg if not succes
8588
8631
  //ret[2] - the id that will be set if reload after submit false
8589
8632
  getFormData();
8633
+ setNulls();
8590
8634
  if (postdata[$t.p.id + "_id"] == "_empty") {
8591
8635
  postIt();
8592
8636
  }
@@ -9036,8 +9080,8 @@ var xmlJsonClass = {
9036
9080
  if (!rowids) {
9037
9081
  return;
9038
9082
  }
9039
- var onBeforeShow = typeof p.beforeShowForm === 'function' ? true : false,
9040
- onAfterShow = typeof p.afterShowForm === 'function' ? true : false,
9083
+ var onBeforeShow = $.isFunction(p.beforeShowForm),
9084
+ onAfterShow = $.isFunction(p.afterShowForm),
9041
9085
  onBeforeInit = $.isFunction(p.beforeInitData) ? p.beforeInitData : false,
9042
9086
  gID = $t.p.id, onCS = {},
9043
9087
  showFrm = true,
@@ -9117,10 +9161,10 @@ var xmlJsonClass = {
9117
9161
  var ret = [true,""];
9118
9162
  onCS = {};
9119
9163
  var postdata = $("#DelData>td", "#" + dtbl).text(); //the pair is name=val1,val2,...
9120
- if (typeof p.onclickSubmit === 'function') {
9164
+ if ($.isFunction(p.onclickSubmit)) {
9121
9165
  onCS = p.onclickSubmit(rp_ge, postdata) || {};
9122
9166
  }
9123
- if (typeof p.beforeSubmit === 'function') {
9167
+ if ($.isFunction(p.beforeSubmit)) {
9124
9168
  ret = p.beforeSubmit(postdata);
9125
9169
  }
9126
9170
  if (ret[0] && !rp_ge.processing) {
@@ -9152,7 +9196,7 @@ var xmlJsonClass = {
9152
9196
  } else {
9153
9197
  // data is posted successful
9154
9198
  // execute aftersubmit with the returned data from server
9155
- if (typeof rp_ge.afterSubmit === 'function') {
9199
+ if ($.isFunction(rp_ge.afterSubmit)) {
9156
9200
  ret = rp_ge.afterSubmit(data, postd);
9157
9201
  }
9158
9202
  }
@@ -9312,7 +9356,7 @@ var xmlJsonClass = {
9312
9356
  .click(
9313
9357
  function() {
9314
9358
  if (!$(this).hasClass('ui-state-disabled')) {
9315
- if (typeof o.addfunc == 'function') {
9359
+ if ($.isFunction(o.addfunc)) {
9316
9360
  o.addfunc();
9317
9361
  } else {
9318
9362
  $($t).jqGrid("editGridRow", "new", pAdd);
@@ -9343,7 +9387,7 @@ var xmlJsonClass = {
9343
9387
  if (!$(this).hasClass('ui-state-disabled')) {
9344
9388
  var sr = $t.p.selrow;
9345
9389
  if (sr) {
9346
- if (typeof o.editfunc == 'function') {
9390
+ if ($.isFunction(o.editfunc)) {
9347
9391
  o.editfunc(sr);
9348
9392
  } else {
9349
9393
  $($t).jqGrid("editGridRow", sr, pEdit);
@@ -9378,7 +9422,11 @@ var xmlJsonClass = {
9378
9422
  if (!$(this).hasClass('ui-state-disabled')) {
9379
9423
  var sr = $t.p.selrow;
9380
9424
  if (sr) {
9381
- $($t).jqGrid("viewGridRow", sr, pView);
9425
+ if ($.isFunction(o.viewfunc)) {
9426
+ o.viewfunc(sr);
9427
+ } else {
9428
+ $($t).jqGrid("viewGridRow", sr, pView);
9429
+ }
9382
9430
  } else {
9383
9431
  $.jgrid.viewModal("#" + alertIDs.themodal, {gbox:"#gbox_" + $t.p.id,jqm:true});
9384
9432
  $("#jqg_alrt").focus();
@@ -9816,7 +9864,7 @@ var xmlJsonClass = {
9816
9864
  }
9817
9865
  // End compatible
9818
9866
  var success = false;
9819
- var $t = this[0], nm, tmp = {}, tmp2 = {}, editable, fr, cv, ind;
9867
+ var $t = this[0], nm, tmp = {}, tmp2 = {}, tmp3 = {}, editable, fr, cv, ind;
9820
9868
  if (!$t.grid) {
9821
9869
  return success;
9822
9870
  }
@@ -9900,6 +9948,11 @@ var xmlJsonClass = {
9900
9948
  if ($t.p.autoencode) {
9901
9949
  tmp[nm] = $.jgrid.htmlEncode(tmp[nm]);
9902
9950
  }
9951
+ if (o.url !== 'clientArray' && cm.editoptions && cm.editoptions.NullIfEmpty === true) {
9952
+ if (tmp[nm] == "") {
9953
+ tmp3[nm] = 'null';
9954
+ }
9955
+ }
9903
9956
  }
9904
9957
  });
9905
9958
  if (cv[0] === false) {
@@ -9954,10 +10007,11 @@ var xmlJsonClass = {
9954
10007
  else {
9955
10008
  mtype = "POST";
9956
10009
  }
10010
+ tmp3 = $.extend({}, tmp, tmp3);
9957
10011
  $.ajax($.extend({
9958
10012
  url:o.url,
9959
- data: $.isFunction($t.p.serializeRowData) ? $t.p.serializeRowData.call($t, tmp) : tmp,
9960
- type: mtype,
10013
+ data: $.isFunction($t.p.serializeRowData) ? $t.p.serializeRowData.call($t, tmp3) : tmp3,
10014
+ type: mytype,
9961
10015
  async : false, //?!?
9962
10016
  complete: function(res, stat) {
9963
10017
  $("#lui_" + $t.p.id).hide();
@@ -13130,748 +13184,6 @@ function tableToGrid(selector, options) {
13130
13184
  });
13131
13185
  })(jQuery);
13132
13186
 
13133
- /* Plugin: searchFilter v1.2.9
13134
- * Author: Kasey Speakman (kasey@cornerspeed.com)
13135
- * License: Dual Licensed, MIT and GPL v2 (http://www.gnu.org/licenses/gpl-2.0.html)
13136
- *
13137
- * REQUIREMENTS:
13138
- * jQuery 1.3+ (http://jquery.com/)
13139
- * A Themeroller Theme (http://jqueryui.com/themeroller/)
13140
- *
13141
- * SECURITY WARNING
13142
- * You should always implement server-side checking to ensure that
13143
- * the query will fail when forged/invalid data is received.
13144
- * Clever users can send any value they want through JavaScript and HTTP POST/GET.
13145
- *
13146
- * THEMES
13147
- * Simply include the CSS file for your Themeroller theme.
13148
- *
13149
- * DESCRIPTION
13150
- * This plugin creates a new searchFilter object in the specified container
13151
- *
13152
- * INPUT TYPE
13153
- * fields: an array of field objects. each object has the following properties:
13154
- * text: a string containing the display name of the field (e.g. "Field 1")
13155
- * itemval: a string containing the actual field name (e.g. "field1")
13156
- * optional properties:
13157
- * ops: an array of operators in the same format as jQuery.fn.searchFilter.defaults.operators
13158
- * that is: [ { op: 'gt', text: 'greater than'}, { op:'lt', text: 'less than'}, ... ]
13159
- * if not specified, the passed-in options used, and failting that, jQuery.fn.searchFilter.defaults.operators will be used
13160
- * *** NOTE ***
13161
- * Specifying a dataUrl or dataValues property means that a <select ...> (drop-down-list) will be generated
13162
- * instead of a text input <input type='text'.../> where the user would normally type in their search data
13163
- * ************
13164
- * dataUrl: a url that will return the html select for this field, this url will only be called once for this field
13165
- * dataValues: the possible values for this field in the form [ { text: 'Data Display Text', value: 'data_actual_value' }, { ... } ]
13166
- * dataInit: a function that you can use to initialize the data field. this function is passed the jQuery-fied data element
13167
- * dataEvents: list of events to apply to the data element. uses $("#id").bind(type, [data], fn) to bind events to data element
13168
- * *** JSON of this object could look like this: ***
13169
- * var fields = [
13170
- * {
13171
- * text: 'Field Display Name',
13172
- * itemval: 'field_actual_name',
13173
- * // below this are optional values
13174
- * ops: [ // this format is the same as jQuery.fn.searchFilter.defaults.operators
13175
- * { op: 'gt', text: 'greater than' },
13176
- * { op: 'lt', text: 'less than' }
13177
- * ],
13178
- * dataUrl: 'http://server/path/script.php?propName=propValue', // using this creates a select for the data input instead of an input type='text'
13179
- * dataValues: [ // using this creates a select for the data input instead of an input type='text'
13180
- * { text: 'Data Value Display Name', value: 'data_actual_value' },
13181
- * { ... }
13182
- * ],
13183
- * dataInit: function(jElem) { jElem.datepicker(options); },
13184
- * dataEvents: [ // these are the same options that you pass to $("#id").bind(type, [data], fn)
13185
- * { type: 'click', data: { i: 7 }, fn: function(e) { console.log(e.data.i); } },
13186
- * { type: 'keypress', fn: function(e) { console.log('keypress'); } }
13187
- * ]
13188
- * },
13189
- * { ... }
13190
- * ]
13191
- * options: name:value properties containing various creation options
13192
- * see jQuery.fn.searchFilter.defaults for the overridable options
13193
- *
13194
- * RETURN TYPE: This plugin returns a SearchFilter object, which has additional SearchFilter methods:
13195
- * Methods
13196
- * add: Adds a filter. added to the end of the list unless a jQuery event object or valid row number is passed.
13197
- * del: Removes a filter. removed from the end of the list unless a jQuery event object or valid row number is passed.
13198
- * reset: resets filters back to original state (only one blank filter), and calls onReset
13199
- * search: puts the search rules into an object and calls onSearch with it
13200
- * close: calls the onClose event handler
13201
- *
13202
- * USAGE
13203
- * HTML
13204
- * <head>
13205
- * ...
13206
- * <script src="path/to/jquery.min.js" type="text/javascript"></script>
13207
- * <link href="path/to/themeroller.css" rel="Stylesheet" type="text/css" />
13208
- * <script src="path/to/jquery.searchFilter.js" type="text/javascript"></script>
13209
- * <link href="path/to/jquery.searchFilter.css" rel="Stylesheet" type="text/css" />
13210
- * ...
13211
- * </head>
13212
- * <body>
13213
- * ...
13214
- * <div id='mySearch'></div>
13215
- * ...
13216
- * </body>
13217
- * JQUERY
13218
- * Methods
13219
- * initializing: $("#mySearch").searchFilter([{text: "Field 1", value: "field1"},{text: "Field 2", value: "field2"}], {onSearch: myFilterRuleReceiverFn, onReset: myFilterResetFn });
13220
- * Manual Methods (there's no need to call these methods unless you are trying to manipulate searchFilter with script)
13221
- * add: $("#mySearch").searchFilter().add(); // appends a blank filter
13222
- * $("#mySearch").searchFilter().add(0); // copies the first filter as second
13223
- * del: $("#mySearch").searchFilter().del(); // removes the bottom filter
13224
- * $("#mySearch").searchFilter().del(1); // removes the second filter
13225
- * search: $("#mySearch").searchFilter().search(); // invokes onSearch, passing it a ruleGroup object
13226
- * reset: $("#mySearch").searchFilter().reset(); // resets rules and invokes onReset
13227
- * close: $("#mySearch").searchFilter().close(); // without an onClose handler, equivalent to $("#mySearch").hide();
13228
- *
13229
- * NOTE: You can get the jQuery object back from the SearchFilter object by chaining .$
13230
- * Example
13231
- * $("#mySearch").searchFilter().add().add().reset().$.hide();
13232
- * Verbose Example
13233
- * $("#mySearch") // gets jQuery object for the HTML element with id="mySearch"
13234
- * .searchFilter() // gets the SearchFilter object for an existing search filter
13235
- * .add() // adds a new filter to the end of the list
13236
- * .add() // adds another new filter to the end of the list
13237
- * .reset() // resets filters back to original state, triggers onReset
13238
- * .$ // returns jQuery object for $("#mySearch")
13239
- * .hide(); // equivalent to $("#mySearch").hide();
13240
- */
13241
-
13242
- jQuery.fn.searchFilter = function(fields, options) {
13243
-
13244
- function SearchFilter(jQ, fields, options) {
13245
-
13246
-
13247
- //---------------------------------------------------------------
13248
- // PUBLIC VARS
13249
- //---------------------------------------------------------------
13250
-
13251
- this.$ = jQ; // makes the jQuery object available as .$ from the return value
13252
-
13253
-
13254
- //---------------------------------------------------------------
13255
- // PUBLIC FUNCTIONS
13256
- //---------------------------------------------------------------
13257
-
13258
- this.add = function(i) {
13259
- if (i == null) jQ.find(".ui-add-last").click();
13260
- else jQ.find(".sf:eq(" + i + ") .ui-add").click();
13261
- return this;
13262
- };
13263
-
13264
- this.del = function(i) {
13265
- if (i == null) jQ.find(".sf:last .ui-del").click();
13266
- else jQ.find(".sf:eq(" + i + ") .ui-del").click();
13267
- return this;
13268
- };
13269
-
13270
- this.search = function(e) {
13271
- jQ.find(".ui-search").click();
13272
- return this;
13273
- };
13274
-
13275
- this.reset = function(o) {
13276
- if (o === undefined) o = false;
13277
- jQ.find(".ui-reset").trigger('click', [o]);
13278
- return this;
13279
- };
13280
-
13281
- this.close = function() {
13282
- jQ.find(".ui-closer").click();
13283
- return this;
13284
- };
13285
-
13286
-
13287
- //---------------------------------------------------------------
13288
- // "CONSTRUCTOR" (in air quotes)
13289
- //---------------------------------------------------------------
13290
-
13291
- if (fields != null) { // type coercion matches undefined as well as null
13292
-
13293
-
13294
- //---------------------------------------------------------------
13295
- // UTILITY FUNCTIONS
13296
- //---------------------------------------------------------------
13297
-
13298
- function hover() {
13299
- jQuery(this).toggleClass("ui-state-hover");
13300
- return false;
13301
- }
13302
-
13303
- function active(e) {
13304
- jQuery(this).toggleClass("ui-state-active", (e.type == "mousedown"));
13305
- return false;
13306
- }
13307
-
13308
- function buildOpt(value, text) {
13309
- return "<option value='" + value + "'>" + text + "</option>";
13310
- }
13311
-
13312
- function buildSel(className, options, isHidden) {
13313
- return "<select class='" + className + "'" + (isHidden ? " style='display:none;'" : "") + ">" + options + "</select>";
13314
- }
13315
-
13316
- function initData(selector, fn) {
13317
- var jElem = jQ.find("tr.sf td.data " + selector);
13318
- if (jElem[0] != null)
13319
- fn(jElem);
13320
- }
13321
-
13322
- function bindDataEvents(selector, events) {
13323
- var jElem = jQ.find("tr.sf td.data " + selector);
13324
- if (jElem[0] != null) {
13325
- jQuery.each(events, function() {
13326
- if (this.data != null)
13327
- jElem.bind(this.type, this.data, this.fn);
13328
- else
13329
- jElem.bind(this.type, this.fn);
13330
- });
13331
- }
13332
- }
13333
-
13334
-
13335
- //---------------------------------------------------------------
13336
- // SUPER IMPORTANT PRIVATE VARS
13337
- //---------------------------------------------------------------
13338
-
13339
- // copies jQuery.fn.searchFilter.defaults.options properties onto an empty object, then options onto that
13340
- var opts = jQuery.extend({}, jQuery.fn.searchFilter.defaults, options);
13341
-
13342
- // this is keeps track of the last asynchronous setup
13343
- var highest_late_setup = -1;
13344
-
13345
-
13346
- //---------------------------------------------------------------
13347
- // CREATION PROCESS STARTS
13348
- //---------------------------------------------------------------
13349
-
13350
- // generate the global ops
13351
- var gOps_html = "";
13352
- jQuery.each(opts.groupOps, function() {
13353
- gOps_html += buildOpt(this.op, this.text);
13354
- });
13355
- gOps_html = "<select name='groupOp'>" + gOps_html + "</select>";
13356
-
13357
- /* original content - doesn't minify very well
13358
- jQ
13359
- .html("") // clear any old content
13360
- .addClass("ui-searchFilter") // add classes
13361
- .append( // add content
13362
- "\
13363
- <div class='ui-widget-overlay' style='z-index: -1'>&nbsp;</div>\
13364
- <table class='ui-widget-content ui-corner-all'>\
13365
- <thead>\
13366
- <tr>\
13367
- <td colspan='5' class='ui-widget-header ui-corner-all' style='line-height: 18px;'>\
13368
- <div class='ui-closer ui-state-default ui-corner-all ui-helper-clearfix' style='float: right;'>\
13369
- <span class='ui-icon ui-icon-close'></span>\
13370
- </div>\
13371
- " + opts.windowTitle + "\
13372
- </td>\
13373
- </tr>\
13374
- </thead>\
13375
- <tbody>\
13376
- <tr class='sf'>\
13377
- <td class='fields'></td>\
13378
- <td class='ops'></td>\
13379
- <td class='data'></td>\
13380
- <td><div class='ui-del ui-state-default ui-corner-all'><span class='ui-icon ui-icon-minus'></span></div></td>\
13381
- <td><div class='ui-add ui-state-default ui-corner-all'><span class='ui-icon ui-icon-plus'></span></div></td>\
13382
- </tr>\
13383
- <tr>\
13384
- <td colspan='5' class='divider'><div>&nbsp;</div></td>\
13385
- </tr>\
13386
- </tbody>\
13387
- <tfoot>\
13388
- <tr>\
13389
- <td colspan='3'>\
13390
- <span class='ui-reset ui-state-default ui-corner-all' style='display: inline-block; float: left;'><span class='ui-icon ui-icon-arrowreturnthick-1-w' style='float: left;'></span><span style='line-height: 18px; padding: 0 7px 0 3px;'>" + opts.resetText + "</span></span>\
13391
- <span class='ui-search ui-state-default ui-corner-all' style='display: inline-block; float: right;'><span class='ui-icon ui-icon-search' style='float: left;'></span><span style='line-height: 18px; padding: 0 7px 0 3px;'>" + opts.searchText + "</span></span>\
13392
- <span class='matchText'>" + opts.matchText + "</span> \
13393
- " + gOps_html + " \
13394
- <span class='rulesText'>" + opts.rulesText + "</span>\
13395
- </td>\
13396
- <td>&nbsp;</td>\
13397
- <td><div class='ui-add-last ui-state-default ui-corner-all'><span class='ui-icon ui-icon-plusthick'></span></div></td>\
13398
- </tr>\
13399
- </tfoot>\
13400
- </table>\
13401
- ");
13402
- /* end hard-to-minify code */
13403
- /* begin easier to minify code */
13404
- jQ.html("").addClass("ui-searchFilter").append("<div class='ui-widget-overlay' style='z-index: -1'>&#160;</div><table class='ui-widget-content ui-corner-all'><thead><tr><td colspan='5' class='ui-widget-header ui-corner-all' style='line-height: 18px;'><div class='ui-closer ui-state-default ui-corner-all ui-helper-clearfix' style='float: right;'><span class='ui-icon ui-icon-close'></span></div>" + opts.windowTitle + "</td></tr></thead><tbody><tr class='sf'><td class='fields'></td><td class='ops'></td><td class='data'></td><td><div class='ui-del ui-state-default ui-corner-all'><span class='ui-icon ui-icon-minus'></span></div></td><td><div class='ui-add ui-state-default ui-corner-all'><span class='ui-icon ui-icon-plus'></span></div></td></tr><tr><td colspan='5' class='divider'><hr class='ui-widget-content' style='margin:1px'/></td></tr></tbody><tfoot><tr><td colspan='3'><span class='ui-reset ui-state-default ui-corner-all' style='display: inline-block; float: left;'><span class='ui-icon ui-icon-arrowreturnthick-1-w' style='float: left;'></span><span style='line-height: 18px; padding: 0 7px 0 3px;'>" + opts.resetText + "</span></span><span class='ui-search ui-state-default ui-corner-all' style='display: inline-block; float: right;'><span class='ui-icon ui-icon-search' style='float: left;'></span><span style='line-height: 18px; padding: 0 7px 0 3px;'>" + opts.searchText + "</span></span><span class='matchText'>" + opts.matchText + "</span> " + gOps_html + " <span class='rulesText'>" + opts.rulesText + "</span></td><td>&#160;</td><td><div class='ui-add-last ui-state-default ui-corner-all'><span class='ui-icon ui-icon-plusthick'></span></div></td></tr></tfoot></table>");
13405
- /* end easier-to-minify code */
13406
-
13407
- var jRow = jQ.find("tr.sf");
13408
- var jFields = jRow.find("td.fields");
13409
- var jOps = jRow.find("td.ops");
13410
- var jData = jRow.find("td.data");
13411
-
13412
- // generate the defaults
13413
- var default_ops_html = "";
13414
- jQuery.each(opts.operators, function() {
13415
- default_ops_html += buildOpt(this.op, this.text);
13416
- });
13417
- default_ops_html = buildSel("default", default_ops_html, true);
13418
- jOps.append(default_ops_html);
13419
- var default_data_html = "<input type='text' class='default' style='display:none;' />";
13420
- jData.append(default_data_html);
13421
-
13422
- // generate the field list as a string
13423
- var fields_html = "";
13424
- var has_custom_ops = false;
13425
- var has_custom_data = false;
13426
- jQuery.each(fields, function(i) {
13427
- var field_num = i;
13428
- fields_html += buildOpt(this.itemval, this.text);
13429
- // add custom ops if they exist
13430
- if (this.ops != null) {
13431
- has_custom_ops = true;
13432
- var custom_ops = "";
13433
- jQuery.each(this.ops, function() {
13434
- custom_ops += buildOpt(this.op, this.text);
13435
- });
13436
- custom_ops = buildSel("field" + field_num, custom_ops, true);
13437
- jOps.append(custom_ops);
13438
- }
13439
- // add custom data if it is given
13440
- if (this.dataUrl != null) {
13441
- if (i > highest_late_setup) highest_late_setup = i;
13442
- has_custom_data = true;
13443
- var dEvents = this.dataEvents;
13444
- var iEvent = this.dataInit;
13445
- var bs = this.buildSelect;
13446
- jQuery.ajax(jQuery.extend({
13447
- url : this.dataUrl,
13448
- complete: function(data) {
13449
- var $d;
13450
- if (bs != null) $d = jQuery("<div />").append(bs(data));
13451
- else $d = jQuery("<div />").append(data.responseText);
13452
- $d.find("select").addClass("field" + field_num).hide();
13453
- jData.append($d.html());
13454
- if (iEvent) initData(".field" + i, iEvent);
13455
- if (dEvents) bindDataEvents(".field" + i, dEvents);
13456
- if (i == highest_late_setup) { // change should get called no more than twice when this searchFilter is constructed
13457
- jQ.find("tr.sf td.fields select[name='field']").change();
13458
- }
13459
- }
13460
- }, opts.ajaxSelectOptions));
13461
- } else if (this.dataValues != null) {
13462
- has_custom_data = true;
13463
- var custom_data = "";
13464
- jQuery.each(this.dataValues, function() {
13465
- custom_data += buildOpt(this.value, this.text);
13466
- });
13467
- custom_data = buildSel("field" + field_num, custom_data, true);
13468
- jData.append(custom_data);
13469
- } else if (this.dataEvents != null || this.dataInit != null) {
13470
- has_custom_data = true;
13471
- var custom_data = "<input type='text' class='field" + field_num + "' />";
13472
- jData.append(custom_data);
13473
- }
13474
- // attach events to data if they exist
13475
- if (this.dataInit != null && i != highest_late_setup)
13476
- initData(".field" + i, this.dataInit);
13477
- if (this.dataEvents != null && i != highest_late_setup)
13478
- bindDataEvents(".field" + i, this.dataEvents);
13479
- });
13480
- fields_html = "<select name='field'>" + fields_html + "</select>";
13481
- jFields.append(fields_html);
13482
-
13483
- // setup the field select with an on-change event if there are custom ops or data
13484
- var jFSelect = jFields.find("select[name='field']");
13485
- if (has_custom_ops) jFSelect.change(function(e) {
13486
- var index = e.target.selectedIndex;
13487
- var td = jQuery(e.target).parents("tr.sf").find("td.ops");
13488
- td.find("select").removeAttr("name").hide(); // disown and hide all elements
13489
- var jElem = td.find(".field" + index);
13490
- if (jElem[0] == null) jElem = td.find(".default"); // if there's not an element for that field, use the default one
13491
- jElem.attr("name", "op").show();
13492
- return false;
13493
- });
13494
- else jOps.find(".default").attr("name", "op").show();
13495
- if (has_custom_data) jFSelect.change(function(e) {
13496
- var index = e.target.selectedIndex;
13497
- var td = jQuery(e.target).parents("tr.sf").find("td.data");
13498
- td.find("select,input").removeClass("vdata").hide(); // disown and hide all elements
13499
- var jElem = td.find(".field" + index);
13500
- if (jElem[0] == null) jElem = td.find(".default"); // if there's not an element for that field, use the default one
13501
- jElem.show().addClass("vdata");
13502
- return false;
13503
- });
13504
- else jData.find(".default").show().addClass("vdata");
13505
- // go ahead and call the change event and setup the ops and data values
13506
- if (has_custom_ops || has_custom_data) jFSelect.change();
13507
-
13508
- // bind events
13509
- jQ.find(".ui-state-default").hover(hover, hover).mousedown(active).mouseup(active); // add hover/active effects to all buttons
13510
- jQ.find(".ui-closer").click(function(e) {
13511
- opts.onClose(jQuery(jQ.selector));
13512
- return false;
13513
- });
13514
- jQ.find(".ui-del").click(function(e) {
13515
- var row = jQuery(e.target).parents(".sf");
13516
- if (row.siblings(".sf").length > 0) { // doesn't remove if there's only one filter left
13517
- if (opts.datepickerFix === true && jQuery.fn.datepicker !== undefined)
13518
- row.find(".hasDatepicker").datepicker("destroy"); // clean up datepicker's $.data mess
13519
- row.remove(); // also unbinds
13520
- } else { // resets the filter if it's the last one
13521
- row.find("select[name='field']")[0].selectedIndex = 0;
13522
- row.find("select[name='op']")[0].selectedIndex = 0;
13523
- row.find(".data input").val(""); // blank all input values
13524
- row.find(".data select").each(function() {
13525
- this.selectedIndex = 0;
13526
- }); // select first option on all selects
13527
- row.find("select[name='field']").change(function(event) {
13528
- event.stopPropagation();
13529
- }); // trigger any change events
13530
- }
13531
- return false;
13532
- });
13533
- jQ.find(".ui-add").click(function(e) {
13534
- var row = jQuery(e.target).parents(".sf");
13535
- var newRow = row.clone(true).insertAfter(row);
13536
- newRow.find(".ui-state-default").removeClass("ui-state-hover ui-state-active");
13537
- if (opts.clone) {
13538
- newRow.find("select[name='field']")[0].selectedIndex = row.find("select[name='field']")[0].selectedIndex;
13539
- var stupid_browser = (newRow.find("select[name='op']")[0] == null); // true for IE6
13540
- if (!stupid_browser)
13541
- newRow.find("select[name='op']").focus()[0].selectedIndex = row.find("select[name='op']")[0].selectedIndex;
13542
- var jElem = newRow.find("select.vdata");
13543
- if (jElem[0] != null) // select doesn't copy it's selected index when cloned
13544
- jElem[0].selectedIndex = row.find("select.vdata")[0].selectedIndex;
13545
- } else {
13546
- newRow.find(".data input").val(""); // blank all input values
13547
- newRow.find("select[name='field']").focus();
13548
- }
13549
- if (opts.datepickerFix === true && jQuery.fn.datepicker !== undefined) { // using $.data to associate data with document elements is Not Good
13550
- row.find(".hasDatepicker").each(function() {
13551
- var settings = jQuery.data(this, "datepicker").settings;
13552
- newRow.find("#" + this.id).unbind().removeAttr("id").removeClass("hasDatepicker").datepicker(settings);
13553
- });
13554
- }
13555
- newRow.find("select[name='field']").change(function(event) {
13556
- event.stopPropagation();
13557
- });
13558
- return false;
13559
- });
13560
- jQ.find(".ui-search").click(function(e) {
13561
- var ui = jQuery(jQ.selector); // pointer to search box wrapper element
13562
- var ruleGroup;
13563
- var group_op = ui.find("select[name='groupOp'] :selected").val(); // puls "AND" or "OR"
13564
- if (!opts.stringResult) {
13565
- ruleGroup = {
13566
- groupOp: group_op,
13567
- rules: []
13568
- };
13569
- } else {
13570
- ruleGroup = "{\"groupOp\":\"" + group_op + "\",\"rules\":[";
13571
- }
13572
- ui.find(".sf").each(function(i) {
13573
- var tField = jQuery(this).find("select[name='field'] :selected").val();
13574
- var tOp = jQuery(this).find("select[name='op'] :selected").val();
13575
- var tData = jQuery(this).find("input.vdata,select.vdata :selected").val();
13576
- tData += "";
13577
- if (!opts.stringResult) {
13578
- ruleGroup.rules.push({
13579
- field: tField,
13580
- op: tOp,
13581
- data: tData
13582
- });
13583
- } else {
13584
- tData = tData.replace(/\\/g, '\\\\').replace(/\"/g, '\\"');
13585
- if (i > 0) ruleGroup += ",";
13586
- ruleGroup += "{\"field\":\"" + tField + "\",";
13587
- ruleGroup += "\"op\":\"" + tOp + "\",";
13588
- ruleGroup += "\"data\":\"" + tData + "\"}";
13589
- }
13590
- });
13591
- if (opts.stringResult) ruleGroup += "]}";
13592
- opts.onSearch(ruleGroup);
13593
- return false;
13594
- });
13595
- jQ.find(".ui-reset").click(function(e, op) {
13596
- var ui = jQuery(jQ.selector);
13597
- ui.find(".ui-del").click(); // removes all filters, resets the last one
13598
- ui.find("select[name='groupOp']")[0].selectedIndex = 0; // changes the op back to the default one
13599
- opts.onReset(op);
13600
- return false;
13601
- });
13602
- jQ.find(".ui-add-last").click(function() {
13603
- var row = jQuery(jQ.selector + " .sf:last");
13604
- var newRow = row.clone(true).insertAfter(row);
13605
- newRow.find(".ui-state-default").removeClass("ui-state-hover ui-state-active");
13606
- newRow.find(".data input").val(""); // blank all input values
13607
- newRow.find("select[name='field']").focus();
13608
- if (opts.datepickerFix === true && jQuery.fn.datepicker !== undefined) { // using $.data to associate data with document elements is Not Good
13609
- row.find(".hasDatepicker").each(function() {
13610
- var settings = jQuery.data(this, "datepicker").settings;
13611
- newRow.find("#" + this.id).unbind().removeAttr("id").removeClass("hasDatepicker").datepicker(settings);
13612
- });
13613
- }
13614
- newRow.find("select[name='field']").change(function(event) {
13615
- event.stopPropagation();
13616
- });
13617
- return false;
13618
- });
13619
-
13620
- this.setGroupOp = function(setting) {
13621
- /* a "setter" for groupping argument.
13622
- * ("AND" or "OR")
13623
- *
13624
- * Inputs:
13625
- * setting - a string
13626
- *
13627
- * Returns:
13628
- * Does not return anything. May add success / failure reporting in future versions.
13629
- *
13630
- * author: Daniel Dotsenko (dotsa@hotmail.com)
13631
- */
13632
- selDOMobj = jQ.find("select[name='groupOp']")[0];
13633
- var indexmap = {}, l = selDOMobj.options.length, i;
13634
- for (i = 0; i < l; i++) {
13635
- indexmap[selDOMobj.options[i].value] = i;
13636
- }
13637
- selDOMobj.selectedIndex = indexmap[setting];
13638
- jQuery(selDOMobj).change(function(event) {
13639
- event.stopPropagation();
13640
- });
13641
- };
13642
-
13643
- this.setFilter = function(settings) {
13644
- /* a "setter" for an arbitrary SearchFilter's filter line.
13645
- * designed to abstract the DOM manipulations required to infer
13646
- * a particular filter is a fit to the search box.
13647
- *
13648
- * Inputs:
13649
- * settings - an "object" (dictionary)
13650
- * index (optional*) (to be implemented in the future) : signed integer index (from top to bottom per DOM) of the filter line to fill.
13651
- * Negative integers (rooted in -1 and lower) denote position of the line from the bottom.
13652
- * sfref (optional*) : DOM object referencing individual '.sf' (normally a TR element) to be populated. (optional)
13653
- * filter (mandatory) : object (dictionary) of form {'field':'field_value','op':'op_value','data':'data value'}
13654
- *
13655
- * * It is mandatory to have either index or sfref defined.
13656
- *
13657
- * Returns:
13658
- * Does not return anything. May add success / failure reporting in future versions.
13659
- *
13660
- * author: Daniel Dotsenko (dotsa@hotmail.com)
13661
- */
13662
-
13663
- var o = settings['sfref'], filter = settings['filter'];
13664
-
13665
- // setting up valueindexmap that we will need to manipulate SELECT elements.
13666
- var fields = [], i, j , l, lj, li,
13667
- valueindexmap = {};
13668
- // example of valueindexmap:
13669
- // {'field1':{'index':0,'ops':{'eq':0,'ne':1}},'fieldX':{'index':1,'ops':{'eq':0,'ne':1},'data':{'true':0,'false':1}}},
13670
- // if data is undefined it's a INPUT field. If defined, it's SELECT
13671
- selDOMobj = o.find("select[name='field']")[0];
13672
- for (i = 0,l = selDOMobj.options.length; i < l; i++) {
13673
- valueindexmap[selDOMobj.options[i].value] = {'index':i,'ops':{}};
13674
- fields.push(selDOMobj.options[i].value);
13675
- }
13676
- for (i = 0,li = fields.length; i < li; i++) {
13677
- selDOMobj = o.find(".ops > select[class='field" + i + "']")[0];
13678
- if (selDOMobj) {
13679
- for (j = 0,lj = selDOMobj.options.length; j < lj; j++) {
13680
- valueindexmap[fields[i]]['ops'][selDOMobj.options[j].value] = j;
13681
- }
13682
- }
13683
- selDOMobj = o.find(".data > select[class='field" + i + "']")[0];
13684
- if (selDOMobj) {
13685
- valueindexmap[fields[i]]['data'] = {}; // this setting is the flag that 'data' is contained in a SELECT
13686
- for (j = 0,lj = selDOMobj.options.length; j < lj; j++) {
13687
- valueindexmap[fields[i]]['data'][selDOMobj.options[j].value] = j;
13688
- }
13689
- }
13690
- } // done populating valueindexmap
13691
-
13692
- // preparsing the index values for SELECT elements.
13693
- var fieldvalue, fieldindex, opindex, datavalue, dataindex;
13694
- fieldvalue = filter['field'];
13695
- if (valueindexmap[fieldvalue]) {
13696
- fieldindex = valueindexmap[fieldvalue]['index'];
13697
- }
13698
- if (fieldindex != null) {
13699
- opindex = valueindexmap[fieldvalue]['ops'][filter['op']];
13700
- if (opindex === undefined) {
13701
- for (i = 0,li = options.operators.length; i < li; i++) {
13702
- if (options.operators[i].op == filter.op) {
13703
- opindex = i;
13704
- break;
13705
- }
13706
- }
13707
- }
13708
- datavalue = filter['data'];
13709
- if (valueindexmap[fieldvalue]['data'] == null) {
13710
- dataindex = -1; // 'data' is not SELECT, Making the var 'defined'
13711
- } else {
13712
- dataindex = valueindexmap[fieldvalue]['data'][datavalue]; // 'undefined' may come from here.
13713
- }
13714
- }
13715
- // only if values for 'field' and 'op' and 'data' are 'found' in mapping...
13716
- if (fieldindex != null && opindex != null && dataindex != null) {
13717
- o.find("select[name='field']")[0].selectedIndex = fieldindex;
13718
- o.find("select[name='field']").change();
13719
- o.find("select[name='op']")[0].selectedIndex = opindex;
13720
- o.find("input.vdata").val(datavalue); // if jquery does not find any INPUT, it does not set any. This means we deal with SELECT
13721
- o = o.find("select.vdata")[0];
13722
- if (o) {
13723
- o.selectedIndex = dataindex;
13724
- }
13725
- return true
13726
- } else {
13727
- return false
13728
- }
13729
- }; // end of this.setFilter fn
13730
- } // end of if fields != null
13731
- }
13732
-
13733
- return new SearchFilter(this, fields, options);
13734
- };
13735
-
13736
- jQuery.fn.searchFilter.version = '1.2.9';
13737
-
13738
- /* This property contains the default options */
13739
- jQuery.fn.searchFilter.defaults = {
13740
-
13741
- /*
13742
- * PROPERTY
13743
- * TYPE: boolean
13744
- * DESCRIPTION: clone a row if it is added from an existing row
13745
- * when false, any new added rows will be blank.
13746
- */
13747
- clone: true,
13748
-
13749
- /*
13750
- * PROPERTY
13751
- * TYPE: boolean
13752
- * DESCRIPTION: current version of datepicker uses a data store,
13753
- * which is incompatible with $().clone(true)
13754
- */
13755
- datepickerFix: true,
13756
-
13757
- /*
13758
- * FUNCTION
13759
- * DESCRIPTION: the function that will be called when the user clicks Reset
13760
- * INPUT TYPE: JS object if stringResult is false, otherwise is JSON string
13761
- */
13762
- onReset: function(data) {
13763
- alert("Reset Clicked. Data Returned: " + data)
13764
- },
13765
-
13766
- /*
13767
- * FUNCTION
13768
- * DESCRIPTION: the function that will be called when the user clicks Search
13769
- * INPUT TYPE: JS object if stringResult is false, otherwise is JSON string
13770
- */
13771
- onSearch: function(data) {
13772
- alert("Search Clicked. Data Returned: " + data)
13773
- },
13774
-
13775
- /*
13776
- * FUNCTION
13777
- * DESCRIPTION: the function that will be called when the user clicks the Closer icon
13778
- * or the close() function is called
13779
- * if left null, it simply does a .hide() on the searchFilter
13780
- * INPUT TYPE: a jQuery object for the searchFilter
13781
- */
13782
- onClose: function(jElem) {
13783
- jElem.hide();
13784
- },
13785
-
13786
- /*
13787
- * PROPERTY
13788
- * TYPE: array of objects, each object has the properties op and text
13789
- * DESCRIPTION: the selectable operators that are applied between rules
13790
- * e.g. for {op:"AND", text:"all"}
13791
- * the search filter box will say: match all rules
13792
- * the server should interpret this as putting the AND op between each rule:
13793
- * rule1 AND rule2 AND rule3
13794
- * text will be the option text, and op will be the option value
13795
- */
13796
- groupOps: [
13797
- { op: "AND", text: "all" },
13798
- { op: "OR", text: "any" }
13799
- ],
13800
-
13801
-
13802
- /*
13803
- * PROPERTY
13804
- * TYPE: array of objects, each object has the properties op and text
13805
- * DESCRIPTION: the operators that will appear as drop-down options
13806
- * text will be the option text, and op will be the option value
13807
- */
13808
- operators: [
13809
- { op: "eq", text: "is equal to" },
13810
- { op: "ne", text: "is not equal to" },
13811
- { op: "lt", text: "is less than" },
13812
- { op: "le", text: "is less or equal to" },
13813
- { op: "gt", text: "is greater than" },
13814
- { op: "ge", text: "is greater or equal to" },
13815
- { op: "in", text: "is in" },
13816
- { op: "ni", text: "is not in" },
13817
- { op: "bw", text: "begins with" },
13818
- { op: "bn", text: "does not begin with" },
13819
- { op: "ew", text: "ends with" },
13820
- { op: "en", text: "does not end with" },
13821
- { op: "cn", text: "contains" },
13822
- { op: "nc", text: "does not contain" }
13823
- ],
13824
-
13825
- /*
13826
- * PROPERTY
13827
- * TYPE: string
13828
- * DESCRIPTION: part of the phrase: _match_ ANY/ALL rules
13829
- */
13830
- matchText: "match",
13831
-
13832
- /*
13833
- * PROPERTY
13834
- * TYPE: string
13835
- * DESCRIPTION: part of the phrase: match ANY/ALL _rules_
13836
- */
13837
- rulesText: "rules",
13838
-
13839
- /*
13840
- * PROPERTY
13841
- * TYPE: string
13842
- * DESCRIPTION: the text that will be displayed in the reset button
13843
- */
13844
- resetText: "Reset",
13845
-
13846
- /*
13847
- * PROPERTY
13848
- * TYPE: string
13849
- * DESCRIPTION: the text that will be displayed in the search button
13850
- */
13851
- searchText: "Search",
13852
-
13853
- /*
13854
- * PROPERTY
13855
- * TYPE: boolean
13856
- * DESCRIPTION: a flag that, when set, will make the onSearch and onReset return strings instead of objects
13857
- */
13858
- stringResult: true,
13859
-
13860
- /*
13861
- * PROPERTY
13862
- * TYPE: string
13863
- * DESCRIPTION: the title of the searchFilter window
13864
- */
13865
- windowTitle: "Search Rules",
13866
- /*
13867
- * PROPERTY
13868
- * TYPE: object
13869
- * DESCRIPTION: options to extend the ajax request
13870
- */
13871
- ajaxSelectOptions : {}
13872
- };
13873
- /* end of searchFilter */
13874
-
13875
13187
  /**
13876
13188
  * TableDnD plug-in for JQuery, allows you to drag and drop table rows
13877
13189
  * You can set up various options to control how the system will work