rich 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1346) hide show
  1. data/README.rdoc +23 -3
  2. data/app/assets/images/rich/insert-many.png +0 -0
  3. data/app/assets/images/rich/insert-one.png +0 -0
  4. data/app/assets/images/rich/menu-dash.png +0 -0
  5. data/app/assets/javascripts/rich/application.js +62 -5
  6. data/app/assets/javascripts/rich/base.js +33 -0
  7. data/app/assets/stylesheets/rich/application.css.scss +26 -1
  8. data/app/controllers/rich/files_controller.rb +8 -47
  9. data/app/inputs/rich_asset_input.rb +20 -0
  10. data/app/inputs/rich_input.rb +23 -13
  11. data/app/models/rich/rich_image.rb +36 -45
  12. data/app/views/rails_admin/main/_form_rich_text.html.haml +5 -0
  13. data/app/views/rich/files/_image.html.erb +1 -1
  14. data/app/views/rich/files/index.html.erb +12 -4
  15. data/app/views/rich/files/index.js.erb +1 -0
  16. data/db/migrate/20111117202133_add_uri_cache_to_rich_image.rb +5 -0
  17. data/lib/rich.rb +13 -1
  18. data/lib/rich/engine.rb +1 -1
  19. data/lib/rich/legacy_formtastic.rb +21 -0
  20. data/lib/rich/rails_admin.rb +14 -0
  21. data/lib/rich/version.rb +1 -1
  22. data/test/dummy/app/views/posts/_formtastic_form.html.erb +2 -1
  23. data/test/dummy/app/views/posts/new.html.erb +1 -1
  24. data/test/dummy/config/initializers/rich.rb +1 -0
  25. data/test/dummy/db/development.sqlite3 +0 -0
  26. data/test/dummy/db/migrate/20111117202523_add_uri_cache_to_rich_image.rb +5 -0
  27. data/test/dummy/db/schema.rb +2 -1
  28. data/test/dummy/log/development.log +16410 -0
  29. data/test/dummy/log/production.log +1832 -0
  30. data/test/dummy/tmp/cache/assets/C49/500/sprockets%2F72473c15cf2e294b25b1823e82954031 +0 -0
  31. data/test/dummy/tmp/cache/assets/C84/840/sprockets%2Ff4d18b49e90538028a47531ca4668a35 +0 -0
  32. data/test/dummy/tmp/cache/assets/C87/8E0/sprockets%2F17e0d5efdd575486014469da98231146 +0 -0
  33. data/test/dummy/tmp/cache/assets/C9D/AD0/sprockets%2F9534922958d0e57f02ca7a68bb887878 +0 -0
  34. data/test/dummy/tmp/cache/assets/C9E/C60/sprockets%2F2533ccfb67e257141e36362e252da032 +0 -0
  35. data/test/dummy/tmp/cache/assets/CA3/A50/sprockets%2F1138d3a48560705a7e596ab7bd02253b +0 -0
  36. data/test/dummy/tmp/cache/assets/CA5/030/sprockets%2Ff1b86195281bc68a00fa20c6107f3638 +0 -0
  37. data/test/dummy/tmp/cache/assets/CA6/D70/sprockets%2F2cb539c0037029723e323a67fbe99b20 +0 -0
  38. data/test/dummy/tmp/cache/assets/CA8/010/sprockets%2F3822fe6ee82705342f2d141f13e5018d +0 -0
  39. data/test/dummy/tmp/cache/assets/CAA/4C0/sprockets%2F5b64d12f9a13a72a8495fc5154c72720 +0 -0
  40. data/test/dummy/tmp/cache/assets/CAF/610/sprockets%2F0335639b1fe477c2726a98f223f4c0a5 +0 -0
  41. data/test/dummy/tmp/cache/assets/CBE/A80/sprockets%2F60bb9087aed9745744925f6ce01525d9 +0 -0
  42. data/test/dummy/tmp/cache/assets/CBF/9D0/sprockets%2Fb6b4157c8461b7799f5331967eec007d +0 -0
  43. data/test/dummy/tmp/cache/assets/CC2/680/sprockets%2F246dc8445ce003f6b944c6c1796769d7 +0 -0
  44. data/test/dummy/tmp/cache/assets/CC6/910/sprockets%2Fdf1992311ede6a7259c057589a7b6984 +0 -0
  45. data/test/dummy/tmp/cache/assets/CC9/FB0/sprockets%2Fb265a0c8713c462a3dab42a043592c84 +0 -0
  46. data/test/dummy/tmp/cache/assets/CCC/800/sprockets%2F655e3dff9911f7527f1787fd951c4471 +0 -0
  47. data/test/dummy/tmp/cache/assets/CDB/040/sprockets%2Fc732474e67003a4eb840eb44c5ca9385 +0 -0
  48. data/test/dummy/tmp/cache/assets/CDE/720/sprockets%2Fc5b9143c5e46515e7453e0592b0fa57c +0 -0
  49. data/test/dummy/tmp/cache/assets/CE0/F70/sprockets%2F5f626eb3d0e9861907861afe5612a00f +0 -0
  50. data/test/dummy/tmp/cache/assets/CE4/D20/sprockets%2F7a924cdc374439e3f1f48d1d527b3219 +0 -0
  51. data/test/dummy/tmp/cache/assets/CE8/6E0/sprockets%2F8923777ce0d4b72fb555e68172a2cb64 +0 -0
  52. data/test/dummy/tmp/cache/assets/CE9/260/sprockets%2F20e1d59afc58e2ba50296184927fd568 +0 -0
  53. data/test/dummy/tmp/cache/assets/CE9/B80/sprockets%2F5b2c5115ef4f940777455ffec4f26073 +0 -0
  54. data/test/dummy/tmp/cache/assets/CEA/ED0/sprockets%2F502a590ce74298a6596411ce9bd880df +0 -0
  55. data/test/dummy/tmp/cache/assets/CEB/BA0/sprockets%2F1c35edc033470f3659ee6fa97c607468 +0 -0
  56. data/test/dummy/tmp/cache/assets/CEC/1A0/sprockets%2F87fdead6014b961bb870b5931890d677 +0 -0
  57. data/test/dummy/tmp/cache/assets/CEC/CF0/sprockets%2F7d24293c4dd5e394e4fc986d91e13323 +0 -0
  58. data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  59. data/test/dummy/tmp/cache/assets/CF6/9E0/sprockets%2Ff3c0e6e191993ce3d97cb35929d18197 +0 -0
  60. data/test/dummy/tmp/cache/assets/CFA/C40/sprockets%2F14a89388c9e53e2effddc82034375987 +0 -0
  61. data/test/dummy/tmp/cache/assets/CFA/FF0/sprockets%2Fa6545f61c7de6879eb67484098a462cf +0 -0
  62. data/test/dummy/tmp/cache/assets/CFD/B60/sprockets%2Ff12843c2e0032ed43f125a7f9b109a2f +0 -0
  63. data/test/dummy/tmp/cache/assets/D01/560/sprockets%2F04a744ea7118f43a7a27c24bcd642e71 +0 -0
  64. data/test/dummy/tmp/cache/assets/D01/980/sprockets%2F47c7e52f43c37ea9a1731f0400c393aa +0 -0
  65. data/test/dummy/tmp/cache/assets/D09/A80/sprockets%2Fee7932182acd760811453ac1e56a6ce4 +0 -0
  66. data/test/dummy/tmp/cache/assets/D0B/B20/sprockets%2Fdd220433e63488b61313f47e3ff64bbd +0 -0
  67. data/test/dummy/tmp/cache/assets/D0E/970/sprockets%2Ff4346553df4bcb0293ec44436ceb7445 +0 -0
  68. data/test/dummy/tmp/cache/assets/D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4 +0 -0
  69. data/test/dummy/tmp/cache/assets/D14/B10/sprockets%2Ff38863f0920a58989fac3b39b01a8ae0 +0 -0
  70. data/test/dummy/tmp/cache/assets/D15/F30/sprockets%2F87caf81fdffb8037b59096a0519a0481 +0 -0
  71. data/test/dummy/tmp/cache/assets/D15/F40/sprockets%2F83d1a8006e470e79f75592d63bdedc04 +0 -0
  72. data/test/dummy/tmp/cache/assets/D19/CB0/sprockets%2Fcac38332595f72fe9156b55d1f55c92b +0 -0
  73. data/test/dummy/tmp/cache/assets/D1F/840/sprockets%2F3f6d2f8168b95fd5064838cfb05c5d54 +0 -0
  74. data/test/dummy/tmp/cache/assets/D23/2C0/sprockets%2F0c3abf24c60bbb7d31217d1109870ce4 +0 -0
  75. data/test/dummy/tmp/cache/assets/D2B/F50/sprockets%2Fe26eda13a54cd6200413fd8245a5e36b +0 -0
  76. data/test/dummy/tmp/cache/assets/D30/D00/sprockets%2Fc07d24cdbe55e5c2510d1590cf662a26 +0 -0
  77. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  78. data/test/dummy/tmp/cache/assets/D34/5C0/sprockets%2F904c9b8fddca30f8ac0061367513f2d2 +0 -0
  79. data/test/dummy/tmp/cache/assets/D37/480/sprockets%2F101629fc7aaf58f0f21aa7f976d2b313 +0 -0
  80. data/test/dummy/tmp/cache/assets/D38/540/sprockets%2F86e1ad844bc9df4491a2a52b870421db +0 -0
  81. data/test/dummy/tmp/cache/assets/D38/680/sprockets%2F60a41a53a3c2d1b9fecd7564d1b58576 +0 -0
  82. data/test/dummy/tmp/cache/assets/D3B/C70/sprockets%2Ff704fd927eb4b431ebbb078964ad1082 +0 -0
  83. data/test/dummy/tmp/cache/assets/D3E/420/sprockets%2F8813eaec4334ab6b9e4d4066c05c569b +0 -0
  84. data/test/dummy/tmp/cache/assets/D43/3D0/sprockets%2F8ada471f7421754fee5fbf924129fc02 +0 -0
  85. data/test/dummy/tmp/cache/assets/D43/5E0/sprockets%2Ffa3d6621ff6b3f04b13a46974ac7488e +0 -0
  86. data/test/dummy/tmp/cache/assets/D45/740/sprockets%2F8c6505fad3328da88838a2038f1cee7b +0 -0
  87. data/test/dummy/tmp/cache/assets/D48/640/sprockets%2F9f4f18d910b678b1d0777e04cdaf6f24 +0 -0
  88. data/test/dummy/tmp/cache/assets/D4B/190/sprockets%2F3302dab8fad86d469b9e126ff56d3593 +0 -0
  89. data/test/dummy/tmp/cache/assets/D4B/1D0/sprockets%2F0769c4e1883fbee89ccfa684319051bb +0 -0
  90. data/test/dummy/tmp/cache/assets/D50/D70/sprockets%2F13297c9f3a654ebe511fc93c9c7d974c +0 -0
  91. data/test/dummy/tmp/cache/assets/D50/F20/sprockets%2Fcf6ca517cd1745586b9190ffd974d53d +0 -0
  92. data/test/dummy/tmp/cache/assets/D51/0E0/sprockets%2F7c2fe2f837656b4be38c13cc949de744 +0 -0
  93. data/test/dummy/tmp/cache/assets/D54/C50/sprockets%2F011c250cecb491f0716c2d35db11d5ef +0 -0
  94. data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
  95. data/test/dummy/tmp/cache/assets/D56/060/sprockets%2F3cc85144bd659faafd4ba12514a04a41 +0 -0
  96. data/test/dummy/tmp/cache/assets/D58/3E0/sprockets%2Fc24b0c6ca152dc28e8d957a036d10bc1 +0 -0
  97. data/test/dummy/tmp/cache/assets/D59/D70/sprockets%2Fed9f0de1b65ae8d7ef89087c83728461 +0 -0
  98. data/test/dummy/tmp/cache/assets/D5A/DA0/sprockets%2Fd1c25b1bd44d0def57ce592c912100f1 +0 -0
  99. data/test/dummy/tmp/cache/assets/D62/550/sprockets%2F06614d902daa3481bbae7c51b66d3f6e +0 -0
  100. data/test/dummy/tmp/cache/assets/D62/DB0/sprockets%2Fda35aee549e43a36049ab2ac3e27713d +0 -0
  101. data/test/dummy/tmp/cache/assets/D68/3B0/sprockets%2Fe0ac076b844e6c350abc027feb685e91 +0 -0
  102. data/test/dummy/tmp/cache/assets/D69/3A0/sprockets%2Fc2e8be30894dbf2c5ae343b31d4581a9 +0 -0
  103. data/test/dummy/tmp/cache/assets/D6D/950/sprockets%2Fb9497be057cbca0f3561346f1b9e3c6a +0 -0
  104. data/test/dummy/tmp/cache/assets/D71/0D0/sprockets%2F71cd5d2d914e51ad358b9b64f443ccc8 +0 -0
  105. data/test/dummy/tmp/cache/assets/D76/CF0/sprockets%2F7ec2368edb7eb22a3fd702a4272e9e89 +0 -0
  106. data/test/dummy/tmp/cache/assets/D77/020/sprockets%2Fad98cede2e30585e158452e7cd60ab86 +0 -0
  107. data/test/dummy/tmp/cache/assets/D78/5E0/sprockets%2Fd8e4db6d4b7de69d0d28f4a627124f81 +0 -0
  108. data/test/dummy/tmp/cache/assets/D7A/110/sprockets%2F9bb282830e134ce5eff5c3f880be48f5 +0 -0
  109. data/test/dummy/tmp/cache/assets/D7C/B80/sprockets%2Fe00c543f5cfb7825e52c7bf6d299cf38 +0 -0
  110. data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
  111. data/test/dummy/tmp/cache/assets/D93/4C0/sprockets%2F857ecd2092cee11f740b3cf2e373ad2a +0 -0
  112. data/test/dummy/tmp/cache/assets/D93/890/sprockets%2F033c6ea07a61dbd408ba2bf8e99b518a +0 -0
  113. data/test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b +0 -0
  114. data/test/dummy/tmp/cache/assets/D9C/FC0/sprockets%2F4bb5a2a65c16b0ef27fec77491d1da88 +0 -0
  115. data/test/dummy/tmp/cache/assets/D9E/8A0/sprockets%2F0a7eeed4a8f1f8254832ab05ebc45f84 +0 -0
  116. data/test/dummy/tmp/cache/assets/DA1/930/sprockets%2F8e0da9449a5212b1faede8db894814ae +0 -0
  117. data/test/dummy/tmp/cache/assets/DBF/180/sprockets%2F19427ba0edb6b1c15eaaf43afd73e617 +0 -0
  118. data/test/dummy/tmp/cache/assets/DD7/B50/sprockets%2F7effa89c4b23ab60109f969a9a66ccbc +0 -0
  119. data/test/dummy/tmp/cache/assets/DD8/2D0/sprockets%2Fc7f10cddd3a3cdccc64580ca85795f99 +0 -0
  120. data/test/dummy/tmp/cache/assets/DDD/C20/sprockets%2F00d5c014021fc61bebcf0aafced83d17 +0 -0
  121. data/test/dummy/tmp/cache/assets/DDE/420/sprockets%2Ffb8b186d5bf0307f86f65fc787d2adeb +0 -0
  122. data/test/dummy/tmp/cache/assets/DDE/960/sprockets%2Ff3399fed917fb2a6f8ff71d4d1ae21b9 +0 -0
  123. data/test/dummy/tmp/cache/assets/DE9/D40/sprockets%2F716df3d3bad61ab36c36d8ae1aea136a +0 -0
  124. data/test/dummy/tmp/cache/assets/DEE/140/sprockets%2F9e7b9f2cc1e4af0aac3a2c630a6823bf +0 -0
  125. data/test/dummy/tmp/cache/assets/DF7/EE0/sprockets%2F661abfd8ab8ddb966ccded48ca100623 +0 -0
  126. data/test/dummy/tmp/cache/assets/DFF/4D0/sprockets%2F0d7eae306cc4e83ae549e96b1b6da8db +0 -0
  127. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  128. data/test/dummy/tmp/cache/assets/E06/920/sprockets%2F6baa37d1c26468aef4fe5fe4bf982fa3 +0 -0
  129. data/test/dummy/tmp/cache/assets/E07/6D0/sprockets%2Ff05a33fad80ccddbb49e773fc5837bf9 +0 -0
  130. data/test/dummy/tmp/cache/assets/E07/B90/sprockets%2Faa8bbd5ec66e8551cb8f02e6f91ccf66 +0 -0
  131. data/test/dummy/tmp/cache/assets/E2F/E90/sprockets%2Ff4b19e42c92a93dcaaec9fe6eae4081d +0 -0
  132. data/test/dummy/tmp/cache/assets/E62/880/sprockets%2F3aaf0abaaa5dfc481858fcf99be744df +0 -0
  133. data/test/dummy/tmp/cache/assets/E7E/2C0/sprockets%2Fcb51b66fdf6bc0ac41e34a2f9ddcfc0c +0 -0
  134. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_all.css.scssc +0 -0
  135. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_buttons.css.scssc +0 -0
  136. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_gradients.css.scssc +0 -0
  137. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_icons.css.scssc +0 -0
  138. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_reset.css.scssc +0 -0
  139. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_rounded.css.scssc +0 -0
  140. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_sections.css.scssc +0 -0
  141. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_shadows.css.scssc +0 -0
  142. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_utilities.scssc +0 -0
  143. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_variables.css.scssc +0 -0
  144. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_comments.css.scssc +0 -0
  145. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_date_picker.css.scssc +0 -0
  146. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_flash_messages.css.scssc +0 -0
  147. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_tables.css.scssc +0 -0
  148. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_comments.css.scssc +0 -0
  149. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_date_picker.css.scssc +0 -0
  150. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_flash_messages.css.scssc +0 -0
  151. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_tables.css.scssc +0 -0
  152. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_base.css.scssc +0 -0
  153. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_forms.css.scssc +0 -0
  154. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_header.css.scssc +0 -0
  155. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_mixins.css.scssc +0 -0
  156. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_typography.css.scssc +0 -0
  157. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_base.css.scssc +0 -0
  158. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_forms.css.scssc +0 -0
  159. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_header.css.scssc +0 -0
  160. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_mixins.css.scssc +0 -0
  161. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_typography.css.scssc +0 -0
  162. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_all.css.scssc +0 -0
  163. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_buttons.css.scssc +0 -0
  164. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_gradients.css.scssc +0 -0
  165. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_icons.css.scssc +0 -0
  166. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_reset.css.scssc +0 -0
  167. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_rounded.css.scssc +0 -0
  168. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_sections.css.scssc +0 -0
  169. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_shadows.css.scssc +0 -0
  170. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_utilities.scssc +0 -0
  171. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_variables.css.scssc +0 -0
  172. data/test/dummy/tmp/cache/sass/9ca9a22eff91c4261249b7b40e957b81799629ba/application.css.scssc +0 -0
  173. data/test/dummy/tmp/cache/sass/9fa1a2d9195a64ca73dc2fbf42b5468fc9babf48/active_admin.css.scssc +0 -0
  174. data/test/dummy/tmp/cache/sass/c467ab1ac00bb4b33ddebfbc4207f8cc0f9e61bc/reset.css.scssc +0 -0
  175. metadata +285 -2352
  176. data/test/dummy/public/assets/active_admin-01ff270d2fd5afb05ef16ff57871c7d4.css +0 -1
  177. data/test/dummy/public/assets/active_admin-01ff270d2fd5afb05ef16ff57871c7d4.css.gz +0 -0
  178. data/test/dummy/public/assets/active_admin-b35ea57d958ab0dfdb4ab002ae2c5baf.js +0 -30
  179. data/test/dummy/public/assets/active_admin-b35ea57d958ab0dfdb4ab002ae2c5baf.js.gz +0 -0
  180. data/test/dummy/public/assets/active_admin.css +0 -1
  181. data/test/dummy/public/assets/active_admin.css.gz +0 -0
  182. data/test/dummy/public/assets/active_admin.js +0 -30
  183. data/test/dummy/public/assets/active_admin.js.gz +0 -0
  184. data/test/dummy/public/assets/active_admin/admin_notes_icon-d3076b67b8655afc5cf14bf244c34db5.png +0 -0
  185. data/test/dummy/public/assets/active_admin/admin_notes_icon.png +0 -0
  186. data/test/dummy/public/assets/active_admin/datepicker/datepicker-header-bg-c73514e723fd274903d96ff0afd8e7f7.png +0 -0
  187. data/test/dummy/public/assets/active_admin/datepicker/datepicker-header-bg.png +0 -0
  188. data/test/dummy/public/assets/active_admin/datepicker/datepicker-input-icon-e48beac5b8da2344985c5d2afe6159dd.png +0 -0
  189. data/test/dummy/public/assets/active_admin/datepicker/datepicker-input-icon.png +0 -0
  190. data/test/dummy/public/assets/active_admin/datepicker/datepicker-next-link-icon-a4e4790f8884aa625c4bd9c1725b1545.png +0 -0
  191. data/test/dummy/public/assets/active_admin/datepicker/datepicker-next-link-icon.png +0 -0
  192. data/test/dummy/public/assets/active_admin/datepicker/datepicker-nipple-5d9a7fdc4a5ca1c5903fa0715a5ca080.png +0 -0
  193. data/test/dummy/public/assets/active_admin/datepicker/datepicker-nipple.png +0 -0
  194. data/test/dummy/public/assets/active_admin/datepicker/datepicker-prev-link-icon-15b83a974894f1b0af22bc30ca5c3fc5.png +0 -0
  195. data/test/dummy/public/assets/active_admin/datepicker/datepicker-prev-link-icon.png +0 -0
  196. data/test/dummy/public/assets/active_admin/loading-c20cbb5cb54528680d74c8f7a393b3e3.gif +0 -0
  197. data/test/dummy/public/assets/active_admin/loading.gif +0 -0
  198. data/test/dummy/public/assets/active_admin/nested_menu_arrow-7093fa8e6f12c2a688313e17f6182da9.gif +0 -0
  199. data/test/dummy/public/assets/active_admin/nested_menu_arrow.gif +0 -0
  200. data/test/dummy/public/assets/active_admin/nested_menu_arrow_dark-37327cd654d1a4d1bbef43afbeed01da.gif +0 -0
  201. data/test/dummy/public/assets/active_admin/nested_menu_arrow_dark.gif +0 -0
  202. data/test/dummy/public/assets/active_admin/orderable-312cf8ad195f38825b0fb3d7447aef58.png +0 -0
  203. data/test/dummy/public/assets/active_admin/orderable.png +0 -0
  204. data/test/dummy/public/assets/application-f15961e25792db6864b7ab845e486124.js +0 -29
  205. data/test/dummy/public/assets/application-f15961e25792db6864b7ab845e486124.js.gz +0 -0
  206. data/test/dummy/public/assets/application-f34ae8ea29557795cf85905999cc80b2.css +0 -1
  207. data/test/dummy/public/assets/application-f34ae8ea29557795cf85905999cc80b2.css.gz +0 -0
  208. data/test/dummy/public/assets/application.css +0 -1
  209. data/test/dummy/public/assets/application.css.gz +0 -0
  210. data/test/dummy/public/assets/application.js +0 -29
  211. data/test/dummy/public/assets/application.js.gz +0 -0
  212. data/test/dummy/public/assets/ckeditor/CHANGES-bde20c28392aa62188c69ce3c4c9a46f.html +0 -1433
  213. data/test/dummy/public/assets/ckeditor/CHANGES.html +0 -1433
  214. data/test/dummy/public/assets/ckeditor/INSTALL-976668b7bad85a515cf0e7abe866daa5.html +0 -92
  215. data/test/dummy/public/assets/ckeditor/INSTALL.html +0 -92
  216. data/test/dummy/public/assets/ckeditor/LICENSE-9eb3d59310bb19013cc29efddb4106b0.html +0 -1327
  217. data/test/dummy/public/assets/ckeditor/LICENSE.html +0 -1327
  218. data/test/dummy/public/assets/ckeditor/_samples/adobeair/application-b8ddce42fe88e25daba41a48b1e560c5.xml +0 -32
  219. data/test/dummy/public/assets/ckeditor/_samples/adobeair/application.xml +0 -32
  220. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run-3ba9e942bf6916ddc4d5a14d3ec778f6.bat +0 -9
  221. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run-ce1ddd042108a5bbd554c4083464ffdb.sh +0 -8
  222. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run.bat +0 -9
  223. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run.sh +0 -8
  224. data/test/dummy/public/assets/ckeditor/_samples/adobeair/sample-669a8b1f701f2d83e6c337cf1d5608dc.html +0 -45
  225. data/test/dummy/public/assets/ckeditor/_samples/adobeair/sample.html +0 -45
  226. data/test/dummy/public/assets/ckeditor/_samples/ajax-c04185bec0ccde0d6927aa6c8cd81e47.html +0 -98
  227. data/test/dummy/public/assets/ckeditor/_samples/ajax.html +0 -98
  228. data/test/dummy/public/assets/ckeditor/_samples/api-05378ffae0c90f1751955b7e5d88344b.html +0 -192
  229. data/test/dummy/public/assets/ckeditor/_samples/api.html +0 -192
  230. data/test/dummy/public/assets/ckeditor/_samples/api_dialog-c1574f626ff54b387063610606b9ec52.html +0 -198
  231. data/test/dummy/public/assets/ckeditor/_samples/api_dialog.html +0 -198
  232. data/test/dummy/public/assets/ckeditor/_samples/api_dialog/my_dialog.js +0 -28
  233. data/test/dummy/public/assets/ckeditor/_samples/asp/advanced-8d70e31ab25ce3e66835b4c8fafad8c7.asp +0 -105
  234. data/test/dummy/public/assets/ckeditor/_samples/asp/advanced.asp +0 -105
  235. data/test/dummy/public/assets/ckeditor/_samples/asp/events-cb681459ea362f56ad7cbb861e74a5a9.asp +0 -136
  236. data/test/dummy/public/assets/ckeditor/_samples/asp/events.asp +0 -136
  237. data/test/dummy/public/assets/ckeditor/_samples/asp/index-d49218607910f8162306f627245fc13e.html +0 -103
  238. data/test/dummy/public/assets/ckeditor/_samples/asp/index.html +0 -103
  239. data/test/dummy/public/assets/ckeditor/_samples/asp/replace-a912fa7cd6d47c60f486cd872262cbcf.asp +0 -72
  240. data/test/dummy/public/assets/ckeditor/_samples/asp/replace.asp +0 -72
  241. data/test/dummy/public/assets/ckeditor/_samples/asp/replaceall-054a89f7b9d2d990c9a610f2192cac5f.asp +0 -77
  242. data/test/dummy/public/assets/ckeditor/_samples/asp/replaceall.asp +0 -77
  243. data/test/dummy/public/assets/ckeditor/_samples/asp/sample_posteddata-ff4972da3bed89477711a0ad3f29bbe4.asp +0 -46
  244. data/test/dummy/public/assets/ckeditor/_samples/asp/sample_posteddata.asp +0 -46
  245. data/test/dummy/public/assets/ckeditor/_samples/asp/standalone-a610f43edf234b64ab67b970461f1224.asp +0 -72
  246. data/test/dummy/public/assets/ckeditor/_samples/asp/standalone.asp +0 -72
  247. data/test/dummy/public/assets/ckeditor/_samples/assets/_posteddata-3a714a7667de2835fb1b230bb36b9f8a.php +0 -59
  248. data/test/dummy/public/assets/ckeditor/_samples/assets/_posteddata.php +0 -59
  249. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash-286e4dde2d4851e9966fcf360a733a00.fla +0 -0
  250. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash-b80819e52a12367582876a1a7ee34036.swf +0 -0
  251. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash.fla +0 -0
  252. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash.swf +0 -0
  253. data/test/dummy/public/assets/ckeditor/_samples/assets/output_xhtml.css +0 -204
  254. data/test/dummy/public/assets/ckeditor/_samples/assets/parsesample.css +0 -70
  255. data/test/dummy/public/assets/ckeditor/_samples/assets/swfobject.js +0 -18
  256. data/test/dummy/public/assets/ckeditor/_samples/autogrow-3ef79da534764614eb7f81b67225f4ec.html +0 -108
  257. data/test/dummy/public/assets/ckeditor/_samples/autogrow.html +0 -108
  258. data/test/dummy/public/assets/ckeditor/_samples/bbcode-27961c95420d80a7b1ea50f1c96c32e6.html +0 -125
  259. data/test/dummy/public/assets/ckeditor/_samples/bbcode.html +0 -125
  260. data/test/dummy/public/assets/ckeditor/_samples/devtools-4aea8a6d4b9b2eb6497093e14d0f8b2c.html +0 -94
  261. data/test/dummy/public/assets/ckeditor/_samples/devtools.html +0 -94
  262. data/test/dummy/public/assets/ckeditor/_samples/divreplace-c24c0466858e65fa6592542819a86537.html +0 -154
  263. data/test/dummy/public/assets/ckeditor/_samples/divreplace.html +0 -154
  264. data/test/dummy/public/assets/ckeditor/_samples/enterkey-b305bdb34a6e71f33e1f1d0f00af4920.html +0 -115
  265. data/test/dummy/public/assets/ckeditor/_samples/enterkey.html +0 -115
  266. data/test/dummy/public/assets/ckeditor/_samples/fullpage-caa3e346a6695b5d05d2cd59e03961dd.html +0 -82
  267. data/test/dummy/public/assets/ckeditor/_samples/fullpage.html +0 -82
  268. data/test/dummy/public/assets/ckeditor/_samples/index-794a327e8ed4fd665142c6dd168f29e5.html +0 -116
  269. data/test/dummy/public/assets/ckeditor/_samples/index.html +0 -116
  270. data/test/dummy/public/assets/ckeditor/_samples/jqueryadapter-854d544f3144335d82c2bf4605922751.html +0 -99
  271. data/test/dummy/public/assets/ckeditor/_samples/jqueryadapter.html +0 -99
  272. data/test/dummy/public/assets/ckeditor/_samples/output_for_flash-70dc6574e836523b1f4949aee75f0c67.html +0 -275
  273. data/test/dummy/public/assets/ckeditor/_samples/output_for_flash.html +0 -275
  274. data/test/dummy/public/assets/ckeditor/_samples/output_html-40b778e3d3ff8fcc745b8e461c3a453a.html +0 -285
  275. data/test/dummy/public/assets/ckeditor/_samples/output_html.html +0 -285
  276. data/test/dummy/public/assets/ckeditor/_samples/output_xhtml-9367ad864842f567b0e5cee1b22bf79b.html +0 -177
  277. data/test/dummy/public/assets/ckeditor/_samples/output_xhtml.html +0 -177
  278. data/test/dummy/public/assets/ckeditor/_samples/php/advanced-79d5ab1009804056cc6c44f961f199d3.php +0 -120
  279. data/test/dummy/public/assets/ckeditor/_samples/php/advanced.php +0 -120
  280. data/test/dummy/public/assets/ckeditor/_samples/php/events-b04c5ed4d0ff844d66ac6853cfbc66e0.php +0 -153
  281. data/test/dummy/public/assets/ckeditor/_samples/php/events.php +0 -153
  282. data/test/dummy/public/assets/ckeditor/_samples/php/index-f65a03a4d9e448cfbc4c7c4e5e65f7d2.html +0 -47
  283. data/test/dummy/public/assets/ckeditor/_samples/php/index.html +0 -47
  284. data/test/dummy/public/assets/ckeditor/_samples/php/replace-05df25d8602f3a48ea72f6f714af921a.php +0 -87
  285. data/test/dummy/public/assets/ckeditor/_samples/php/replace.php +0 -87
  286. data/test/dummy/public/assets/ckeditor/_samples/php/replaceall-b09ac2f9dd5ed288b78ee0ad12f6f043.php +0 -88
  287. data/test/dummy/public/assets/ckeditor/_samples/php/replaceall.php +0 -88
  288. data/test/dummy/public/assets/ckeditor/_samples/php/standalone-518d7656c6a148aca76f825aa423f1ba.php +0 -83
  289. data/test/dummy/public/assets/ckeditor/_samples/php/standalone.php +0 -83
  290. data/test/dummy/public/assets/ckeditor/_samples/placeholder-646b8d8ba8e35818149f89d41099bc53.html +0 -81
  291. data/test/dummy/public/assets/ckeditor/_samples/placeholder.html +0 -81
  292. data/test/dummy/public/assets/ckeditor/_samples/readonly-a9d351bdb32e400a3292eb867a9aa2a5.html +0 -91
  293. data/test/dummy/public/assets/ckeditor/_samples/readonly.html +0 -91
  294. data/test/dummy/public/assets/ckeditor/_samples/replacebyclass-d81d0e83a495a30bc16a5fa1ccdeec70.html +0 -64
  295. data/test/dummy/public/assets/ckeditor/_samples/replacebyclass.html +0 -64
  296. data/test/dummy/public/assets/ckeditor/_samples/replacebycode-1d41977ecaf260eba7d3155b74b7f56b.html +0 -97
  297. data/test/dummy/public/assets/ckeditor/_samples/replacebycode.html +0 -97
  298. data/test/dummy/public/assets/ckeditor/_samples/sample.css +0 -163
  299. data/test/dummy/public/assets/ckeditor/_samples/sample.js +0 -65
  300. data/test/dummy/public/assets/ckeditor/_samples/sample_posteddata-4c3c9855af8d48026faa9db7458ae1af.php +0 -21
  301. data/test/dummy/public/assets/ckeditor/_samples/sample_posteddata.php +0 -21
  302. data/test/dummy/public/assets/ckeditor/_samples/sharedspaces-bcf695d9854ced903aad0a1ca330c63d.html +0 -153
  303. data/test/dummy/public/assets/ckeditor/_samples/sharedspaces.html +0 -153
  304. data/test/dummy/public/assets/ckeditor/_samples/skins-85adce3129893bf7ec319bc318116a26.html +0 -110
  305. data/test/dummy/public/assets/ckeditor/_samples/skins.html +0 -110
  306. data/test/dummy/public/assets/ckeditor/_samples/stylesheetparser-e35db77372a283ea1ebf9a2eec221fba.html +0 -93
  307. data/test/dummy/public/assets/ckeditor/_samples/stylesheetparser.html +0 -93
  308. data/test/dummy/public/assets/ckeditor/_samples/tableresize-c75cb3e30cfc2861cb8e1b041a245520.html +0 -115
  309. data/test/dummy/public/assets/ckeditor/_samples/tableresize.html +0 -115
  310. data/test/dummy/public/assets/ckeditor/_samples/ui_color-f00be6823bfbe18cad7b94b767e67117.html +0 -129
  311. data/test/dummy/public/assets/ckeditor/_samples/ui_color.html +0 -129
  312. data/test/dummy/public/assets/ckeditor/_samples/ui_languages-f40b804a823318024e3faccd51a7e3f1.html +0 -134
  313. data/test/dummy/public/assets/ckeditor/_samples/ui_languages.html +0 -134
  314. data/test/dummy/public/assets/ckeditor/_source/adapters/jquery.js +0 -306
  315. data/test/dummy/public/assets/ckeditor/_source/core/_bootstrap.js +0 -87
  316. data/test/dummy/public/assets/ckeditor/_source/core/ckeditor.js +0 -141
  317. data/test/dummy/public/assets/ckeditor/_source/core/ckeditor_base.js +0 -227
  318. data/test/dummy/public/assets/ckeditor/_source/core/ckeditor_basic.js +0 -238
  319. data/test/dummy/public/assets/ckeditor/_source/core/command.js +0 -209
  320. data/test/dummy/public/assets/ckeditor/_source/core/commanddefinition.js +0 -129
  321. data/test/dummy/public/assets/ckeditor/_source/core/config.js +0 -439
  322. data/test/dummy/public/assets/ckeditor/_source/core/dataprocessor.js +0 -65
  323. data/test/dummy/public/assets/ckeditor/_source/core/dom.js +0 -20
  324. data/test/dummy/public/assets/ckeditor/_source/core/dom/comment.js +0 -32
  325. data/test/dummy/public/assets/ckeditor/_source/core/dom/document.js +0 -251
  326. data/test/dummy/public/assets/ckeditor/_source/core/dom/documentfragment.js +0 -49
  327. data/test/dummy/public/assets/ckeditor/_source/core/dom/domobject.js +0 -258
  328. data/test/dummy/public/assets/ckeditor/_source/core/dom/element.js +0 -1691
  329. data/test/dummy/public/assets/ckeditor/_source/core/dom/elementpath.js +0 -119
  330. data/test/dummy/public/assets/ckeditor/_source/core/dom/event.js +0 -145
  331. data/test/dummy/public/assets/ckeditor/_source/core/dom/node.js +0 -696
  332. data/test/dummy/public/assets/ckeditor/_source/core/dom/nodelist.js +0 -26
  333. data/test/dummy/public/assets/ckeditor/_source/core/dom/range.js +0 -2054
  334. data/test/dummy/public/assets/ckeditor/_source/core/dom/rangelist.js +0 -213
  335. data/test/dummy/public/assets/ckeditor/_source/core/dom/text.js +0 -128
  336. data/test/dummy/public/assets/ckeditor/_source/core/dom/walker.js +0 -462
  337. data/test/dummy/public/assets/ckeditor/_source/core/dom/window.js +0 -96
  338. data/test/dummy/public/assets/ckeditor/_source/core/dtd.js +0 -266
  339. data/test/dummy/public/assets/ckeditor/_source/core/editor.js +0 -1059
  340. data/test/dummy/public/assets/ckeditor/_source/core/editor_basic.js +0 -186
  341. data/test/dummy/public/assets/ckeditor/_source/core/env.js +0 -305
  342. data/test/dummy/public/assets/ckeditor/_source/core/event.js +0 -342
  343. data/test/dummy/public/assets/ckeditor/_source/core/eventInfo.js +0 -120
  344. data/test/dummy/public/assets/ckeditor/_source/core/focusmanager.js +0 -152
  345. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser.js +0 -224
  346. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/basicwriter.js +0 -145
  347. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/cdata.js +0 -43
  348. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/comment.js +0 -60
  349. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/element.js +0 -308
  350. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/filter.js +0 -288
  351. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/fragment.js +0 -518
  352. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/text.js +0 -53
  353. data/test/dummy/public/assets/ckeditor/_source/core/lang.js +0 -157
  354. data/test/dummy/public/assets/ckeditor/_source/core/loader.js +0 -240
  355. data/test/dummy/public/assets/ckeditor/_source/core/plugindefinition.js +0 -83
  356. data/test/dummy/public/assets/ckeditor/_source/core/plugins.js +0 -103
  357. data/test/dummy/public/assets/ckeditor/_source/core/resourcemanager.js +0 -238
  358. data/test/dummy/public/assets/ckeditor/_source/core/scriptloader.js +0 -180
  359. data/test/dummy/public/assets/ckeditor/_source/core/skins.js +0 -184
  360. data/test/dummy/public/assets/ckeditor/_source/core/themes.js +0 -19
  361. data/test/dummy/public/assets/ckeditor/_source/core/tools.js +0 -763
  362. data/test/dummy/public/assets/ckeditor/_source/core/ui.js +0 -128
  363. data/test/dummy/public/assets/ckeditor/_source/lang/_languages.js +0 -84
  364. data/test/dummy/public/assets/ckeditor/_source/lang/_translationstatus-58be1ae4db275d7eb31a7e5b4fdd9e2a.txt +0 -61
  365. data/test/dummy/public/assets/ckeditor/_source/lang/_translationstatus.txt +0 -61
  366. data/test/dummy/public/assets/ckeditor/_source/lang/af.js +0 -815
  367. data/test/dummy/public/assets/ckeditor/_source/lang/ar.js +0 -815
  368. data/test/dummy/public/assets/ckeditor/_source/lang/bg.js +0 -815
  369. data/test/dummy/public/assets/ckeditor/_source/lang/bn.js +0 -815
  370. data/test/dummy/public/assets/ckeditor/_source/lang/bs.js +0 -815
  371. data/test/dummy/public/assets/ckeditor/_source/lang/ca.js +0 -815
  372. data/test/dummy/public/assets/ckeditor/_source/lang/cs.js +0 -815
  373. data/test/dummy/public/assets/ckeditor/_source/lang/cy.js +0 -815
  374. data/test/dummy/public/assets/ckeditor/_source/lang/da.js +0 -815
  375. data/test/dummy/public/assets/ckeditor/_source/lang/de.js +0 -815
  376. data/test/dummy/public/assets/ckeditor/_source/lang/el.js +0 -815
  377. data/test/dummy/public/assets/ckeditor/_source/lang/en-au.js +0 -815
  378. data/test/dummy/public/assets/ckeditor/_source/lang/en-ca.js +0 -815
  379. data/test/dummy/public/assets/ckeditor/_source/lang/en-gb.js +0 -815
  380. data/test/dummy/public/assets/ckeditor/_source/lang/en.js +0 -815
  381. data/test/dummy/public/assets/ckeditor/_source/lang/eo.js +0 -815
  382. data/test/dummy/public/assets/ckeditor/_source/lang/es.js +0 -815
  383. data/test/dummy/public/assets/ckeditor/_source/lang/et.js +0 -815
  384. data/test/dummy/public/assets/ckeditor/_source/lang/eu.js +0 -815
  385. data/test/dummy/public/assets/ckeditor/_source/lang/fa.js +0 -815
  386. data/test/dummy/public/assets/ckeditor/_source/lang/fi.js +0 -815
  387. data/test/dummy/public/assets/ckeditor/_source/lang/fo.js +0 -815
  388. data/test/dummy/public/assets/ckeditor/_source/lang/fr-ca.js +0 -815
  389. data/test/dummy/public/assets/ckeditor/_source/lang/fr.js +0 -815
  390. data/test/dummy/public/assets/ckeditor/_source/lang/gl.js +0 -815
  391. data/test/dummy/public/assets/ckeditor/_source/lang/gu.js +0 -815
  392. data/test/dummy/public/assets/ckeditor/_source/lang/he.js +0 -815
  393. data/test/dummy/public/assets/ckeditor/_source/lang/hi.js +0 -815
  394. data/test/dummy/public/assets/ckeditor/_source/lang/hr.js +0 -815
  395. data/test/dummy/public/assets/ckeditor/_source/lang/hu.js +0 -815
  396. data/test/dummy/public/assets/ckeditor/_source/lang/is.js +0 -815
  397. data/test/dummy/public/assets/ckeditor/_source/lang/it.js +0 -815
  398. data/test/dummy/public/assets/ckeditor/_source/lang/ja.js +0 -815
  399. data/test/dummy/public/assets/ckeditor/_source/lang/ka.js +0 -815
  400. data/test/dummy/public/assets/ckeditor/_source/lang/km.js +0 -815
  401. data/test/dummy/public/assets/ckeditor/_source/lang/ko.js +0 -815
  402. data/test/dummy/public/assets/ckeditor/_source/lang/lt.js +0 -815
  403. data/test/dummy/public/assets/ckeditor/_source/lang/lv.js +0 -815
  404. data/test/dummy/public/assets/ckeditor/_source/lang/mn.js +0 -815
  405. data/test/dummy/public/assets/ckeditor/_source/lang/ms.js +0 -815
  406. data/test/dummy/public/assets/ckeditor/_source/lang/nb.js +0 -815
  407. data/test/dummy/public/assets/ckeditor/_source/lang/nl.js +0 -815
  408. data/test/dummy/public/assets/ckeditor/_source/lang/no.js +0 -815
  409. data/test/dummy/public/assets/ckeditor/_source/lang/pl.js +0 -815
  410. data/test/dummy/public/assets/ckeditor/_source/lang/pt-br.js +0 -814
  411. data/test/dummy/public/assets/ckeditor/_source/lang/pt.js +0 -815
  412. data/test/dummy/public/assets/ckeditor/_source/lang/ro.js +0 -815
  413. data/test/dummy/public/assets/ckeditor/_source/lang/ru.js +0 -815
  414. data/test/dummy/public/assets/ckeditor/_source/lang/sk.js +0 -815
  415. data/test/dummy/public/assets/ckeditor/_source/lang/sl.js +0 -815
  416. data/test/dummy/public/assets/ckeditor/_source/lang/sr-latn.js +0 -815
  417. data/test/dummy/public/assets/ckeditor/_source/lang/sr.js +0 -815
  418. data/test/dummy/public/assets/ckeditor/_source/lang/sv.js +0 -814
  419. data/test/dummy/public/assets/ckeditor/_source/lang/th.js +0 -815
  420. data/test/dummy/public/assets/ckeditor/_source/lang/tr.js +0 -814
  421. data/test/dummy/public/assets/ckeditor/_source/lang/uk.js +0 -815
  422. data/test/dummy/public/assets/ckeditor/_source/lang/vi.js +0 -815
  423. data/test/dummy/public/assets/ckeditor/_source/lang/zh-cn.js +0 -815
  424. data/test/dummy/public/assets/ckeditor/_source/lang/zh.js +0 -815
  425. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +0 -222
  426. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/lang/en.js +0 -108
  427. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/lang/he.js +0 -216
  428. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/plugin.js +0 -47
  429. data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/about.js +0 -76
  430. data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/logo_ckeditor-23d870d1ed71ce5e586ffae0400ff744.png +0 -0
  431. data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +0 -0
  432. data/test/dummy/public/assets/ckeditor/_source/plugins/about/plugin.js +0 -24
  433. data/test/dummy/public/assets/ckeditor/_source/plugins/adobeair/plugin.js +0 -228
  434. data/test/dummy/public/assets/ckeditor/_source/plugins/ajax/plugin.js +0 -152
  435. data/test/dummy/public/assets/ckeditor/_source/plugins/autogrow/plugin.js +0 -141
  436. data/test/dummy/public/assets/ckeditor/_source/plugins/basicstyles/plugin.js +0 -129
  437. data/test/dummy/public/assets/ckeditor/_source/plugins/bbcode/plugin.js +0 -931
  438. data/test/dummy/public/assets/ckeditor/_source/plugins/bidi/plugin.js +0 -334
  439. data/test/dummy/public/assets/ckeditor/_source/plugins/blockquote/plugin.js +0 -305
  440. data/test/dummy/public/assets/ckeditor/_source/plugins/button/plugin.js +0 -290
  441. data/test/dummy/public/assets/ckeditor/_source/plugins/clipboard/dialogs/paste.js +0 -223
  442. data/test/dummy/public/assets/ckeditor/_source/plugins/clipboard/plugin.js +0 -453
  443. data/test/dummy/public/assets/ckeditor/_source/plugins/colorbutton/plugin.js +0 -301
  444. data/test/dummy/public/assets/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +0 -340
  445. data/test/dummy/public/assets/ckeditor/_source/plugins/colordialog/plugin.js +0 -15
  446. data/test/dummy/public/assets/ckeditor/_source/plugins/contextmenu/plugin.js +0 -179
  447. data/test/dummy/public/assets/ckeditor/_source/plugins/devtools/lang/en.js +0 -16
  448. data/test/dummy/public/assets/ckeditor/_source/plugins/devtools/plugin.js +0 -173
  449. data/test/dummy/public/assets/ckeditor/_source/plugins/dialog/dialogDefinition.js +0 -1166
  450. data/test/dummy/public/assets/ckeditor/_source/plugins/dialog/plugin.js +0 -3308
  451. data/test/dummy/public/assets/ckeditor/_source/plugins/dialogadvtab/plugin.js +0 -208
  452. data/test/dummy/public/assets/ckeditor/_source/plugins/dialogui/plugin.js +0 -1541
  453. data/test/dummy/public/assets/ckeditor/_source/plugins/div/dialogs/div.js +0 -535
  454. data/test/dummy/public/assets/ckeditor/_source/plugins/div/plugin.js +0 -121
  455. data/test/dummy/public/assets/ckeditor/_source/plugins/docprops/dialogs/docprops.js +0 -674
  456. data/test/dummy/public/assets/ckeditor/_source/plugins/docprops/plugin.js +0 -22
  457. data/test/dummy/public/assets/ckeditor/_source/plugins/domiterator/plugin.js +0 -361
  458. data/test/dummy/public/assets/ckeditor/_source/plugins/editingblock/plugin.js +0 -278
  459. data/test/dummy/public/assets/ckeditor/_source/plugins/elementspath/plugin.js +0 -218
  460. data/test/dummy/public/assets/ckeditor/_source/plugins/enterkey/plugin.js +0 -433
  461. data/test/dummy/public/assets/ckeditor/_source/plugins/entities/plugin.js +0 -250
  462. data/test/dummy/public/assets/ckeditor/_source/plugins/fakeobjects/plugin.js +0 -175
  463. data/test/dummy/public/assets/ckeditor/_source/plugins/filebrowser/plugin.js +0 -534
  464. data/test/dummy/public/assets/ckeditor/_source/plugins/find/dialogs/find.js +0 -915
  465. data/test/dummy/public/assets/ckeditor/_source/plugins/find/plugin.js +0 -47
  466. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/dialogs/flash.js +0 -674
  467. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/images/placeholder-2523aeb6efa394f0835cb7d9c1488c77.png +0 -0
  468. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/images/placeholder.png +0 -0
  469. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/plugin.js +0 -154
  470. data/test/dummy/public/assets/ckeditor/_source/plugins/floatpanel/plugin.js +0 -428
  471. data/test/dummy/public/assets/ckeditor/_source/plugins/font/plugin.js +0 -234
  472. data/test/dummy/public/assets/ckeditor/_source/plugins/format/plugin.js +0 -197
  473. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/button.js +0 -118
  474. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/checkbox.js +0 -153
  475. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/form.js +0 -177
  476. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +0 -100
  477. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/radio.js +0 -135
  478. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/select.js +0 -558
  479. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/textarea.js +0 -135
  480. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/textfield.js +0 -199
  481. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/images/hiddenfield-936f3f266258d459fc0a9a6217a0b056.gif +0 -0
  482. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
  483. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/plugin.js +0 -288
  484. data/test/dummy/public/assets/ckeditor/_source/plugins/horizontalrule/plugin.js +0 -48
  485. data/test/dummy/public/assets/ckeditor/_source/plugins/htmldataprocessor/plugin.js +0 -596
  486. data/test/dummy/public/assets/ckeditor/_source/plugins/htmlwriter/plugin.js +0 -319
  487. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/dialogs/iframe.js +0 -229
  488. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/images/placeholder-f55cfd987744bc8e0d297e75cd483923.png +0 -0
  489. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
  490. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/plugin.js +0 -87
  491. data/test/dummy/public/assets/ckeditor/_source/plugins/iframedialog/plugin.js +0 -188
  492. data/test/dummy/public/assets/ckeditor/_source/plugins/image/dialogs/image.js +0 -1407
  493. data/test/dummy/public/assets/ckeditor/_source/plugins/image/plugin.js +0 -81
  494. data/test/dummy/public/assets/ckeditor/_source/plugins/indent/plugin.js +0 -461
  495. data/test/dummy/public/assets/ckeditor/_source/plugins/justify/plugin.js +0 -253
  496. data/test/dummy/public/assets/ckeditor/_source/plugins/keystrokes/plugin.js +0 -225
  497. data/test/dummy/public/assets/ckeditor/_source/plugins/link/dialogs/anchor.js +0 -144
  498. data/test/dummy/public/assets/ckeditor/_source/plugins/link/dialogs/link.js +0 -1425
  499. data/test/dummy/public/assets/ckeditor/_source/plugins/link/images/anchor-fcffa3020aea6d54c634de5ba79c055e.gif +0 -0
  500. data/test/dummy/public/assets/ckeditor/_source/plugins/link/images/anchor.gif +0 -0
  501. data/test/dummy/public/assets/ckeditor/_source/plugins/link/plugin.js +0 -374
  502. data/test/dummy/public/assets/ckeditor/_source/plugins/list/plugin.js +0 -774
  503. data/test/dummy/public/assets/ckeditor/_source/plugins/listblock/plugin.js +0 -266
  504. data/test/dummy/public/assets/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +0 -225
  505. data/test/dummy/public/assets/ckeditor/_source/plugins/liststyle/plugin.js +0 -66
  506. data/test/dummy/public/assets/ckeditor/_source/plugins/maximize/plugin.js +0 -353
  507. data/test/dummy/public/assets/ckeditor/_source/plugins/menu/plugin.js +0 -541
  508. data/test/dummy/public/assets/ckeditor/_source/plugins/menubutton/plugin.js +0 -98
  509. data/test/dummy/public/assets/ckeditor/_source/plugins/newpage/plugin.js +0 -55
  510. data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/images/pagebreak-699e13d3b4786f15aee9ca768d58ea19.gif +0 -0
  511. data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +0 -0
  512. data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/plugin.js +0 -164
  513. data/test/dummy/public/assets/ckeditor/_source/plugins/panel/plugin.js +0 -400
  514. data/test/dummy/public/assets/ckeditor/_source/plugins/panelbutton/plugin.js +0 -144
  515. data/test/dummy/public/assets/ckeditor/_source/plugins/pastefromword/filter/default.js +0 -1367
  516. data/test/dummy/public/assets/ckeditor/_source/plugins/pastefromword/plugin.js +0 -141
  517. data/test/dummy/public/assets/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +0 -67
  518. data/test/dummy/public/assets/ckeditor/_source/plugins/pastetext/plugin.js +0 -98
  519. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +0 -71
  520. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/lang/en.js +0 -16
  521. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/lang/he.js +0 -16
  522. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/placeholder-5faafb14ee25225246d64dff7bfffbf0.gif +0 -0
  523. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
  524. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/plugin.js +0 -171
  525. data/test/dummy/public/assets/ckeditor/_source/plugins/popup/plugin.js +0 -64
  526. data/test/dummy/public/assets/ckeditor/_source/plugins/preview/plugin.js +0 -113
  527. data/test/dummy/public/assets/ckeditor/_source/plugins/print/plugin.js +0 -42
  528. data/test/dummy/public/assets/ckeditor/_source/plugins/removeformat/plugin.js +0 -185
  529. data/test/dummy/public/assets/ckeditor/_source/plugins/resize/plugin.js +0 -168
  530. data/test/dummy/public/assets/ckeditor/_source/plugins/richcombo/plugin.js +0 -381
  531. data/test/dummy/public/assets/ckeditor/_source/plugins/save/plugin.js +0 -56
  532. data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/dialogs/options.js +0 -537
  533. data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +0 -71
  534. data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/plugin.js +0 -973
  535. data/test/dummy/public/assets/ckeditor/_source/plugins/selection/plugin.js +0 -1729
  536. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_address-dc40ba9312bb0710e218987606e3f7f0.png +0 -0
  537. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
  538. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_blockquote-1282e06e43bcabb0856f2124f7ce51f9.png +0 -0
  539. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
  540. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_div-c27c81d18597c829de8e91c9ea39d134.png +0 -0
  541. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
  542. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h1-50d65857bd34db2aa0d7b5f7dc6a4603.png +0 -0
  543. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
  544. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h2-fc92d34b3a2dd29d6bf95ede204d13e3.png +0 -0
  545. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
  546. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h3-ebf1718456117a9bea551f9a23dc74c7.png +0 -0
  547. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
  548. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h4-a4b70caedfcd4f858f94b8c239e5cba5.png +0 -0
  549. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
  550. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h5-2043019ffb4842cc76517fdd416ed19d.png +0 -0
  551. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
  552. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h6-350470a92875f09e37ff10adfada6007.png +0 -0
  553. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
  554. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_p-ec9d023fe50605028d4ab499eb0471a4.png +0 -0
  555. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
  556. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_pre-864ef82e5c5a85693af5a1cf6e319bf8.png +0 -0
  557. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
  558. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/plugin.js +0 -160
  559. data/test/dummy/public/assets/ckeditor/_source/plugins/showborders/plugin.js +0 -207
  560. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/dialogs/smiley.js +0 -224
  561. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angel_smile-bef270ca78e6fa3b45063d39ec84bc0c.gif +0 -0
  562. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angel_smile.gif +0 -0
  563. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angry_smile-bab741f28e98bc6d917ddfec5c0a5ca8.gif +0 -0
  564. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angry_smile.gif +0 -0
  565. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/broken_heart-2679345851234d3ac7c39a50db187708.gif +0 -0
  566. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/broken_heart.gif +0 -0
  567. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/confused_smile-74cf3920a3740aa276e208a38730732f.gif +0 -0
  568. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/confused_smile.gif +0 -0
  569. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/cry_smile-51647a8a04c77e041b26b761bb838010.gif +0 -0
  570. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/cry_smile.gif +0 -0
  571. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/devil_smile-033fd0723bf91acd7dafeb6c92dce25e.gif +0 -0
  572. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/devil_smile.gif +0 -0
  573. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/embaressed_smile-c8636d2a952d9b0ceeef311e9ec78a4e.gif +0 -0
  574. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif +0 -0
  575. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/envelope-a1bd4c87ea6901474fec9db4599ec7ee.gif +0 -0
  576. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/envelope.gif +0 -0
  577. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/heart-07ef8afe14a00991c3d436b7e804c761.gif +0 -0
  578. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/heart.gif +0 -0
  579. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/kiss-39a6ead1ca61839652498e2ff6643e66.gif +0 -0
  580. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/kiss.gif +0 -0
  581. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/lightbulb-fdd5a5b671bc3b3bd4dabfc9730bce74.gif +0 -0
  582. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/lightbulb.gif +0 -0
  583. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/omg_smile-c3eb09606761c3991e1de4d9d31a0e73.gif +0 -0
  584. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/omg_smile.gif +0 -0
  585. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/regular_smile-a94edeadc3bfc87a010e9ea79cbc8daa.gif +0 -0
  586. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/regular_smile.gif +0 -0
  587. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/sad_smile-c00123adfc80fb7d76f18daedfaf0ef3.gif +0 -0
  588. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/sad_smile.gif +0 -0
  589. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/shades_smile-69773406c7c9209f5829139f951498d2.gif +0 -0
  590. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/shades_smile.gif +0 -0
  591. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/teeth_smile-688e966965311f30254197f1d062bc7f.gif +0 -0
  592. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +0 -0
  593. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_down-9bddb23dd9680dfd66dd85271574c374.gif +0 -0
  594. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +0 -0
  595. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_up-946b16fd78b6459336ec8ed64b8ee14f.gif +0 -0
  596. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +0 -0
  597. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/tounge_smile-2446b921c5b4d83fbd6cf8501da54b61.gif +0 -0
  598. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/tounge_smile.gif +0 -0
  599. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile-7deb36f7f73a655cfa8ee463f011b4fb.gif +0 -0
  600. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  601. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/wink_smile-f4031efedd01f310c2e5e660252be2e9.gif +0 -0
  602. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/wink_smile.gif +0 -0
  603. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/plugin.js +0 -94
  604. data/test/dummy/public/assets/ckeditor/_source/plugins/sourcearea/plugin.js +0 -209
  605. data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +0 -350
  606. data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/lang/en.js +0 -122
  607. data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/plugin.js +0 -70
  608. data/test/dummy/public/assets/ckeditor/_source/plugins/styles/plugin.js +0 -1700
  609. data/test/dummy/public/assets/ckeditor/_source/plugins/styles/styles/default.js +0 -88
  610. data/test/dummy/public/assets/ckeditor/_source/plugins/stylescombo/plugin.js +0 -218
  611. data/test/dummy/public/assets/ckeditor/_source/plugins/stylesheetparser/plugin.js +0 -148
  612. data/test/dummy/public/assets/ckeditor/_source/plugins/tab/plugin.js +0 -367
  613. data/test/dummy/public/assets/ckeditor/_source/plugins/table/dialogs/table.js +0 -623
  614. data/test/dummy/public/assets/ckeditor/_source/plugins/table/plugin.js +0 -78
  615. data/test/dummy/public/assets/ckeditor/_source/plugins/tableresize/plugin.js +0 -443
  616. data/test/dummy/public/assets/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +0 -525
  617. data/test/dummy/public/assets/ckeditor/_source/plugins/tabletools/plugin.js +0 -1194
  618. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/dialogs/templates.js +0 -234
  619. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/plugin.js +0 -99
  620. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/default.js +0 -94
  621. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template1-fc3a0467b794d4f6736584e0e59881ce.gif +0 -0
  622. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template1.gif +0 -0
  623. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template2-b1679d5593cbba03a06fb099d582fcfe.gif +0 -0
  624. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template2.gif +0 -0
  625. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template3-5cb326d589cb45a0a162dbb197739113.gif +0 -0
  626. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template3.gif +0 -0
  627. data/test/dummy/public/assets/ckeditor/_source/plugins/toolbar/plugin.js +0 -545
  628. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +0 -205
  629. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/lang/en.js +0 -15
  630. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/lang/he.js +0 -15
  631. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/plugin.js +0 -37
  632. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/uicolor-fef7040d883249956c259d82fe466438.gif +0 -0
  633. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/uicolor.gif +0 -0
  634. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg-2a1476b227b192de64c910eb7c7d1959.png +0 -0
  635. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  636. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb-1fcd818d192a2145b4889954916e6989.png +0 -0
  637. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  638. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask-f94a3d8be4cbac6181070a091d00d08c.png +0 -0
  639. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  640. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb-54fc5a034b6db450cd260c160b4aa1da.png +0 -0
  641. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  642. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +0 -15
  643. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/yui.js +0 -71
  644. data/test/dummy/public/assets/ckeditor/_source/plugins/undo/plugin.js +0 -578
  645. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/ciframe-b2a46fc6f5f4795ef6bf5a381ed48e41.html +0 -49
  646. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +0 -49
  647. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset-f8fccfa58764e0f1247064bf8290484b.html +0 -52
  648. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +0 -52
  649. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/wsc.css +0 -82
  650. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/wsc.js +0 -192
  651. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/plugin.js +0 -33
  652. data/test/dummy/public/assets/ckeditor/_source/plugins/wysiwygarea/plugin.js +0 -1347
  653. data/test/dummy/public/assets/ckeditor/_source/plugins/xml/plugin.js +0 -170
  654. data/test/dummy/public/assets/ckeditor/_source/skins/kama/dialog.css +0 -989
  655. data/test/dummy/public/assets/ckeditor/_source/skins/kama/editor.css +0 -25
  656. data/test/dummy/public/assets/ckeditor/_source/skins/kama/elementspath.css +0 -73
  657. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons-9d3eca06a539035ef6b1c3bd81df1aac.png +0 -0
  658. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons.css +0 -366
  659. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons.png +0 -0
  660. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons_rtl-aeb47940348bb794d0c51a8c752904b8.png +0 -0
  661. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
  662. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides-3e5878a759ac96ccc7a0120ede543239.png +0 -0
  663. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides-b2e0faad80156a5b6d1e3b2e154de599.gif +0 -0
  664. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
  665. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
  666. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides_rtl-213ac5019db4e41512b98c35f7a48f2e.png +0 -0
  667. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
  668. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/mini-46560712c4ce68a8c7f4076d34cba20e.gif +0 -0
  669. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/mini.gif +0 -0
  670. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/noimage-a2cc8fd2b37f368e469119ab83013612.png +0 -0
  671. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/noimage.png +0 -0
  672. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites-2f4be37dfe20462d3879fa9e97be7c4b.png +0 -0
  673. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites.png +0 -0
  674. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites_ie6-0657a22bf8896c14fa3bab9aa8ce4625.png +0 -0
  675. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
  676. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/toolbar_start-d24bf760b3d2d019158605ec6c957426.gif +0 -0
  677. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
  678. data/test/dummy/public/assets/ckeditor/_source/skins/kama/mainui.css +0 -206
  679. data/test/dummy/public/assets/ckeditor/_source/skins/kama/menu.css +0 -232
  680. data/test/dummy/public/assets/ckeditor/_source/skins/kama/panel.css +0 -217
  681. data/test/dummy/public/assets/ckeditor/_source/skins/kama/presets.css +0 -49
  682. data/test/dummy/public/assets/ckeditor/_source/skins/kama/reset.css +0 -85
  683. data/test/dummy/public/assets/ckeditor/_source/skins/kama/richcombo.css +0 -287
  684. data/test/dummy/public/assets/ckeditor/_source/skins/kama/skin.js +0 -236
  685. data/test/dummy/public/assets/ckeditor/_source/skins/kama/templates.css +0 -88
  686. data/test/dummy/public/assets/ckeditor/_source/skins/kama/toolbar.css +0 -408
  687. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/dialog.css +0 -891
  688. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/editor.css +0 -25
  689. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/elementspath.css +0 -74
  690. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons-9d3eca06a539035ef6b1c3bd81df1aac.png +0 -0
  691. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons.css +0 -363
  692. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons.png +0 -0
  693. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons_rtl-aeb47940348bb794d0c51a8c752904b8.png +0 -0
  694. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
  695. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides-566f701a7fb1582bb8aa56aa23a08650.gif +0 -0
  696. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides-63b6dee922b8534a4dffc35b89ab1a55.png +0 -0
  697. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
  698. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
  699. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides_rtl-8db16a93f455a72394cfc976eb4cadb4.png +0 -0
  700. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
  701. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/mini-46560712c4ce68a8c7f4076d34cba20e.gif +0 -0
  702. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
  703. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/noimage-a2cc8fd2b37f368e469119ab83013612.png +0 -0
  704. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
  705. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites-4c0eb4a3d1eaf4ed444aec605899d073.png +0 -0
  706. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
  707. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites_ie6-f4c92c03a74d3ca5ed75eab5d0efc218.png +0 -0
  708. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
  709. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/mainui.css +0 -153
  710. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/menu.css +0 -229
  711. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/panel.css +0 -212
  712. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/presets.css +0 -49
  713. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/reset.css +0 -85
  714. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/richcombo.css +0 -309
  715. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/skin.js +0 -74
  716. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/templates.css +0 -87
  717. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/toolbar.css +0 -522
  718. data/test/dummy/public/assets/ckeditor/_source/skins/v2/dialog.css +0 -907
  719. data/test/dummy/public/assets/ckeditor/_source/skins/v2/editor.css +0 -25
  720. data/test/dummy/public/assets/ckeditor/_source/skins/v2/elementspath.css +0 -74
  721. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons-9d3eca06a539035ef6b1c3bd81df1aac.png +0 -0
  722. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons.css +0 -363
  723. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons.png +0 -0
  724. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons_rtl-aeb47940348bb794d0c51a8c752904b8.png +0 -0
  725. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
  726. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides-3e5878a759ac96ccc7a0120ede543239.png +0 -0
  727. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides-b2e0faad80156a5b6d1e3b2e154de599.gif +0 -0
  728. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
  729. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
  730. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides_rtl-213ac5019db4e41512b98c35f7a48f2e.png +0 -0
  731. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
  732. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/mini-46560712c4ce68a8c7f4076d34cba20e.gif +0 -0
  733. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/mini.gif +0 -0
  734. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/noimage-a2cc8fd2b37f368e469119ab83013612.png +0 -0
  735. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/noimage.png +0 -0
  736. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites-c3f7ae056042da169ec1a81f18eb31e6.png +0 -0
  737. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites.png +0 -0
  738. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites_ie6-f87b6810a17d1fd9740f7e9eb27f351f.png +0 -0
  739. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
  740. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/toolbar_start-d24bf760b3d2d019158605ec6c957426.gif +0 -0
  741. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
  742. data/test/dummy/public/assets/ckeditor/_source/skins/v2/mainui.css +0 -162
  743. data/test/dummy/public/assets/ckeditor/_source/skins/v2/menu.css +0 -232
  744. data/test/dummy/public/assets/ckeditor/_source/skins/v2/panel.css +0 -212
  745. data/test/dummy/public/assets/ckeditor/_source/skins/v2/presets.css +0 -50
  746. data/test/dummy/public/assets/ckeditor/_source/skins/v2/reset.css +0 -85
  747. data/test/dummy/public/assets/ckeditor/_source/skins/v2/richcombo.css +0 -302
  748. data/test/dummy/public/assets/ckeditor/_source/skins/v2/skin.js +0 -70
  749. data/test/dummy/public/assets/ckeditor/_source/skins/v2/templates.css +0 -87
  750. data/test/dummy/public/assets/ckeditor/_source/skins/v2/toolbar.css +0 -465
  751. data/test/dummy/public/assets/ckeditor/_source/themes/default/theme.js +0 -407
  752. data/test/dummy/public/assets/ckeditor/adapters/jquery.js +0 -6
  753. data/test/dummy/public/assets/ckeditor/ckeditor-01580143bdb99b3d10c94daab6132e65.pack +0 -211
  754. data/test/dummy/public/assets/ckeditor/ckeditor-0da706dd63c19b18d10798aa7d0f6544.asp +0 -955
  755. data/test/dummy/public/assets/ckeditor/ckeditor-867e43aaf8a7a37a5159e5349cf52505.php +0 -29
  756. data/test/dummy/public/assets/ckeditor/ckeditor.asp +0 -955
  757. data/test/dummy/public/assets/ckeditor/ckeditor.js +0 -149
  758. data/test/dummy/public/assets/ckeditor/ckeditor.pack +0 -211
  759. data/test/dummy/public/assets/ckeditor/ckeditor.php +0 -29
  760. data/test/dummy/public/assets/ckeditor/ckeditor_basic.js +0 -8
  761. data/test/dummy/public/assets/ckeditor/ckeditor_basic_source.js +0 -20
  762. data/test/dummy/public/assets/ckeditor/ckeditor_php4-4d1266442675284992f7d9c37a861d8c.php +0 -566
  763. data/test/dummy/public/assets/ckeditor/ckeditor_php4.php +0 -566
  764. data/test/dummy/public/assets/ckeditor/ckeditor_php5-c10c3e7ae158ff33556d591d4b68b20a.php +0 -556
  765. data/test/dummy/public/assets/ckeditor/ckeditor_php5.php +0 -556
  766. data/test/dummy/public/assets/ckeditor/ckeditor_source.js +0 -35
  767. data/test/dummy/public/assets/ckeditor/config.js +0 -11
  768. data/test/dummy/public/assets/ckeditor/contents.css +0 -25
  769. data/test/dummy/public/assets/ckeditor/images/spacer-efb4fe7589bccc45af59714c77085d3c.gif +0 -0
  770. data/test/dummy/public/assets/ckeditor/images/spacer.gif +0 -0
  771. data/test/dummy/public/assets/ckeditor/lang/_languages.js +0 -6
  772. data/test/dummy/public/assets/ckeditor/lang/_translationstatus-58be1ae4db275d7eb31a7e5b4fdd9e2a.txt +0 -61
  773. data/test/dummy/public/assets/ckeditor/lang/_translationstatus.txt +0 -61
  774. data/test/dummy/public/assets/ckeditor/lang/af.js +0 -6
  775. data/test/dummy/public/assets/ckeditor/lang/ar.js +0 -6
  776. data/test/dummy/public/assets/ckeditor/lang/bg.js +0 -6
  777. data/test/dummy/public/assets/ckeditor/lang/bn.js +0 -6
  778. data/test/dummy/public/assets/ckeditor/lang/bs.js +0 -6
  779. data/test/dummy/public/assets/ckeditor/lang/ca.js +0 -6
  780. data/test/dummy/public/assets/ckeditor/lang/cs.js +0 -6
  781. data/test/dummy/public/assets/ckeditor/lang/cy.js +0 -6
  782. data/test/dummy/public/assets/ckeditor/lang/da.js +0 -6
  783. data/test/dummy/public/assets/ckeditor/lang/de.js +0 -6
  784. data/test/dummy/public/assets/ckeditor/lang/el.js +0 -6
  785. data/test/dummy/public/assets/ckeditor/lang/en-au.js +0 -6
  786. data/test/dummy/public/assets/ckeditor/lang/en-ca.js +0 -6
  787. data/test/dummy/public/assets/ckeditor/lang/en-gb.js +0 -6
  788. data/test/dummy/public/assets/ckeditor/lang/en.js +0 -6
  789. data/test/dummy/public/assets/ckeditor/lang/eo.js +0 -6
  790. data/test/dummy/public/assets/ckeditor/lang/es.js +0 -6
  791. data/test/dummy/public/assets/ckeditor/lang/et.js +0 -6
  792. data/test/dummy/public/assets/ckeditor/lang/eu.js +0 -6
  793. data/test/dummy/public/assets/ckeditor/lang/fa.js +0 -6
  794. data/test/dummy/public/assets/ckeditor/lang/fi.js +0 -6
  795. data/test/dummy/public/assets/ckeditor/lang/fo.js +0 -6
  796. data/test/dummy/public/assets/ckeditor/lang/fr-ca.js +0 -6
  797. data/test/dummy/public/assets/ckeditor/lang/fr.js +0 -6
  798. data/test/dummy/public/assets/ckeditor/lang/gl.js +0 -6
  799. data/test/dummy/public/assets/ckeditor/lang/gu.js +0 -6
  800. data/test/dummy/public/assets/ckeditor/lang/he.js +0 -6
  801. data/test/dummy/public/assets/ckeditor/lang/hi.js +0 -6
  802. data/test/dummy/public/assets/ckeditor/lang/hr.js +0 -6
  803. data/test/dummy/public/assets/ckeditor/lang/hu.js +0 -6
  804. data/test/dummy/public/assets/ckeditor/lang/is.js +0 -6
  805. data/test/dummy/public/assets/ckeditor/lang/it.js +0 -6
  806. data/test/dummy/public/assets/ckeditor/lang/ja.js +0 -6
  807. data/test/dummy/public/assets/ckeditor/lang/ka.js +0 -6
  808. data/test/dummy/public/assets/ckeditor/lang/km.js +0 -6
  809. data/test/dummy/public/assets/ckeditor/lang/ko.js +0 -6
  810. data/test/dummy/public/assets/ckeditor/lang/lt.js +0 -6
  811. data/test/dummy/public/assets/ckeditor/lang/lv.js +0 -6
  812. data/test/dummy/public/assets/ckeditor/lang/mn.js +0 -6
  813. data/test/dummy/public/assets/ckeditor/lang/ms.js +0 -6
  814. data/test/dummy/public/assets/ckeditor/lang/nb.js +0 -6
  815. data/test/dummy/public/assets/ckeditor/lang/nl.js +0 -6
  816. data/test/dummy/public/assets/ckeditor/lang/no.js +0 -6
  817. data/test/dummy/public/assets/ckeditor/lang/pl.js +0 -6
  818. data/test/dummy/public/assets/ckeditor/lang/pt-br.js +0 -6
  819. data/test/dummy/public/assets/ckeditor/lang/pt.js +0 -6
  820. data/test/dummy/public/assets/ckeditor/lang/ro.js +0 -6
  821. data/test/dummy/public/assets/ckeditor/lang/ru.js +0 -6
  822. data/test/dummy/public/assets/ckeditor/lang/sk.js +0 -6
  823. data/test/dummy/public/assets/ckeditor/lang/sl.js +0 -6
  824. data/test/dummy/public/assets/ckeditor/lang/sr-latn.js +0 -6
  825. data/test/dummy/public/assets/ckeditor/lang/sr.js +0 -6
  826. data/test/dummy/public/assets/ckeditor/lang/sv.js +0 -6
  827. data/test/dummy/public/assets/ckeditor/lang/th.js +0 -6
  828. data/test/dummy/public/assets/ckeditor/lang/tr.js +0 -6
  829. data/test/dummy/public/assets/ckeditor/lang/uk.js +0 -6
  830. data/test/dummy/public/assets/ckeditor/lang/vi.js +0 -6
  831. data/test/dummy/public/assets/ckeditor/lang/zh-cn.js +0 -6
  832. data/test/dummy/public/assets/ckeditor/lang/zh.js +0 -6
  833. data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +0 -7
  834. data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/lang/en.js +0 -6
  835. data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/lang/he.js +0 -6
  836. data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/about.js +0 -6
  837. data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor-23d870d1ed71ce5e586ffae0400ff744.png +0 -0
  838. data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  839. data/test/dummy/public/assets/ckeditor/plugins/adobeair/plugin.js +0 -6
  840. data/test/dummy/public/assets/ckeditor/plugins/ajax/plugin.js +0 -6
  841. data/test/dummy/public/assets/ckeditor/plugins/autogrow/plugin.js +0 -6
  842. data/test/dummy/public/assets/ckeditor/plugins/bbcode/plugin.js +0 -9
  843. data/test/dummy/public/assets/ckeditor/plugins/clipboard/dialogs/paste.js +0 -7
  844. data/test/dummy/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -7
  845. data/test/dummy/public/assets/ckeditor/plugins/devtools/lang/en.js +0 -6
  846. data/test/dummy/public/assets/ckeditor/plugins/devtools/plugin.js +0 -6
  847. data/test/dummy/public/assets/ckeditor/plugins/dialog/dialogDefinition.js +0 -4
  848. data/test/dummy/public/assets/ckeditor/plugins/div/dialogs/div.js +0 -8
  849. data/test/dummy/public/assets/ckeditor/plugins/docprops/dialogs/docprops.js +0 -10
  850. data/test/dummy/public/assets/ckeditor/plugins/docprops/plugin.js +0 -6
  851. data/test/dummy/public/assets/ckeditor/plugins/find/dialogs/find.js +0 -10
  852. data/test/dummy/public/assets/ckeditor/plugins/flash/dialogs/flash.js +0 -9
  853. data/test/dummy/public/assets/ckeditor/plugins/flash/images/placeholder-2523aeb6efa394f0835cb7d9c1488c77.png +0 -0
  854. data/test/dummy/public/assets/ckeditor/plugins/flash/images/placeholder.png +0 -0
  855. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/button.js +0 -6
  856. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js +0 -6
  857. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/form.js +0 -6
  858. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -6
  859. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/radio.js +0 -6
  860. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/select.js +0 -9
  861. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/textarea.js +0 -6
  862. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/textfield.js +0 -6
  863. data/test/dummy/public/assets/ckeditor/plugins/forms/images/hiddenfield-936f3f266258d459fc0a9a6217a0b056.gif +0 -0
  864. data/test/dummy/public/assets/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  865. data/test/dummy/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js +0 -7
  866. data/test/dummy/public/assets/ckeditor/plugins/iframe/images/placeholder-f55cfd987744bc8e0d297e75cd483923.png +0 -0
  867. data/test/dummy/public/assets/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  868. data/test/dummy/public/assets/ckeditor/plugins/iframedialog/plugin.js +0 -6
  869. data/test/dummy/public/assets/ckeditor/plugins/image/dialogs/image.js +0 -13
  870. data/test/dummy/public/assets/ckeditor/plugins/link/dialogs/anchor.js +0 -6
  871. data/test/dummy/public/assets/ckeditor/plugins/link/dialogs/link.js +0 -12
  872. data/test/dummy/public/assets/ckeditor/plugins/link/images/anchor-fcffa3020aea6d54c634de5ba79c055e.gif +0 -0
  873. data/test/dummy/public/assets/ckeditor/plugins/link/images/anchor.gif +0 -0
  874. data/test/dummy/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js +0 -7
  875. data/test/dummy/public/assets/ckeditor/plugins/pagebreak/images/pagebreak-699e13d3b4786f15aee9ca768d58ea19.gif +0 -0
  876. data/test/dummy/public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  877. data/test/dummy/public/assets/ckeditor/plugins/pastefromword/filter/default.js +0 -11
  878. data/test/dummy/public/assets/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -6
  879. data/test/dummy/public/assets/ckeditor/plugins/placeholder/dialogs/placeholder.js +0 -6
  880. data/test/dummy/public/assets/ckeditor/plugins/placeholder/lang/en.js +0 -6
  881. data/test/dummy/public/assets/ckeditor/plugins/placeholder/lang/he.js +0 -6
  882. data/test/dummy/public/assets/ckeditor/plugins/placeholder/placeholder-5faafb14ee25225246d64dff7bfffbf0.gif +0 -0
  883. data/test/dummy/public/assets/ckeditor/plugins/placeholder/placeholder.gif +0 -0
  884. data/test/dummy/public/assets/ckeditor/plugins/placeholder/plugin.js +0 -6
  885. data/test/dummy/public/assets/ckeditor/plugins/scayt/dialogs/options.js +0 -8
  886. data/test/dummy/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -6
  887. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_address-dc40ba9312bb0710e218987606e3f7f0.png +0 -0
  888. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  889. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_blockquote-1282e06e43bcabb0856f2124f7ce51f9.png +0 -0
  890. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  891. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_div-c27c81d18597c829de8e91c9ea39d134.png +0 -0
  892. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  893. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h1-50d65857bd34db2aa0d7b5f7dc6a4603.png +0 -0
  894. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  895. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h2-fc92d34b3a2dd29d6bf95ede204d13e3.png +0 -0
  896. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  897. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h3-ebf1718456117a9bea551f9a23dc74c7.png +0 -0
  898. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  899. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h4-a4b70caedfcd4f858f94b8c239e5cba5.png +0 -0
  900. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  901. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h5-2043019ffb4842cc76517fdd416ed19d.png +0 -0
  902. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  903. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h6-350470a92875f09e37ff10adfada6007.png +0 -0
  904. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  905. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_p-ec9d023fe50605028d4ab499eb0471a4.png +0 -0
  906. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  907. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_pre-864ef82e5c5a85693af5a1cf6e319bf8.png +0 -0
  908. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  909. data/test/dummy/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js +0 -7
  910. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angel_smile-bef270ca78e6fa3b45063d39ec84bc0c.gif +0 -0
  911. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  912. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angry_smile-bab741f28e98bc6d917ddfec5c0a5ca8.gif +0 -0
  913. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  914. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/broken_heart-2679345851234d3ac7c39a50db187708.gif +0 -0
  915. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  916. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/confused_smile-74cf3920a3740aa276e208a38730732f.gif +0 -0
  917. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  918. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/cry_smile-51647a8a04c77e041b26b761bb838010.gif +0 -0
  919. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  920. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/devil_smile-033fd0723bf91acd7dafeb6c92dce25e.gif +0 -0
  921. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  922. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/embaressed_smile-c8636d2a952d9b0ceeef311e9ec78a4e.gif +0 -0
  923. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  924. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/envelope-a1bd4c87ea6901474fec9db4599ec7ee.gif +0 -0
  925. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  926. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/heart-07ef8afe14a00991c3d436b7e804c761.gif +0 -0
  927. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/heart.gif +0 -0
  928. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/kiss-39a6ead1ca61839652498e2ff6643e66.gif +0 -0
  929. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  930. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/lightbulb-fdd5a5b671bc3b3bd4dabfc9730bce74.gif +0 -0
  931. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  932. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/omg_smile-c3eb09606761c3991e1de4d9d31a0e73.gif +0 -0
  933. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  934. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/regular_smile-a94edeadc3bfc87a010e9ea79cbc8daa.gif +0 -0
  935. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  936. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/sad_smile-c00123adfc80fb7d76f18daedfaf0ef3.gif +0 -0
  937. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  938. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/shades_smile-69773406c7c9209f5829139f951498d2.gif +0 -0
  939. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  940. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/teeth_smile-688e966965311f30254197f1d062bc7f.gif +0 -0
  941. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  942. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_down-9bddb23dd9680dfd66dd85271574c374.gif +0 -0
  943. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  944. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_up-946b16fd78b6459336ec8ed64b8ee14f.gif +0 -0
  945. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  946. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/tounge_smile-2446b921c5b4d83fbd6cf8501da54b61.gif +0 -0
  947. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  948. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-7deb36f7f73a655cfa8ee463f011b4fb.gif +0 -0
  949. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  950. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/wink_smile-f4031efedd01f310c2e5e660252be2e9.gif +0 -0
  951. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  952. data/test/dummy/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -7
  953. data/test/dummy/public/assets/ckeditor/plugins/specialchar/lang/en.js +0 -6
  954. data/test/dummy/public/assets/ckeditor/plugins/styles/styles/default.js +0 -6
  955. data/test/dummy/public/assets/ckeditor/plugins/stylesheetparser/plugin.js +0 -6
  956. data/test/dummy/public/assets/ckeditor/plugins/table/dialogs/table.js +0 -9
  957. data/test/dummy/public/assets/ckeditor/plugins/tableresize/plugin.js +0 -7
  958. data/test/dummy/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -8
  959. data/test/dummy/public/assets/ckeditor/plugins/templates/dialogs/templates.js +0 -7
  960. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/default.js +0 -6
  961. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template1-fc3a0467b794d4f6736584e0e59881ce.gif +0 -0
  962. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  963. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template2-b1679d5593cbba03a06fb099d582fcfe.gif +0 -0
  964. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  965. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template3-5cb326d589cb45a0a162dbb197739113.gif +0 -0
  966. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  967. data/test/dummy/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -7
  968. data/test/dummy/public/assets/ckeditor/plugins/uicolor/lang/en.js +0 -6
  969. data/test/dummy/public/assets/ckeditor/plugins/uicolor/lang/he.js +0 -6
  970. data/test/dummy/public/assets/ckeditor/plugins/uicolor/plugin.js +0 -6
  971. data/test/dummy/public/assets/ckeditor/plugins/uicolor/uicolor-fef7040d883249956c259d82fe466438.gif +0 -0
  972. data/test/dummy/public/assets/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  973. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg-2a1476b227b192de64c910eb7c7d1959.png +0 -0
  974. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  975. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb-1fcd818d192a2145b4889954916e6989.png +0 -0
  976. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  977. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask-f94a3d8be4cbac6181070a091d00d08c.png +0 -0
  978. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  979. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb-54fc5a034b6db450cd260c160b4aa1da.png +0 -0
  980. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  981. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -6
  982. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/yui.js +0 -76
  983. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-b2a46fc6f5f4795ef6bf5a381ed48e41.html +0 -49
  984. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
  985. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-f8fccfa58764e0f1247064bf8290484b.html +0 -52
  986. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
  987. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css +0 -6
  988. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js +0 -7
  989. data/test/dummy/public/assets/ckeditor/plugins/xml/plugin.js +0 -6
  990. data/test/dummy/public/assets/ckeditor/skins/kama/dialog.css +0 -10
  991. data/test/dummy/public/assets/ckeditor/skins/kama/editor.css +0 -13
  992. data/test/dummy/public/assets/ckeditor/skins/kama/icons-9d3eca06a539035ef6b1c3bd81df1aac.png +0 -0
  993. data/test/dummy/public/assets/ckeditor/skins/kama/icons.png +0 -0
  994. data/test/dummy/public/assets/ckeditor/skins/kama/icons_rtl-aeb47940348bb794d0c51a8c752904b8.png +0 -0
  995. data/test/dummy/public/assets/ckeditor/skins/kama/icons_rtl.png +0 -0
  996. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides-3e5878a759ac96ccc7a0120ede543239.png +0 -0
  997. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides-b2e0faad80156a5b6d1e3b2e154de599.gif +0 -0
  998. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  999. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  1000. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl-213ac5019db4e41512b98c35f7a48f2e.png +0 -0
  1001. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  1002. data/test/dummy/public/assets/ckeditor/skins/kama/images/mini-46560712c4ce68a8c7f4076d34cba20e.gif +0 -0
  1003. data/test/dummy/public/assets/ckeditor/skins/kama/images/mini.gif +0 -0
  1004. data/test/dummy/public/assets/ckeditor/skins/kama/images/noimage-a2cc8fd2b37f368e469119ab83013612.png +0 -0
  1005. data/test/dummy/public/assets/ckeditor/skins/kama/images/noimage.png +0 -0
  1006. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites-2f4be37dfe20462d3879fa9e97be7c4b.png +0 -0
  1007. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites.png +0 -0
  1008. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites_ie6-0657a22bf8896c14fa3bab9aa8ce4625.png +0 -0
  1009. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  1010. data/test/dummy/public/assets/ckeditor/skins/kama/images/toolbar_start-d24bf760b3d2d019158605ec6c957426.gif +0 -0
  1011. data/test/dummy/public/assets/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  1012. data/test/dummy/public/assets/ckeditor/skins/kama/skin.js +0 -7
  1013. data/test/dummy/public/assets/ckeditor/skins/kama/templates.css +0 -6
  1014. data/test/dummy/public/assets/ckeditor/skins/office2003/dialog.css +0 -9
  1015. data/test/dummy/public/assets/ckeditor/skins/office2003/editor.css +0 -14
  1016. data/test/dummy/public/assets/ckeditor/skins/office2003/icons-9d3eca06a539035ef6b1c3bd81df1aac.png +0 -0
  1017. data/test/dummy/public/assets/ckeditor/skins/office2003/icons.png +0 -0
  1018. data/test/dummy/public/assets/ckeditor/skins/office2003/icons_rtl-aeb47940348bb794d0c51a8c752904b8.png +0 -0
  1019. data/test/dummy/public/assets/ckeditor/skins/office2003/icons_rtl.png +0 -0
  1020. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides-566f701a7fb1582bb8aa56aa23a08650.gif +0 -0
  1021. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides-63b6dee922b8534a4dffc35b89ab1a55.png +0 -0
  1022. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
  1023. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
  1024. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides_rtl-8db16a93f455a72394cfc976eb4cadb4.png +0 -0
  1025. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
  1026. data/test/dummy/public/assets/ckeditor/skins/office2003/images/mini-46560712c4ce68a8c7f4076d34cba20e.gif +0 -0
  1027. data/test/dummy/public/assets/ckeditor/skins/office2003/images/mini.gif +0 -0
  1028. data/test/dummy/public/assets/ckeditor/skins/office2003/images/noimage-a2cc8fd2b37f368e469119ab83013612.png +0 -0
  1029. data/test/dummy/public/assets/ckeditor/skins/office2003/images/noimage.png +0 -0
  1030. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites-4c0eb4a3d1eaf4ed444aec605899d073.png +0 -0
  1031. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites.png +0 -0
  1032. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites_ie6-f4c92c03a74d3ca5ed75eab5d0efc218.png +0 -0
  1033. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
  1034. data/test/dummy/public/assets/ckeditor/skins/office2003/skin.js +0 -6
  1035. data/test/dummy/public/assets/ckeditor/skins/office2003/templates.css +0 -6
  1036. data/test/dummy/public/assets/ckeditor/skins/v2/dialog.css +0 -9
  1037. data/test/dummy/public/assets/ckeditor/skins/v2/editor.css +0 -13
  1038. data/test/dummy/public/assets/ckeditor/skins/v2/icons-9d3eca06a539035ef6b1c3bd81df1aac.png +0 -0
  1039. data/test/dummy/public/assets/ckeditor/skins/v2/icons.png +0 -0
  1040. data/test/dummy/public/assets/ckeditor/skins/v2/icons_rtl-aeb47940348bb794d0c51a8c752904b8.png +0 -0
  1041. data/test/dummy/public/assets/ckeditor/skins/v2/icons_rtl.png +0 -0
  1042. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides-3e5878a759ac96ccc7a0120ede543239.png +0 -0
  1043. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides-b2e0faad80156a5b6d1e3b2e154de599.gif +0 -0
  1044. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
  1045. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides.png +0 -0
  1046. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides_rtl-213ac5019db4e41512b98c35f7a48f2e.png +0 -0
  1047. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
  1048. data/test/dummy/public/assets/ckeditor/skins/v2/images/mini-46560712c4ce68a8c7f4076d34cba20e.gif +0 -0
  1049. data/test/dummy/public/assets/ckeditor/skins/v2/images/mini.gif +0 -0
  1050. data/test/dummy/public/assets/ckeditor/skins/v2/images/noimage-a2cc8fd2b37f368e469119ab83013612.png +0 -0
  1051. data/test/dummy/public/assets/ckeditor/skins/v2/images/noimage.png +0 -0
  1052. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites-c3f7ae056042da169ec1a81f18eb31e6.png +0 -0
  1053. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites.png +0 -0
  1054. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites_ie6-f87b6810a17d1fd9740f7e9eb27f351f.png +0 -0
  1055. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
  1056. data/test/dummy/public/assets/ckeditor/skins/v2/images/toolbar_start-d24bf760b3d2d019158605ec6c957426.gif +0 -0
  1057. data/test/dummy/public/assets/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
  1058. data/test/dummy/public/assets/ckeditor/skins/v2/skin.js +0 -6
  1059. data/test/dummy/public/assets/ckeditor/skins/v2/templates.css +0 -6
  1060. data/test/dummy/public/assets/ckeditor/themes/default/theme.js +0 -8
  1061. data/test/dummy/public/assets/manifest.yml +0 -234
  1062. data/test/dummy/public/assets/rich/application-408b1cef5ce535a25f501b1963eaadd9.js +0 -19
  1063. data/test/dummy/public/assets/rich/application-408b1cef5ce535a25f501b1963eaadd9.js.gz +0 -0
  1064. data/test/dummy/public/assets/rich/application-5707b8b085e9adf29512f54e5d1bb062.css +0 -1
  1065. data/test/dummy/public/assets/rich/application-5707b8b085e9adf29512f54e5d1bb062.css.gz +0 -0
  1066. data/test/dummy/public/assets/rich/application.css +0 -1
  1067. data/test/dummy/public/assets/rich/application.css.gz +0 -0
  1068. data/test/dummy/public/assets/rich/application.js +0 -19
  1069. data/test/dummy/public/assets/rich/application.js.gz +0 -0
  1070. data/test/dummy/public/assets/rich/base-4c97f18739b5160edb94f939a4d129ed.js +0 -11
  1071. data/test/dummy/public/assets/rich/base-4c97f18739b5160edb94f939a4d129ed.js.gz +0 -0
  1072. data/test/dummy/public/assets/rich/base.js +0 -11
  1073. data/test/dummy/public/assets/rich/base.js.gz +0 -0
  1074. data/test/dummy/public/assets/rich/images-be08c580ec923cabe1977cba7a5f3b4e.png +0 -0
  1075. data/test/dummy/public/assets/rich/images.png +0 -0
  1076. data/test/dummy/public/assets/rich/plus-dc3f927158bd63e9e504608f186c09c2.png +0 -0
  1077. data/test/dummy/public/assets/rich/plus-red-13c9e0cc64bcf1fc3a5af70d5ed212ba.png +0 -0
  1078. data/test/dummy/public/assets/rich/plus-red.png +0 -0
  1079. data/test/dummy/public/assets/rich/plus.png +0 -0
  1080. data/test/dummy/public/assets/rich/x-red-29997c7fff3174ed6dd2fbc50be3afac.png +0 -0
  1081. data/test/dummy/public/assets/rich/x-red.png +0 -0
  1082. data/test/dummy/public/system/test +0 -0
  1083. data/test/dummy/tmp/cache/assets/C06/710/sprockets%2F8af9e25749241939f390509d20792815 +0 -0
  1084. data/test/dummy/tmp/cache/assets/C32/0F0/sprockets%2F149ca330c1a5a00561c265b103246858 +0 -0
  1085. data/test/dummy/tmp/cache/assets/C32/C40/sprockets%2Ff459d7671964c49e413971720514ba68 +0 -1251
  1086. data/test/dummy/tmp/cache/assets/C40/B90/sprockets%2F569d683250884929c82ce815f1749e81 +0 -0
  1087. data/test/dummy/tmp/cache/assets/C48/440/sprockets%2F32844d510659827480b8a1213e6a2af5 +0 -0
  1088. data/test/dummy/tmp/cache/assets/C4E/680/sprockets%2F36f2033c1306b72059d82b49209687ec +0 -0
  1089. data/test/dummy/tmp/cache/assets/C50/240/sprockets%2F1239ff9682734d0e51871373a51108cc +0 -0
  1090. data/test/dummy/tmp/cache/assets/C59/EA0/sprockets%2F18d48e64651c574775b0503f68800e3e +0 -0
  1091. data/test/dummy/tmp/cache/assets/C5C/640/sprockets%2F0fa11f77632ac7a8e096764720506999 +0 -0
  1092. data/test/dummy/tmp/cache/assets/C6B/8F0/sprockets%2F319e8684d575a5826884b528b7d2d565 +0 -0
  1093. data/test/dummy/tmp/cache/assets/C6E/C10/sprockets%2F22d04958b123a192d331199bd1473c0e +0 -0
  1094. data/test/dummy/tmp/cache/assets/C73/290/sprockets%2F9090ba5b09d473240c301788406dd36a +0 -0
  1095. data/test/dummy/tmp/cache/assets/C7E/3F0/sprockets%2F59dc60cc2216e8c008e3461059c50867 +0 -0
  1096. data/test/dummy/tmp/cache/assets/C81/330/sprockets%2F230389fcdf278e2b64685401016451ff +0 -0
  1097. data/test/dummy/tmp/cache/assets/C91/AF0/sprockets%2F80725049568a1c1b6765663796e9bebc +0 -0
  1098. data/test/dummy/tmp/cache/assets/C99/430/sprockets%2F1027b261dc3bd6202585ad4d830263c6 +0 -0
  1099. data/test/dummy/tmp/cache/assets/CA3/970/sprockets%2F9af3532100025f93c2604b739cd6b3a9 +0 -0
  1100. data/test/dummy/tmp/cache/assets/CA5/BC0/sprockets%2F54140182f1546dc2a14ecc93562635de +0 -0
  1101. data/test/dummy/tmp/cache/assets/CA7/5E0/sprockets%2F4c16aa314e932793c102c84062d397cf +0 -0
  1102. data/test/dummy/tmp/cache/assets/CB2/C10/sprockets%2F03934299c89f790b6833b280fb4a01ad +0 -0
  1103. data/test/dummy/tmp/cache/assets/CB5/EA0/sprockets%2F9a5a0f6a06d14e79336f787d1583a730 +0 -0
  1104. data/test/dummy/tmp/cache/assets/CB6/470/sprockets%2F796e8921ac7b11e0178c46505c45d65e +0 -0
  1105. data/test/dummy/tmp/cache/assets/CB6/ED0/sprockets%2F217e63b55023fa89f456fd47b358146b +0 -0
  1106. data/test/dummy/tmp/cache/assets/CB8/7F0/sprockets%2F16f038d34c58a8ff1b39358f4d602384 +0 -0
  1107. data/test/dummy/tmp/cache/assets/CB8/AE0/sprockets%2F163cb891a42a909f1e990f3fa7485371 +0 -0
  1108. data/test/dummy/tmp/cache/assets/CBA/230/sprockets%2F9ef98cb0db8d4b36199942b170009257 +0 -0
  1109. data/test/dummy/tmp/cache/assets/CBA/700/sprockets%2F0669df32d9ec0572379442d9c980d04a +0 -0
  1110. data/test/dummy/tmp/cache/assets/CBB/670/sprockets%2Fd89670cda692273a59827741fe4aa632 +0 -0
  1111. data/test/dummy/tmp/cache/assets/CBE/6C0/sprockets%2F16cba3296ff364558f306368790afe82 +0 -0
  1112. data/test/dummy/tmp/cache/assets/CBF/5D0/sprockets%2F726aebb9c33c537776cb315888545c83 +0 -0
  1113. data/test/dummy/tmp/cache/assets/CC0/3A0/sprockets%2F6045c04a3011d8320cd9a522dca2517f +0 -0
  1114. data/test/dummy/tmp/cache/assets/CC1/8E0/sprockets%2Fa04eae552199d48918b393619b8785da +0 -0
  1115. data/test/dummy/tmp/cache/assets/CC2/280/sprockets%2F09195cecf24b2272e4e780f9880d5676 +0 -0
  1116. data/test/dummy/tmp/cache/assets/CC2/E60/sprockets%2F205e7507c5102dabfe49ad001362330f +0 -0
  1117. data/test/dummy/tmp/cache/assets/CC4/BF0/sprockets%2F93d5b131135a09e48369e02ba5c01b0a +0 -0
  1118. data/test/dummy/tmp/cache/assets/CC9/070/sprockets%2Fe764c27f405439d55fddce9490954628 +0 -0
  1119. data/test/dummy/tmp/cache/assets/CCA/250/sprockets%2Face21e3e32abf4d0264e736331071546 +0 -0
  1120. data/test/dummy/tmp/cache/assets/CD3/220/sprockets%2F73ab25970102f10b8d36297bb2d63fa6 +0 -0
  1121. data/test/dummy/tmp/cache/assets/CD4/8A0/sprockets%2Fd265751b74957012ce4d11aaa5b47e72 +0 -0
  1122. data/test/dummy/tmp/cache/assets/CD8/9F0/sprockets%2Fa5d5213d6e2a682f081380bc88f6d303 +0 -0
  1123. data/test/dummy/tmp/cache/assets/CD9/2C0/sprockets%2Fe935dd8ad5170521347cd108c986d0a0 +0 -0
  1124. data/test/dummy/tmp/cache/assets/CD9/7D0/sprockets%2F4ff141721c37c8515d649b82614c0beb +0 -0
  1125. data/test/dummy/tmp/cache/assets/CDB/640/sprockets%2F704ba1625d75d9ea91e432d157c5d074 +0 -0
  1126. data/test/dummy/tmp/cache/assets/CDC/9E0/sprockets%2Fea79eb25849447bd373008bd9412da02 +0 -0
  1127. data/test/dummy/tmp/cache/assets/CDC/EC0/sprockets%2Fe59936bc77fc0e28f016123f2b517a50 +0 -0
  1128. data/test/dummy/tmp/cache/assets/CDD/460/sprockets%2F6ae479e6144212236cb4dceed7228732 +0 -0
  1129. data/test/dummy/tmp/cache/assets/CDD/D50/sprockets%2Faee2002e4369cf20946112efcb776089 +0 -0
  1130. data/test/dummy/tmp/cache/assets/CDE/6F0/sprockets%2F2d2ed3165588183d667f4ffd2b30c402 +0 -0
  1131. data/test/dummy/tmp/cache/assets/CE1/C70/sprockets%2F75308c93d936373ce20bc91a590ac83e +0 -0
  1132. data/test/dummy/tmp/cache/assets/CE2/E20/sprockets%2F19a5d182c23b8147bec26468bf179c54 +0 -0
  1133. data/test/dummy/tmp/cache/assets/CE3/540/sprockets%2F33382b2435cefc4778be15e9af255821 +0 -0
  1134. data/test/dummy/tmp/cache/assets/CE4/220/sprockets%2F290d98798b38e3a3da3b00d94a591c81 +0 -0
  1135. data/test/dummy/tmp/cache/assets/CE4/3A0/sprockets%2F85a60ce826c5d8c60d929a0541166ee5 +0 -0
  1136. data/test/dummy/tmp/cache/assets/CE6/040/sprockets%2F8977c272af2806e210f0dad260589fd7 +0 -0
  1137. data/test/dummy/tmp/cache/assets/CE7/2B0/sprockets%2F478222c58734a43f98d38e7ccd51e31a +0 -0
  1138. data/test/dummy/tmp/cache/assets/CE9/400/sprockets%2F90b1674ee45a286ef2e90b046f95c338 +0 -0
  1139. data/test/dummy/tmp/cache/assets/CE9/A60/sprockets%2F033547d8f5288f4c8c2dc8f34064b4c5 +0 -0
  1140. data/test/dummy/tmp/cache/assets/CEA/A60/sprockets%2Ff6eb622ea5a90a98b22c8362882d8763 +0 -0
  1141. data/test/dummy/tmp/cache/assets/CEA/FC0/sprockets%2F0837e736b7e6e283486d257e4cb1ed50 +0 -0
  1142. data/test/dummy/tmp/cache/assets/CEC/1D0/sprockets%2F08978fe24157ebf268edb04f8631c803 +0 -0
  1143. data/test/dummy/tmp/cache/assets/CF0/1E0/sprockets%2F3e649e0720b6777659b5a48f5c1e6ff0 +0 -0
  1144. data/test/dummy/tmp/cache/assets/CF2/230/sprockets%2F9c734786ea77e117018257bb88e3a9dd +0 -0
  1145. data/test/dummy/tmp/cache/assets/CF2/6E0/sprockets%2Fa01bd80e884b1b1613a110b9c3b70a87 +0 -0
  1146. data/test/dummy/tmp/cache/assets/CF5/740/sprockets%2Fc66aa3636599d278d95748fc1ab449e2 +0 -0
  1147. data/test/dummy/tmp/cache/assets/CFE/7A0/sprockets%2Fb3dbbbec46248d53a8019a70911a2851 +0 -0
  1148. data/test/dummy/tmp/cache/assets/D03/E80/sprockets%2Fff281eb023eda0447d50a1f4357075b9 +0 -0
  1149. data/test/dummy/tmp/cache/assets/D05/0B0/sprockets%2F06287f63cccc09bda419f183056d03c2 +0 -0
  1150. data/test/dummy/tmp/cache/assets/D05/620/sprockets%2F638f0e16105d34a5043dbca2b8e7576d +0 -0
  1151. data/test/dummy/tmp/cache/assets/D06/700/sprockets%2Ff52eb7695cc074d718c511b10e5ab093 +0 -0
  1152. data/test/dummy/tmp/cache/assets/D06/B10/sprockets%2F8862201c3f85801aec555fcb495cb01b +0 -0
  1153. data/test/dummy/tmp/cache/assets/D06/F80/sprockets%2F94f789ef4aa996c1413e990889de09a7 +0 -0
  1154. data/test/dummy/tmp/cache/assets/D07/880/sprockets%2Fb256aa4a87e9e3082a4ca2e55605e372 +0 -0
  1155. data/test/dummy/tmp/cache/assets/D09/A60/sprockets%2F030cf35268aa600c41eec96265eda796 +0 -0
  1156. data/test/dummy/tmp/cache/assets/D0A/990/sprockets%2F6965ab7a91a038a6749ffa42e208b2b0 +0 -0
  1157. data/test/dummy/tmp/cache/assets/D0C/C40/sprockets%2F825b1ed28572d8bc73ece168f440c032 +0 -0
  1158. data/test/dummy/tmp/cache/assets/D0D/460/sprockets%2F3f90fe60e1e63361088b4e006e74ea6c +0 -0
  1159. data/test/dummy/tmp/cache/assets/D0E/D40/sprockets%2Fd5b221dc424f569ae31500d819fd86c7 +0 -0
  1160. data/test/dummy/tmp/cache/assets/D10/C20/sprockets%2Fdfc15953d9d95008f1fa1f48540bb722 +0 -0
  1161. data/test/dummy/tmp/cache/assets/D11/3C0/sprockets%2F181ff9e1b6d2db55b5088e3a82455c70 +0 -0
  1162. data/test/dummy/tmp/cache/assets/D11/F80/sprockets%2Fc90be7050c93c9b718b66a19dc60843d +0 -0
  1163. data/test/dummy/tmp/cache/assets/D12/C00/sprockets%2Fec315c7557a608edc1d8a4021698cf28 +0 -0
  1164. data/test/dummy/tmp/cache/assets/D12/DE0/sprockets%2Fdc54c95ba6778542582c60a50d584dbb +0 -0
  1165. data/test/dummy/tmp/cache/assets/D14/980/sprockets%2F85dc72862eb259cd954ab41369bc6a32 +0 -0
  1166. data/test/dummy/tmp/cache/assets/D16/5F0/sprockets%2F6ec6330058d5e6c478dd5d0942b08db9 +0 -0
  1167. data/test/dummy/tmp/cache/assets/D16/8A0/sprockets%2F6216fd797310aef197d571a9ba6c3a95 +0 -0
  1168. data/test/dummy/tmp/cache/assets/D18/EE0/sprockets%2Fce414b3a58399306a47cbd0e9763c87e +0 -0
  1169. data/test/dummy/tmp/cache/assets/D1B/290/sprockets%2F623d54ea15f8be55e60836e475fc970b +0 -0
  1170. data/test/dummy/tmp/cache/assets/D1D/500/sprockets%2F71e1de34b5d39e4c637f0fb0619696f7 +0 -0
  1171. data/test/dummy/tmp/cache/assets/D1E/C20/sprockets%2F7bf219b6812af739069def6b9a9e3243 +0 -0
  1172. data/test/dummy/tmp/cache/assets/D1F/B30/sprockets%2F6351ed750b17ed0f99fa01c32ff98878 +0 -19
  1173. data/test/dummy/tmp/cache/assets/D25/1E0/sprockets%2F795bf8a2f4749c75f6c30d96289d11ea +0 -0
  1174. data/test/dummy/tmp/cache/assets/D25/780/sprockets%2Fc3e863d73c5fff6787112f5d5863d38a +0 -0
  1175. data/test/dummy/tmp/cache/assets/D26/0C0/sprockets%2F980c09fe57519596fe06d29decd1358b +0 -0
  1176. data/test/dummy/tmp/cache/assets/D27/5D0/sprockets%2F948c08b8335b2d8f47da7e9de92816a7 +0 -0
  1177. data/test/dummy/tmp/cache/assets/D29/E60/sprockets%2F0142836e5efdbb150c76baa3c0e29602 +0 -0
  1178. data/test/dummy/tmp/cache/assets/D2A/FA0/sprockets%2Fa5403e1fe15018cddc4435c3cac84910 +0 -310
  1179. data/test/dummy/tmp/cache/assets/D2E/090/sprockets%2Fc54283e81ce52bf9d542ab12492a01ad +0 -9051
  1180. data/test/dummy/tmp/cache/assets/D2E/B60/sprockets%2F65f405a2235cb3f3a5f0453dcf53d24c +0 -0
  1181. data/test/dummy/tmp/cache/assets/D2E/CE0/sprockets%2F97b7b4e4a92383d63ff9ec849bb95474 +0 -0
  1182. data/test/dummy/tmp/cache/assets/D2F/600/sprockets%2F729de477588a4da7bf88f0328dfb7738 +0 -0
  1183. data/test/dummy/tmp/cache/assets/D30/E90/sprockets%2F3a19bbe0320337a6bf29177da71bf1e7 +0 -0
  1184. data/test/dummy/tmp/cache/assets/D32/560/sprockets%2Fd2cc546d060a0a671d77435bc4872fba +0 -0
  1185. data/test/dummy/tmp/cache/assets/D35/0C0/sprockets%2F09ddaa67f5cc50ac189111cdf4175831 +0 -0
  1186. data/test/dummy/tmp/cache/assets/D35/3C0/sprockets%2F99538c5e674961bf963bd43bdbf9f579 +0 -0
  1187. data/test/dummy/tmp/cache/assets/D35/B40/sprockets%2F3807e37d4ff8d7a967dd87b624de6796 +0 -0
  1188. data/test/dummy/tmp/cache/assets/D37/9B0/sprockets%2F0de49dd3031c50c7cf2ef74d6c392530 +0 -0
  1189. data/test/dummy/tmp/cache/assets/D38/050/sprockets%2Fdee81a599732afa9020af44cb9313a63 +0 -0
  1190. data/test/dummy/tmp/cache/assets/D38/4D0/sprockets%2F3ebcf9a4b9332823b5524ec50bd84a27 +0 -0
  1191. data/test/dummy/tmp/cache/assets/D3B/170/sprockets%2F410e05cbd8074abcc0e77a5c53198f78 +0 -0
  1192. data/test/dummy/tmp/cache/assets/D3F/4A0/sprockets%2Fa0b81b697c2cdeb085e1504ef95637d3 +0 -0
  1193. data/test/dummy/tmp/cache/assets/D3F/520/sprockets%2F14d8f437c24c870b33b529d1fae5da68 +0 -0
  1194. data/test/dummy/tmp/cache/assets/D40/940/sprockets%2F1f5c0d00f1226f929e9af6da66f38c33 +0 -0
  1195. data/test/dummy/tmp/cache/assets/D40/A40/sprockets%2Feb59c65dcb7136f1cd134dac36794822 +0 -0
  1196. data/test/dummy/tmp/cache/assets/D41/9E0/sprockets%2F70f86aea3a218070f91bacec84a93868 +0 -0
  1197. data/test/dummy/tmp/cache/assets/D45/9B0/sprockets%2Fd20678da12248dfe8595d2a7c2a3c69e +0 -0
  1198. data/test/dummy/tmp/cache/assets/D46/530/sprockets%2Fa0e90ef622e886e659d04b9c72611cec +0 -0
  1199. data/test/dummy/tmp/cache/assets/D47/2A0/sprockets%2F0920b56f0f94fde93f3e0678acb33e29 +0 -0
  1200. data/test/dummy/tmp/cache/assets/D48/020/sprockets%2F0ab342cf69d6b697085f4e40a83fe3d8 +0 -0
  1201. data/test/dummy/tmp/cache/assets/D48/8F0/sprockets%2F5d9ca11e57939d634318fc6fdbac5193 +0 -0
  1202. data/test/dummy/tmp/cache/assets/D4B/2F0/sprockets%2F9dbd1e9042e4b87068e6f7c1c373ad68 +0 -0
  1203. data/test/dummy/tmp/cache/assets/D4C/1D0/sprockets%2F5372d958b7cc5b25debb4ce5808f7841 +0 -0
  1204. data/test/dummy/tmp/cache/assets/D4D/650/sprockets%2Ff51d1875ad5829c7bf3ff03e920497be +0 -0
  1205. data/test/dummy/tmp/cache/assets/D4D/DD0/sprockets%2Fd59a8129bb57105764a9906fe84bdfeb +0 -0
  1206. data/test/dummy/tmp/cache/assets/D52/AA0/sprockets%2F37f88f2e59f9d840733bdfca404be763 +0 -0
  1207. data/test/dummy/tmp/cache/assets/D52/B50/sprockets%2F3d7e4e79bf948f47af601647bb66ba55 +0 -0
  1208. data/test/dummy/tmp/cache/assets/D53/630/sprockets%2F56e8a8f9eed826ac2c68c9895d0510b4 +0 -0
  1209. data/test/dummy/tmp/cache/assets/D54/390/sprockets%2Fc04d4105db620ec93f21b415c75fb1ca +0 -0
  1210. data/test/dummy/tmp/cache/assets/D54/770/sprockets%2F5a5813a5e5fc78ca9c78a88666d3bd73 +0 -0
  1211. data/test/dummy/tmp/cache/assets/D55/5C0/sprockets%2F97b52c1c0d1a002ac6fb9d702b7ab625 +0 -233
  1212. data/test/dummy/tmp/cache/assets/D56/010/sprockets%2F14d6a58774f10d0bc3cb52b0b139cce0 +0 -0
  1213. data/test/dummy/tmp/cache/assets/D58/E60/sprockets%2Fed50a16a7e75125b00224c8bc5ca6e5b +0 -0
  1214. data/test/dummy/tmp/cache/assets/D59/DA0/sprockets%2F77edbecc4b395546f2e9e7743681a6e8 +0 -0
  1215. data/test/dummy/tmp/cache/assets/D5C/6D0/sprockets%2Fee62cfd57b4e685deb79975dd6930544 +0 -0
  1216. data/test/dummy/tmp/cache/assets/D5C/B90/sprockets%2F07bff51acb0e0e126845c8d8ed000f41 +0 -0
  1217. data/test/dummy/tmp/cache/assets/D64/200/sprockets%2F4ad4ba22262ddb46a92c9ee58532b26c +0 -0
  1218. data/test/dummy/tmp/cache/assets/D64/730/sprockets%2Fc423a6ae02b82d5cb4e89038ab8e1b65 +0 -0
  1219. data/test/dummy/tmp/cache/assets/D68/930/sprockets%2F217a6ed4c70d42d314f6f84b2c8cc0c8 +0 -0
  1220. data/test/dummy/tmp/cache/assets/D69/190/sprockets%2Fa527da4d54634cf7ebf419630a5c80ae +0 -0
  1221. data/test/dummy/tmp/cache/assets/D6A/2A0/sprockets%2F25bdbe088ba6934d55a4a6d243e551ee +0 -0
  1222. data/test/dummy/tmp/cache/assets/D6C/110/sprockets%2F7f62412196a7bc3fcc903d6eb681b5da +0 -0
  1223. data/test/dummy/tmp/cache/assets/D6C/F90/sprockets%2Fcb34e531e41b981cf6ca2a5c7e70f890 +0 -0
  1224. data/test/dummy/tmp/cache/assets/D6D/230/sprockets%2F8a973955dcfc806240daaae12f158df1 +0 -0
  1225. data/test/dummy/tmp/cache/assets/D6E/8A0/sprockets%2F2decc65fc879b61e1d04ab5456627d1c +0 -0
  1226. data/test/dummy/tmp/cache/assets/D6F/E80/sprockets%2Fdc3ba56909c52883ad614fdee332b6e3 +0 -0
  1227. data/test/dummy/tmp/cache/assets/D71/1E0/sprockets%2F689da00db5abdc449993972ad2b2f4e2 +0 -0
  1228. data/test/dummy/tmp/cache/assets/D71/7C0/sprockets%2Fa8b69c06e002dad3d56ffca26f985318 +0 -0
  1229. data/test/dummy/tmp/cache/assets/D72/0F0/sprockets%2F40d4c24783b0d13d84dd998c6ae57dbb +0 -0
  1230. data/test/dummy/tmp/cache/assets/D72/680/sprockets%2F06d8b71866cfed403dbfe4190185be6c +0 -0
  1231. data/test/dummy/tmp/cache/assets/D73/990/sprockets%2F452d926974f4150c2a4beddda6f484cf +0 -0
  1232. data/test/dummy/tmp/cache/assets/D73/ED0/sprockets%2Fbc2766ea216d835dd82846f9ddca136a +0 -0
  1233. data/test/dummy/tmp/cache/assets/D77/4F0/sprockets%2F7d756119972486d9edc62bbbfeca611a +0 -0
  1234. data/test/dummy/tmp/cache/assets/D78/020/sprockets%2F616f894b59b98a70bec544b81fa3fcc1 +0 -0
  1235. data/test/dummy/tmp/cache/assets/D79/800/sprockets%2F5af3583d6bb600db8a78c7ac3a8958e7 +0 -0
  1236. data/test/dummy/tmp/cache/assets/D7A/1C0/sprockets%2F8576949b66d8ed60c5c07b2e6a77abaa +0 -0
  1237. data/test/dummy/tmp/cache/assets/D7C/140/sprockets%2F24effd11134b4c0251babb407332befc +0 -0
  1238. data/test/dummy/tmp/cache/assets/D7E/A20/sprockets%2Fb4a8ff006b13352aeb33ac507b40db4c +0 -0
  1239. data/test/dummy/tmp/cache/assets/D80/470/sprockets%2F4a379686edda03dfceb583239ec1859f +0 -0
  1240. data/test/dummy/tmp/cache/assets/D86/3B0/sprockets%2F2532e928addecd30cb2b3a7321b5fb50 +0 -0
  1241. data/test/dummy/tmp/cache/assets/D88/930/sprockets%2F73efa5ef3060beb7c4d13db3a4140e06 +0 -0
  1242. data/test/dummy/tmp/cache/assets/D8A/FD0/sprockets%2Fab410fcaf88a64fafe1227ec0a442910 +0 -0
  1243. data/test/dummy/tmp/cache/assets/D8D/900/sprockets%2F8265ab8aeffa6df12121571a2a6dd1c4 +0 -0
  1244. data/test/dummy/tmp/cache/assets/D8E/AC0/sprockets%2Fe0363ce10843b8a1eddfa83de23d05b5 +0 -0
  1245. data/test/dummy/tmp/cache/assets/D8F/420/sprockets%2Fd2d791dba2c61a762e7bcccbb7041149 +0 -0
  1246. data/test/dummy/tmp/cache/assets/D90/220/sprockets%2F8b38adde221a05d077ada95d2a6fa228 +0 -0
  1247. data/test/dummy/tmp/cache/assets/D93/010/sprockets%2Ffef599d66e124f9f34b89537d82cedc8 +0 -0
  1248. data/test/dummy/tmp/cache/assets/D94/4C0/sprockets%2F02e7da68d3368b0c1edadff37c20193c +0 -0
  1249. data/test/dummy/tmp/cache/assets/D96/E90/sprockets%2Ff43f31dd3e2d9f8eda108c01c42bd457 +0 -0
  1250. data/test/dummy/tmp/cache/assets/D97/D40/sprockets%2Feb26ba6167e9c58eeb621a295ad6d1a0 +0 -0
  1251. data/test/dummy/tmp/cache/assets/D98/BF0/sprockets%2F132c8dc4d7ba67c8faee429e5064a02c +0 -154
  1252. data/test/dummy/tmp/cache/assets/D9A/BF0/sprockets%2F54ba2408b8fa027e98f62fac2ad922ce +0 -0
  1253. data/test/dummy/tmp/cache/assets/D9B/AF0/sprockets%2Fd65eaa4a1156b572fd8f133fe64e08bd +0 -0
  1254. data/test/dummy/tmp/cache/assets/D9C/620/sprockets%2F510748ae4edb09e7c31f53aa96ddc9a2 +0 -0
  1255. data/test/dummy/tmp/cache/assets/D9D/EF0/sprockets%2F7d8a72d7b4ed84b6bdb0ff0436e231b8 +0 -0
  1256. data/test/dummy/tmp/cache/assets/D9E/E50/sprockets%2Faac2752ed3d6a0fe0b2a8fef39565953 +0 -0
  1257. data/test/dummy/tmp/cache/assets/D9E/E80/sprockets%2Fccde18986a7f5b20a1e38de1f1e28d51 +0 -0
  1258. data/test/dummy/tmp/cache/assets/D9F/2C0/sprockets%2Ffd3cca19ffecf38630c2561d53f039a7 +0 -0
  1259. data/test/dummy/tmp/cache/assets/D9F/640/sprockets%2Fe4c1ef66e594b1c083a9e81dddb8b124 +0 -0
  1260. data/test/dummy/tmp/cache/assets/D9F/EF0/sprockets%2F5119bab51b3f7fb186e39b15f8e3ceb6 +0 -0
  1261. data/test/dummy/tmp/cache/assets/DA0/200/sprockets%2F2abe9ef81b9d72f23be431456a07dfe5 +0 -0
  1262. data/test/dummy/tmp/cache/assets/DA0/470/sprockets%2F660b00cd12b79bcf9799a44efc0a9d5c +0 -0
  1263. data/test/dummy/tmp/cache/assets/DA1/2D0/sprockets%2Fc12c90ffc7f409650d0b6f8d4d659abb +0 -0
  1264. data/test/dummy/tmp/cache/assets/DA1/9B0/sprockets%2F69400bcb146fefda82cec75703d7f26f +0 -0
  1265. data/test/dummy/tmp/cache/assets/DA2/090/sprockets%2Faded77aff3b46dd56336f901b2d2f069 +0 -0
  1266. data/test/dummy/tmp/cache/assets/DA5/D50/sprockets%2F4cd7af86f9a11f423ed05568ada2f97b +0 -0
  1267. data/test/dummy/tmp/cache/assets/DA6/F20/sprockets%2F2c2a887ca54f707a7b9dc19ecd654fc2 +0 -0
  1268. data/test/dummy/tmp/cache/assets/DA7/240/sprockets%2F7928fa4e4f203a8ef3a5907e6ae1c5fe +0 -0
  1269. data/test/dummy/tmp/cache/assets/DA9/260/sprockets%2Fc1fcec56269feb7958b43758a30cd4ae +0 -0
  1270. data/test/dummy/tmp/cache/assets/DA9/AC0/sprockets%2F2e99c05d2d4a6dd07ceecd1e36828e59 +0 -0
  1271. data/test/dummy/tmp/cache/assets/DAA/DD0/sprockets%2F98df97d3b62502d96af3ef3f10ca9b8b +0 -0
  1272. data/test/dummy/tmp/cache/assets/DAD/160/sprockets%2F779c8f22affde5dc2631981e53fcf13e +0 -0
  1273. data/test/dummy/tmp/cache/assets/DAD/860/sprockets%2Ffb3e8a99d50d6d3be208e574e47afe73 +0 -0
  1274. data/test/dummy/tmp/cache/assets/DB2/F20/sprockets%2Fcb07505f1faa065c7bfb2ab4a31f40a9 +0 -0
  1275. data/test/dummy/tmp/cache/assets/DB3/6F0/sprockets%2F20fa86f45ee5f7453ece4819df6d65af +0 -0
  1276. data/test/dummy/tmp/cache/assets/DB4/440/sprockets%2Fa64d973fe3bbdb73cc1e59699df67b81 +0 -0
  1277. data/test/dummy/tmp/cache/assets/DB5/CA0/sprockets%2Ffa625eadca02a2714be1b332fa85e5a5 +0 -0
  1278. data/test/dummy/tmp/cache/assets/DB8/FD0/sprockets%2Fe17c4077f7547f8a485b4deddf7c7ef4 +0 -0
  1279. data/test/dummy/tmp/cache/assets/DB9/240/sprockets%2F689d916cf738bdb67e176fced176e3af +0 -0
  1280. data/test/dummy/tmp/cache/assets/DBA/540/sprockets%2F3b28b072eeb23fd67aba01347a7dda2f +0 -0
  1281. data/test/dummy/tmp/cache/assets/DBA/AB0/sprockets%2F8be4208fd77cb5ef9b6f77e5fcf18670 +0 -372
  1282. data/test/dummy/tmp/cache/assets/DBE/F10/sprockets%2F4a23bf51d61d48d0be90508cd8d2bbcb +0 -387
  1283. data/test/dummy/tmp/cache/assets/DBF/C50/sprockets%2Fdb013e77ca9c14c50c8dbc4a7ab4429c +0 -0
  1284. data/test/dummy/tmp/cache/assets/DC3/590/sprockets%2Fdce8a48dd0703d22b7d6ab522df29be1 +0 -0
  1285. data/test/dummy/tmp/cache/assets/DC7/B50/sprockets%2Fe607ccbbc942a27f068f22c57a3d3cec +0 -0
  1286. data/test/dummy/tmp/cache/assets/DCD/E40/sprockets%2Fda95cabb662b0875d1de8b666aa06ce8 +0 -0
  1287. data/test/dummy/tmp/cache/assets/DCE/820/sprockets%2Ffe5727ad047bfec93afaf014b2c07d89 +0 -0
  1288. data/test/dummy/tmp/cache/assets/DCF/DD0/sprockets%2F93108cbffaba93b4296df4b45b736bcf +0 -0
  1289. data/test/dummy/tmp/cache/assets/DD0/A90/sprockets%2Ffe24ca2c2ef212efc397e74cff6714f0 +0 -0
  1290. data/test/dummy/tmp/cache/assets/DD3/D30/sprockets%2F28403b8ee0b6d2c19f8dd3c83fd6ec5c +0 -0
  1291. data/test/dummy/tmp/cache/assets/DD7/050/sprockets%2Fcb0f2b238b9b9b79a599fb3d742eeaa7 +0 -0
  1292. data/test/dummy/tmp/cache/assets/DD8/970/sprockets%2Feadb32ccdc26918d346e7bc8654ea8e8 +0 -0
  1293. data/test/dummy/tmp/cache/assets/DD8/E60/sprockets%2F6f8c69a7360dab45ea41ac6fcf38d4e9 +0 -0
  1294. data/test/dummy/tmp/cache/assets/DDF/330/sprockets%2Fd6daea6adb59ee6a8d7a16a94f365588 +0 -0
  1295. data/test/dummy/tmp/cache/assets/DE2/D10/sprockets%2F71aed9ab8fc47abd7d9de446b5793c76 +0 -0
  1296. data/test/dummy/tmp/cache/assets/DE4/040/sprockets%2Fd8efa9bd9f1e6159b9de162c44d7ad96 +0 -0
  1297. data/test/dummy/tmp/cache/assets/DE4/A90/sprockets%2F3bb6bd56fa97b73c27d8fef42f71cf98 +0 -0
  1298. data/test/dummy/tmp/cache/assets/DE4/BE0/sprockets%2Fa4dd939f8a29fe03643cfd84bffd79e1 +0 -0
  1299. data/test/dummy/tmp/cache/assets/DF0/680/sprockets%2F5e8210564bdda6fcef1fa19aa04b5e6a +0 -11
  1300. data/test/dummy/tmp/cache/assets/DF4/4E0/sprockets%2F4913905a34cde57a0edb343ce5daeeaf +0 -0
  1301. data/test/dummy/tmp/cache/assets/DF6/CC0/sprockets%2Fec0298fa8b5ae8a2eb26af7c0b380dc4 +0 -0
  1302. data/test/dummy/tmp/cache/assets/DF8/020/sprockets%2F708d52eabc7b58afd72c360eb8deb15a +0 -0
  1303. data/test/dummy/tmp/cache/assets/DFB/0C0/sprockets%2Fd35f36529da4a7a4cf67cdbe0a3bf27e +0 -0
  1304. data/test/dummy/tmp/cache/assets/DFE/AD0/sprockets%2Ff34f47e6d8bfa41dd87ab015c674ebca +0 -0
  1305. data/test/dummy/tmp/cache/assets/DFF/B50/sprockets%2Ffbf86ba72b8abb6dd139cd582b4db681 +0 -0
  1306. data/test/dummy/tmp/cache/assets/E03/4F0/sprockets%2Fe2fa5149cabd37ffed192d8b7ba6e077 +0 -0
  1307. data/test/dummy/tmp/cache/assets/E03/960/sprockets%2F585c9bdd911f5caf61f5adebf3f640f2 +0 -0
  1308. data/test/dummy/tmp/cache/assets/E09/680/sprockets%2Fff9edf3a74399a0818b02efcff3ad0f7 +0 -0
  1309. data/test/dummy/tmp/cache/assets/E0B/8B0/sprockets%2F35f64adcaf8786c81c0def5dd2ff47d3 +0 -0
  1310. data/test/dummy/tmp/cache/assets/E14/A50/sprockets%2F7970fc82e2877cf4bbb91f76ebfcfa6d +0 -0
  1311. data/test/dummy/tmp/cache/assets/E1B/EB0/sprockets%2Fb32811ced5b78c4cdccad030b64fef1b +0 -0
  1312. data/test/dummy/tmp/cache/assets/E1D/630/sprockets%2Fa321239deaf9ccb117f1ecffbdd1a056 +0 -0
  1313. data/test/dummy/tmp/cache/assets/E25/AE0/sprockets%2F23f44ceee0a2bad4fc3a8fe74b0477cd +0 -0
  1314. data/test/dummy/tmp/cache/assets/E27/290/sprockets%2Fbf0cd6d69fd60fa28cb76b0eb51b0f7b +0 -0
  1315. data/test/dummy/tmp/cache/assets/E2D/6E0/sprockets%2Fe1e94cc795ddcaf7ef6ba13d4a509c1b +0 -0
  1316. data/test/dummy/tmp/cache/assets/E2D/DB0/sprockets%2Fda16ffa3725b3fe51ae95abbad0ff887 +0 -0
  1317. data/test/dummy/tmp/cache/assets/E44/7A0/sprockets%2F58a1a8e8ff2d672bf8ffd80dce8e70fd +0 -0
  1318. data/test/dummy/tmp/cache/assets/E49/BA0/sprockets%2F24e821bf3cfada7cfddc318cd621d0aa +0 -0
  1319. data/test/dummy/tmp/cache/assets/E60/C40/sprockets%2Ffa41e9dfffc6d34c402c80eff5dabf18 +0 -0
  1320. data/test/dummy/tmp/cache/assets/E6D/4E0/sprockets%2F3edab8d9966c539f7bb9b8ead21cfbbf +0 -0
  1321. data/test/dummy/tmp/cache/assets/E6E/B50/sprockets%2Fe983dcd4be2ffedb4723cd8bde58e29c +0 -0
  1322. data/test/dummy/tmp/cache/assets/E88/F70/sprockets%2Fab54fcc2f3ee44ebc8fa4fdd3a50bf38 +0 -0
  1323. data/test/dummy/tmp/cache/assets/EA3/550/sprockets%2F4e5efb3ae39d439faf3dda8d8e99bdfc +0 -0
  1324. data/test/dummy/tmp/cache/assets/EE3/2F0/sprockets%2F8adda8a2ada1dfd4acf2ea79bba77be5 +0 -0
  1325. data/test/dummy/tmp/cache/sass/4905b1148d31ac1351d8ccf185fbd2494a596795/application.css.scssc +0 -0
  1326. data/test/dummy/tmp/cache/sass/668d79d9ad3dff702eb0949a7b481231ac342422/_base.css.scssc +0 -0
  1327. data/test/dummy/tmp/cache/sass/668d79d9ad3dff702eb0949a7b481231ac342422/_forms.css.scssc +0 -0
  1328. data/test/dummy/tmp/cache/sass/668d79d9ad3dff702eb0949a7b481231ac342422/_header.css.scssc +0 -0
  1329. data/test/dummy/tmp/cache/sass/668d79d9ad3dff702eb0949a7b481231ac342422/_mixins.css.scssc +0 -0
  1330. data/test/dummy/tmp/cache/sass/668d79d9ad3dff702eb0949a7b481231ac342422/_typography.css.scssc +0 -0
  1331. data/test/dummy/tmp/cache/sass/7191024ea191ad956b7cd6ecd0b114dfe0614963/_all.css.scssc +0 -0
  1332. data/test/dummy/tmp/cache/sass/7191024ea191ad956b7cd6ecd0b114dfe0614963/_buttons.css.scssc +0 -0
  1333. data/test/dummy/tmp/cache/sass/7191024ea191ad956b7cd6ecd0b114dfe0614963/_gradients.css.scssc +0 -0
  1334. data/test/dummy/tmp/cache/sass/7191024ea191ad956b7cd6ecd0b114dfe0614963/_icons.css.scssc +0 -0
  1335. data/test/dummy/tmp/cache/sass/7191024ea191ad956b7cd6ecd0b114dfe0614963/_reset.css.scssc +0 -0
  1336. data/test/dummy/tmp/cache/sass/7191024ea191ad956b7cd6ecd0b114dfe0614963/_rounded.css.scssc +0 -0
  1337. data/test/dummy/tmp/cache/sass/7191024ea191ad956b7cd6ecd0b114dfe0614963/_sections.css.scssc +0 -0
  1338. data/test/dummy/tmp/cache/sass/7191024ea191ad956b7cd6ecd0b114dfe0614963/_shadows.css.scssc +0 -0
  1339. data/test/dummy/tmp/cache/sass/7191024ea191ad956b7cd6ecd0b114dfe0614963/_utilities.scssc +0 -0
  1340. data/test/dummy/tmp/cache/sass/7191024ea191ad956b7cd6ecd0b114dfe0614963/_variables.css.scssc +0 -0
  1341. data/test/dummy/tmp/cache/sass/9b29130c260e464c0ad2c23c77a58da7c3f9eec7/active_admin.css.scssc +0 -0
  1342. data/test/dummy/tmp/cache/sass/b0332679d3812b1ad14330d73aefb536f5842ba7/_comments.css.scssc +0 -0
  1343. data/test/dummy/tmp/cache/sass/b0332679d3812b1ad14330d73aefb536f5842ba7/_date_picker.css.scssc +0 -0
  1344. data/test/dummy/tmp/cache/sass/b0332679d3812b1ad14330d73aefb536f5842ba7/_flash_messages.css.scssc +0 -0
  1345. data/test/dummy/tmp/cache/sass/b0332679d3812b1ad14330d73aefb536f5842ba7/_tables.css.scssc +0 -0
  1346. data/test/dummy/tmp/cache/sass/ddba83cb438190ca32bf384b6eea0c3ef82ae9fa/reset.css.scssc +0 -0
@@ -1,3308 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
-
6
- /**
7
- * @fileOverview The floating dialog plugin.
8
- */
9
-
10
- /**
11
- * No resize for this dialog.
12
- * @constant
13
- */
14
- CKEDITOR.DIALOG_RESIZE_NONE = 0;
15
-
16
- /**
17
- * Only allow horizontal resizing for this dialog, disable vertical resizing.
18
- * @constant
19
- */
20
- CKEDITOR.DIALOG_RESIZE_WIDTH = 1;
21
-
22
- /**
23
- * Only allow vertical resizing for this dialog, disable horizontal resizing.
24
- * @constant
25
- */
26
- CKEDITOR.DIALOG_RESIZE_HEIGHT = 2;
27
-
28
- /*
29
- * Allow the dialog to be resized in both directions.
30
- * @constant
31
- */
32
- CKEDITOR.DIALOG_RESIZE_BOTH = 3;
33
-
34
- (function()
35
- {
36
- var cssLength = CKEDITOR.tools.cssLength;
37
- function isTabVisible( tabId )
38
- {
39
- return !!this._.tabs[ tabId ][ 0 ].$.offsetHeight;
40
- }
41
-
42
- function getPreviousVisibleTab()
43
- {
44
- var tabId = this._.currentTabId,
45
- length = this._.tabIdList.length,
46
- tabIndex = CKEDITOR.tools.indexOf( this._.tabIdList, tabId ) + length;
47
-
48
- for ( var i = tabIndex - 1 ; i > tabIndex - length ; i-- )
49
- {
50
- if ( isTabVisible.call( this, this._.tabIdList[ i % length ] ) )
51
- return this._.tabIdList[ i % length ];
52
- }
53
-
54
- return null;
55
- }
56
-
57
- function getNextVisibleTab()
58
- {
59
- var tabId = this._.currentTabId,
60
- length = this._.tabIdList.length,
61
- tabIndex = CKEDITOR.tools.indexOf( this._.tabIdList, tabId );
62
-
63
- for ( var i = tabIndex + 1 ; i < tabIndex + length ; i++ )
64
- {
65
- if ( isTabVisible.call( this, this._.tabIdList[ i % length ] ) )
66
- return this._.tabIdList[ i % length ];
67
- }
68
-
69
- return null;
70
- }
71
-
72
-
73
- function clearOrRecoverTextInputValue( container, isRecover )
74
- {
75
- var inputs = container.$.getElementsByTagName( 'input' );
76
- for ( var i = 0, length = inputs.length; i < length ; i++ )
77
- {
78
- var item = new CKEDITOR.dom.element( inputs[ i ] );
79
-
80
- if ( item.getAttribute( 'type' ).toLowerCase() == 'text' )
81
- {
82
- if ( isRecover )
83
- {
84
- item.setAttribute( 'value', item.getCustomData( 'fake_value' ) || '' );
85
- item.removeCustomData( 'fake_value' );
86
- }
87
- else
88
- {
89
- item.setCustomData( 'fake_value', item.getAttribute( 'value' ) );
90
- item.setAttribute( 'value', '' );
91
- }
92
- }
93
- }
94
- }
95
-
96
- // Handle dialog element validation state UI changes.
97
- function handleFieldValidated( isValid, msg )
98
- {
99
- var input = this.getInputElement();
100
- if ( input )
101
- {
102
- isValid ? input.removeAttribute( 'aria-invalid' )
103
- : input.setAttribute( 'aria-invalid', true );
104
- }
105
-
106
- if ( !isValid )
107
- {
108
- if ( this.select )
109
- this.select();
110
- else
111
- this.focus();
112
- }
113
-
114
- msg && alert( msg );
115
-
116
- this.fire( 'validated', { valid : isValid, msg : msg } );
117
- }
118
-
119
- function resetField()
120
- {
121
- var input = this.getInputElement();
122
- input && input.removeAttribute( 'aria-invalid' );
123
- }
124
-
125
-
126
- /**
127
- * This is the base class for runtime dialog objects. An instance of this
128
- * class represents a single named dialog for a single editor instance.
129
- * @param {Object} editor The editor which created the dialog.
130
- * @param {String} dialogName The dialog's registered name.
131
- * @constructor
132
- * @example
133
- * var dialogObj = new CKEDITOR.dialog( editor, 'smiley' );
134
- */
135
- CKEDITOR.dialog = function( editor, dialogName )
136
- {
137
- // Load the dialog definition.
138
- var definition = CKEDITOR.dialog._.dialogDefinitions[ dialogName ],
139
- defaultDefinition = CKEDITOR.tools.clone( defaultDialogDefinition ),
140
- buttonsOrder = editor.config.dialog_buttonsOrder || 'OS',
141
- dir = editor.lang.dir;
142
-
143
- if ( ( buttonsOrder == 'OS' && CKEDITOR.env.mac ) || // The buttons in MacOS Apps are in reverse order (#4750)
144
- ( buttonsOrder == 'rtl' && dir == 'ltr' ) ||
145
- ( buttonsOrder == 'ltr' && dir == 'rtl' ) )
146
- defaultDefinition.buttons.reverse();
147
-
148
-
149
- // Completes the definition with the default values.
150
- definition = CKEDITOR.tools.extend( definition( editor ), defaultDefinition );
151
-
152
- // Clone a functionally independent copy for this dialog.
153
- definition = CKEDITOR.tools.clone( definition );
154
-
155
- // Create a complex definition object, extending it with the API
156
- // functions.
157
- definition = new definitionObject( this, definition );
158
-
159
- var doc = CKEDITOR.document;
160
-
161
- var themeBuilt = editor.theme.buildDialog( editor );
162
-
163
- // Initialize some basic parameters.
164
- this._ =
165
- {
166
- editor : editor,
167
- element : themeBuilt.element,
168
- name : dialogName,
169
- contentSize : { width : 0, height : 0 },
170
- size : { width : 0, height : 0 },
171
- contents : {},
172
- buttons : {},
173
- accessKeyMap : {},
174
-
175
- // Initialize the tab and page map.
176
- tabs : {},
177
- tabIdList : [],
178
- currentTabId : null,
179
- currentTabIndex : null,
180
- pageCount : 0,
181
- lastTab : null,
182
- tabBarMode : false,
183
-
184
- // Initialize the tab order array for input widgets.
185
- focusList : [],
186
- currentFocusIndex : 0,
187
- hasFocus : false
188
- };
189
-
190
- this.parts = themeBuilt.parts;
191
-
192
- CKEDITOR.tools.setTimeout( function()
193
- {
194
- editor.fire( 'ariaWidget', this.parts.contents );
195
- },
196
- 0, this );
197
-
198
- // Set the startup styles for the dialog, avoiding it enlarging the
199
- // page size on the dialog creation.
200
- var startStyles = {
201
- position : CKEDITOR.env.ie6Compat ? 'absolute' : 'fixed',
202
- top : 0,
203
- visibility : 'hidden'
204
- };
205
-
206
- startStyles[ dir == 'rtl' ? 'right' : 'left' ] = 0;
207
- this.parts.dialog.setStyles( startStyles );
208
-
209
-
210
- // Call the CKEDITOR.event constructor to initialize this instance.
211
- CKEDITOR.event.call( this );
212
-
213
- // Fire the "dialogDefinition" event, making it possible to customize
214
- // the dialog definition.
215
- this.definition = definition = CKEDITOR.fire( 'dialogDefinition',
216
- {
217
- name : dialogName,
218
- definition : definition
219
- }
220
- , editor ).definition;
221
-
222
- var tabsToRemove = {};
223
- // Cache tabs that should be removed.
224
- if ( !( 'removeDialogTabs' in editor._ ) && editor.config.removeDialogTabs )
225
- {
226
- var removeContents = editor.config.removeDialogTabs.split( ';' );
227
-
228
- for ( i = 0; i < removeContents.length; i++ )
229
- {
230
- var parts = removeContents[ i ].split( ':' );
231
- if ( parts.length == 2 )
232
- {
233
- var removeDialogName = parts[ 0 ];
234
- if ( !tabsToRemove[ removeDialogName ] )
235
- tabsToRemove[ removeDialogName ] = [];
236
- tabsToRemove[ removeDialogName ].push( parts[ 1 ] );
237
- }
238
- }
239
- editor._.removeDialogTabs = tabsToRemove;
240
- }
241
-
242
- // Remove tabs of this dialog.
243
- if ( editor._.removeDialogTabs && ( tabsToRemove = editor._.removeDialogTabs[ dialogName ] ) )
244
- {
245
- for ( i = 0; i < tabsToRemove.length; i++ )
246
- definition.removeContents( tabsToRemove[ i ] );
247
- }
248
-
249
- // Initialize load, show, hide, ok and cancel events.
250
- if ( definition.onLoad )
251
- this.on( 'load', definition.onLoad );
252
-
253
- if ( definition.onShow )
254
- this.on( 'show', definition.onShow );
255
-
256
- if ( definition.onHide )
257
- this.on( 'hide', definition.onHide );
258
-
259
- if ( definition.onOk )
260
- {
261
- this.on( 'ok', function( evt )
262
- {
263
- // Dialog confirm might probably introduce content changes (#5415).
264
- editor.fire( 'saveSnapshot' );
265
- setTimeout( function () { editor.fire( 'saveSnapshot' ); }, 0 );
266
- if ( definition.onOk.call( this, evt ) === false )
267
- evt.data.hide = false;
268
- });
269
- }
270
-
271
- if ( definition.onCancel )
272
- {
273
- this.on( 'cancel', function( evt )
274
- {
275
- if ( definition.onCancel.call( this, evt ) === false )
276
- evt.data.hide = false;
277
- });
278
- }
279
-
280
- var me = this;
281
-
282
- // Iterates over all items inside all content in the dialog, calling a
283
- // function for each of them.
284
- var iterContents = function( func )
285
- {
286
- var contents = me._.contents,
287
- stop = false;
288
-
289
- for ( var i in contents )
290
- {
291
- for ( var j in contents[i] )
292
- {
293
- stop = func.call( this, contents[i][j] );
294
- if ( stop )
295
- return;
296
- }
297
- }
298
- };
299
-
300
- this.on( 'ok', function( evt )
301
- {
302
- iterContents( function( item )
303
- {
304
- if ( item.validate )
305
- {
306
- var retval = item.validate( this ),
307
- invalid = typeof ( retval ) == 'string' || retval === false;
308
-
309
- if ( invalid )
310
- {
311
- evt.data.hide = false;
312
- evt.stop();
313
- }
314
-
315
- handleFieldValidated.call( item, !invalid, typeof retval == 'string' ? retval : undefined );
316
- return invalid;
317
- }
318
- });
319
- }, this, null, 0 );
320
-
321
- this.on( 'cancel', function( evt )
322
- {
323
- iterContents( function( item )
324
- {
325
- if ( item.isChanged() )
326
- {
327
- if ( !confirm( editor.lang.common.confirmCancel ) )
328
- evt.data.hide = false;
329
- return true;
330
- }
331
- });
332
- }, this, null, 0 );
333
-
334
- this.parts.close.on( 'click', function( evt )
335
- {
336
- if ( this.fire( 'cancel', { hide : true } ).hide !== false )
337
- this.hide();
338
- evt.data.preventDefault();
339
- }, this );
340
-
341
- // Sort focus list according to tab order definitions.
342
- function setupFocus()
343
- {
344
- var focusList = me._.focusList;
345
- focusList.sort( function( a, b )
346
- {
347
- // Mimics browser tab order logics;
348
- if ( a.tabIndex != b.tabIndex )
349
- return b.tabIndex - a.tabIndex;
350
- // Sort is not stable in some browsers,
351
- // fall-back the comparator to 'focusIndex';
352
- else
353
- return a.focusIndex - b.focusIndex;
354
- });
355
-
356
- var size = focusList.length;
357
- for ( var i = 0; i < size; i++ )
358
- focusList[ i ].focusIndex = i;
359
- }
360
-
361
- function changeFocus( forward )
362
- {
363
- var focusList = me._.focusList,
364
- offset = forward ? 1 : -1;
365
- if ( focusList.length < 1 )
366
- return;
367
-
368
- var current = me._.currentFocusIndex;
369
-
370
- // Trigger the 'blur' event of any input element before anything,
371
- // since certain UI updates may depend on it.
372
- try
373
- {
374
- focusList[ current ].getInputElement().$.blur();
375
- }
376
- catch( e ){}
377
-
378
- var startIndex = ( current + offset + focusList.length ) % focusList.length,
379
- currentIndex = startIndex;
380
- while ( !focusList[ currentIndex ].isFocusable() )
381
- {
382
- currentIndex = ( currentIndex + offset + focusList.length ) % focusList.length;
383
- if ( currentIndex == startIndex )
384
- break;
385
- }
386
- focusList[ currentIndex ].focus();
387
-
388
- // Select whole field content.
389
- if ( focusList[ currentIndex ].type == 'text' )
390
- focusList[ currentIndex ].select();
391
- }
392
-
393
- this.changeFocus = changeFocus;
394
-
395
- var processed;
396
-
397
- function focusKeydownHandler( evt )
398
- {
399
- // If I'm not the top dialog, ignore.
400
- if ( me != CKEDITOR.dialog._.currentTop )
401
- return;
402
-
403
- var keystroke = evt.data.getKeystroke(),
404
- rtl = editor.lang.dir == 'rtl';
405
-
406
- processed = 0;
407
- if ( keystroke == 9 || keystroke == CKEDITOR.SHIFT + 9 )
408
- {
409
- var shiftPressed = ( keystroke == CKEDITOR.SHIFT + 9 );
410
-
411
- // Handling Tab and Shift-Tab.
412
- if ( me._.tabBarMode )
413
- {
414
- // Change tabs.
415
- var nextId = shiftPressed ? getPreviousVisibleTab.call( me ) : getNextVisibleTab.call( me );
416
- me.selectPage( nextId );
417
- me._.tabs[ nextId ][ 0 ].focus();
418
- }
419
- else
420
- {
421
- // Change the focus of inputs.
422
- changeFocus( !shiftPressed );
423
- }
424
-
425
- processed = 1;
426
- }
427
- else if ( keystroke == CKEDITOR.ALT + 121 && !me._.tabBarMode && me.getPageCount() > 1 )
428
- {
429
- // Alt-F10 puts focus into the current tab item in the tab bar.
430
- me._.tabBarMode = true;
431
- me._.tabs[ me._.currentTabId ][ 0 ].focus();
432
- processed = 1;
433
- }
434
- else if ( ( keystroke == 37 || keystroke == 39 ) && me._.tabBarMode )
435
- {
436
- // Arrow keys - used for changing tabs.
437
- nextId = ( keystroke == ( rtl ? 39 : 37 ) ? getPreviousVisibleTab.call( me ) : getNextVisibleTab.call( me ) );
438
- me.selectPage( nextId );
439
- me._.tabs[ nextId ][ 0 ].focus();
440
- processed = 1;
441
- }
442
- else if ( ( keystroke == 13 || keystroke == 32 ) && me._.tabBarMode )
443
- {
444
- this.selectPage( this._.currentTabId );
445
- this._.tabBarMode = false;
446
- this._.currentFocusIndex = -1;
447
- changeFocus( true );
448
- processed = 1;
449
- }
450
-
451
- if ( processed )
452
- {
453
- evt.stop();
454
- evt.data.preventDefault();
455
- }
456
- }
457
-
458
- function focusKeyPressHandler( evt )
459
- {
460
- processed && evt.data.preventDefault();
461
- }
462
-
463
- var dialogElement = this._.element;
464
- // Add the dialog keyboard handlers.
465
- this.on( 'show', function()
466
- {
467
- dialogElement.on( 'keydown', focusKeydownHandler, this, null, 0 );
468
- // Some browsers instead, don't cancel key events in the keydown, but in the
469
- // keypress. So we must do a longer trip in those cases. (#4531)
470
- if ( CKEDITOR.env.opera || ( CKEDITOR.env.gecko && CKEDITOR.env.mac ) )
471
- dialogElement.on( 'keypress', focusKeyPressHandler, this );
472
-
473
- } );
474
- this.on( 'hide', function()
475
- {
476
- dialogElement.removeListener( 'keydown', focusKeydownHandler );
477
- if ( CKEDITOR.env.opera || ( CKEDITOR.env.gecko && CKEDITOR.env.mac ) )
478
- dialogElement.removeListener( 'keypress', focusKeyPressHandler );
479
-
480
- // Reset fields state when closing dialog.
481
- iterContents( function( item ) { resetField.apply( item ); } );
482
- } );
483
- this.on( 'iframeAdded', function( evt )
484
- {
485
- var doc = new CKEDITOR.dom.document( evt.data.iframe.$.contentWindow.document );
486
- doc.on( 'keydown', focusKeydownHandler, this, null, 0 );
487
- } );
488
-
489
- // Auto-focus logic in dialog.
490
- this.on( 'show', function()
491
- {
492
- // Setup tabIndex on showing the dialog instead of on loading
493
- // to allow dynamic tab order happen in dialog definition.
494
- setupFocus();
495
-
496
- if ( editor.config.dialog_startupFocusTab
497
- && me._.pageCount > 1 )
498
- {
499
- me._.tabBarMode = true;
500
- me._.tabs[ me._.currentTabId ][ 0 ].focus();
501
- }
502
- else if ( !this._.hasFocus )
503
- {
504
- this._.currentFocusIndex = -1;
505
-
506
- // Decide where to put the initial focus.
507
- if ( definition.onFocus )
508
- {
509
- var initialFocus = definition.onFocus.call( this );
510
- // Focus the field that the user specified.
511
- initialFocus && initialFocus.focus();
512
- }
513
- // Focus the first field in layout order.
514
- else
515
- changeFocus( true );
516
-
517
- /*
518
- * IE BUG: If the initial focus went into a non-text element (e.g. button),
519
- * then IE would still leave the caret inside the editing area.
520
- */
521
- if ( this._.editor.mode == 'wysiwyg' && CKEDITOR.env.ie )
522
- {
523
- var $selection = editor.document.$.selection,
524
- $range = $selection.createRange();
525
-
526
- if ( $range )
527
- {
528
- if ( $range.parentElement && $range.parentElement().ownerDocument == editor.document.$
529
- || $range.item && $range.item( 0 ).ownerDocument == editor.document.$ )
530
- {
531
- var $myRange = document.body.createTextRange();
532
- $myRange.moveToElementText( this.getElement().getFirst().$ );
533
- $myRange.collapse( true );
534
- $myRange.select();
535
- }
536
- }
537
- }
538
- }
539
- }, this, null, 0xffffffff );
540
-
541
- // IE6 BUG: Text fields and text areas are only half-rendered the first time the dialog appears in IE6 (#2661).
542
- // This is still needed after [2708] and [2709] because text fields in hidden TR tags are still broken.
543
- if ( CKEDITOR.env.ie6Compat )
544
- {
545
- this.on( 'load', function( evt )
546
- {
547
- var outer = this.getElement(),
548
- inner = outer.getFirst();
549
- inner.remove();
550
- inner.appendTo( outer );
551
- }, this );
552
- }
553
-
554
- initDragAndDrop( this );
555
- initResizeHandles( this );
556
-
557
- // Insert the title.
558
- ( new CKEDITOR.dom.text( definition.title, CKEDITOR.document ) ).appendTo( this.parts.title );
559
-
560
- // Insert the tabs and contents.
561
- for ( var i = 0 ; i < definition.contents.length ; i++ )
562
- {
563
- var page = definition.contents[i];
564
- page && this.addPage( page );
565
- }
566
-
567
- this.parts[ 'tabs' ].on( 'click', function( evt )
568
- {
569
- var target = evt.data.getTarget();
570
- // If we aren't inside a tab, bail out.
571
- if ( target.hasClass( 'cke_dialog_tab' ) )
572
- {
573
- // Get the ID of the tab, without the 'cke_' prefix and the unique number suffix.
574
- var id = target.$.id;
575
- this.selectPage( id.substring( 4, id.lastIndexOf( '_' ) ) );
576
-
577
- if ( this._.tabBarMode )
578
- {
579
- this._.tabBarMode = false;
580
- this._.currentFocusIndex = -1;
581
- changeFocus( true );
582
- }
583
- evt.data.preventDefault();
584
- }
585
- }, this );
586
-
587
- // Insert buttons.
588
- var buttonsHtml = [],
589
- buttons = CKEDITOR.dialog._.uiElementBuilders.hbox.build( this,
590
- {
591
- type : 'hbox',
592
- className : 'cke_dialog_footer_buttons',
593
- widths : [],
594
- children : definition.buttons
595
- }, buttonsHtml ).getChild();
596
- this.parts.footer.setHtml( buttonsHtml.join( '' ) );
597
-
598
- for ( i = 0 ; i < buttons.length ; i++ )
599
- this._.buttons[ buttons[i].id ] = buttons[i];
600
- };
601
-
602
- // Focusable interface. Use it via dialog.addFocusable.
603
- function Focusable( dialog, element, index )
604
- {
605
- this.element = element;
606
- this.focusIndex = index;
607
- // TODO: support tabIndex for focusables.
608
- this.tabIndex = 0;
609
- this.isFocusable = function()
610
- {
611
- return !element.getAttribute( 'disabled' ) && element.isVisible();
612
- };
613
- this.focus = function()
614
- {
615
- dialog._.currentFocusIndex = this.focusIndex;
616
- this.element.focus();
617
- };
618
- // Bind events
619
- element.on( 'keydown', function( e )
620
- {
621
- if ( e.data.getKeystroke() in { 32:1, 13:1 } )
622
- this.fire( 'click' );
623
- } );
624
- element.on( 'focus', function()
625
- {
626
- this.fire( 'mouseover' );
627
- } );
628
- element.on( 'blur', function()
629
- {
630
- this.fire( 'mouseout' );
631
- } );
632
- }
633
-
634
- CKEDITOR.dialog.prototype =
635
- {
636
- destroy : function()
637
- {
638
- this.hide();
639
- this._.element.remove();
640
- },
641
-
642
- /**
643
- * Resizes the dialog.
644
- * @param {Number} width The width of the dialog in pixels.
645
- * @param {Number} height The height of the dialog in pixels.
646
- * @function
647
- * @example
648
- * dialogObj.resize( 800, 640 );
649
- */
650
- resize : (function()
651
- {
652
- return function( width, height )
653
- {
654
- if ( this._.contentSize && this._.contentSize.width == width && this._.contentSize.height == height )
655
- return;
656
-
657
- CKEDITOR.dialog.fire( 'resize',
658
- {
659
- dialog : this,
660
- skin : this._.editor.skinName,
661
- width : width,
662
- height : height
663
- }, this._.editor );
664
-
665
- this.fire( 'resize',
666
- {
667
- skin : this._.editor.skinName,
668
- width : width,
669
- height : height
670
- }, this._.editor );
671
-
672
- // Update dialog position when dimension get changed in RTL.
673
- if ( this._.editor.lang.dir == 'rtl' && this._.position )
674
- this._.position.x = CKEDITOR.document.getWindow().getViewPaneSize().width -
675
- this._.contentSize.width - parseInt( this._.element.getFirst().getStyle( 'right' ), 10 );
676
-
677
- this._.contentSize = { width : width, height : height };
678
- };
679
- })(),
680
-
681
- /**
682
- * Gets the current size of the dialog in pixels.
683
- * @returns {Object} An object with "width" and "height" properties.
684
- * @example
685
- * var width = dialogObj.getSize().width;
686
- */
687
- getSize : function()
688
- {
689
- var element = this._.element.getFirst();
690
- return { width : element.$.offsetWidth || 0, height : element.$.offsetHeight || 0};
691
- },
692
-
693
- /**
694
- * Moves the dialog to an (x, y) coordinate relative to the window.
695
- * @function
696
- * @param {Number} x The target x-coordinate.
697
- * @param {Number} y The target y-coordinate.
698
- * @param {Boolean} save Flag indicate whether the dialog position should be remembered on next open up.
699
- * @example
700
- * dialogObj.move( 10, 40 );
701
- */
702
- move : (function()
703
- {
704
- var isFixed;
705
- return function( x, y, save )
706
- {
707
- // The dialog may be fixed positioned or absolute positioned. Ask the
708
- // browser what is the current situation first.
709
- var element = this._.element.getFirst(),
710
- rtl = this._.editor.lang.dir == 'rtl';
711
-
712
- if ( isFixed === undefined )
713
- isFixed = element.getComputedStyle( 'position' ) == 'fixed';
714
-
715
- if ( isFixed && this._.position && this._.position.x == x && this._.position.y == y )
716
- return;
717
-
718
- // Save the current position.
719
- this._.position = { x : x, y : y };
720
-
721
- // If not fixed positioned, add scroll position to the coordinates.
722
- if ( !isFixed )
723
- {
724
- var scrollPosition = CKEDITOR.document.getWindow().getScrollPosition();
725
- x += scrollPosition.x;
726
- y += scrollPosition.y;
727
- }
728
-
729
- // Translate coordinate for RTL.
730
- if ( rtl )
731
- {
732
- var dialogSize = this.getSize(),
733
- viewPaneSize = CKEDITOR.document.getWindow().getViewPaneSize();
734
- x = viewPaneSize.width - dialogSize.width - x;
735
- }
736
-
737
- var styles = { 'top' : ( y > 0 ? y : 0 ) + 'px' };
738
- styles[ rtl ? 'right' : 'left' ] = ( x > 0 ? x : 0 ) + 'px';
739
-
740
- element.setStyles( styles );
741
-
742
- save && ( this._.moved = 1 );
743
- };
744
- })(),
745
-
746
- /**
747
- * Gets the dialog's position in the window.
748
- * @returns {Object} An object with "x" and "y" properties.
749
- * @example
750
- * var dialogX = dialogObj.getPosition().x;
751
- */
752
- getPosition : function(){ return CKEDITOR.tools.extend( {}, this._.position ); },
753
-
754
- /**
755
- * Shows the dialog box.
756
- * @example
757
- * dialogObj.show();
758
- */
759
- show : function()
760
- {
761
- // Insert the dialog's element to the root document.
762
- var element = this._.element;
763
- var definition = this.definition;
764
- if ( !( element.getParent() && element.getParent().equals( CKEDITOR.document.getBody() ) ) )
765
- element.appendTo( CKEDITOR.document.getBody() );
766
- else
767
- element.setStyle( 'display', 'block' );
768
-
769
- // FIREFOX BUG: Fix vanishing caret for Firefox 2 or Gecko 1.8.
770
- if ( CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 )
771
- {
772
- var dialogElement = this.parts.dialog;
773
- dialogElement.setStyle( 'position', 'absolute' );
774
- setTimeout( function()
775
- {
776
- dialogElement.setStyle( 'position', 'fixed' );
777
- }, 0 );
778
- }
779
-
780
-
781
- // First, set the dialog to an appropriate size.
782
- this.resize( this._.contentSize && this._.contentSize.width || definition.width || definition.minWidth,
783
- this._.contentSize && this._.contentSize.height || definition.height || definition.minHeight );
784
-
785
- // Reset all inputs back to their default value.
786
- this.reset();
787
-
788
- // Select the first tab by default.
789
- this.selectPage( this.definition.contents[0].id );
790
-
791
- // Set z-index.
792
- if ( CKEDITOR.dialog._.currentZIndex === null )
793
- CKEDITOR.dialog._.currentZIndex = this._.editor.config.baseFloatZIndex;
794
- this._.element.getFirst().setStyle( 'z-index', CKEDITOR.dialog._.currentZIndex += 10 );
795
-
796
- // Maintain the dialog ordering and dialog cover.
797
- // Also register key handlers if first dialog.
798
- if ( CKEDITOR.dialog._.currentTop === null )
799
- {
800
- CKEDITOR.dialog._.currentTop = this;
801
- this._.parentDialog = null;
802
- showCover( this._.editor );
803
-
804
- element.on( 'keydown', accessKeyDownHandler );
805
- element.on( CKEDITOR.env.opera ? 'keypress' : 'keyup', accessKeyUpHandler );
806
-
807
- // Prevent some keys from bubbling up. (#4269)
808
- for ( var event in { keyup :1, keydown :1, keypress :1 } )
809
- element.on( event, preventKeyBubbling );
810
- }
811
- else
812
- {
813
- this._.parentDialog = CKEDITOR.dialog._.currentTop;
814
- var parentElement = this._.parentDialog.getElement().getFirst();
815
- parentElement.$.style.zIndex -= Math.floor( this._.editor.config.baseFloatZIndex / 2 );
816
- CKEDITOR.dialog._.currentTop = this;
817
- }
818
-
819
- // Register the Esc hotkeys.
820
- registerAccessKey( this, this, '\x1b', null, function()
821
- {
822
- this.getButton( 'cancel' ) && this.getButton( 'cancel' ).click();
823
- } );
824
-
825
- // Reset the hasFocus state.
826
- this._.hasFocus = false;
827
-
828
- CKEDITOR.tools.setTimeout( function()
829
- {
830
- this.layout();
831
- this.parts.dialog.setStyle( 'visibility', '' );
832
-
833
- // Execute onLoad for the first show.
834
- this.fireOnce( 'load', {} );
835
- CKEDITOR.ui.fire( 'ready', this );
836
-
837
- this.fire( 'show', {} );
838
- this._.editor.fire( 'dialogShow', this );
839
-
840
- // Save the initial values of the dialog.
841
- this.foreach( function( contentObj ) { contentObj.setInitValue && contentObj.setInitValue(); } );
842
-
843
- },
844
- 100, this );
845
- },
846
-
847
- /**
848
- * Rearrange the dialog to its previous position or the middle of the window.
849
- * @since 3.5
850
- */
851
- layout : function()
852
- {
853
- var viewSize = CKEDITOR.document.getWindow().getViewPaneSize(),
854
- dialogSize = this.getSize();
855
-
856
- this.move( this._.moved ? this._.position.x : ( viewSize.width - dialogSize.width ) / 2,
857
- this._.moved ? this._.position.y : ( viewSize.height - dialogSize.height ) / 2 );
858
- },
859
-
860
- /**
861
- * Executes a function for each UI element.
862
- * @param {Function} fn Function to execute for each UI element.
863
- * @returns {CKEDITOR.dialog} The current dialog object.
864
- */
865
- foreach : function( fn )
866
- {
867
- for ( var i in this._.contents )
868
- {
869
- for ( var j in this._.contents[i] )
870
- fn.call( this, this._.contents[i][j] );
871
- }
872
- return this;
873
- },
874
-
875
- /**
876
- * Resets all input values in the dialog.
877
- * @example
878
- * dialogObj.reset();
879
- * @returns {CKEDITOR.dialog} The current dialog object.
880
- */
881
- reset : (function()
882
- {
883
- var fn = function( widget ){ if ( widget.reset ) widget.reset( 1 ); };
884
- return function(){ this.foreach( fn ); return this; };
885
- })(),
886
-
887
-
888
- /**
889
- * Calls the {@link CKEDITOR.dialog.definition.uiElement#setup} method of each of the UI elements, with the arguments passed through it.
890
- * It is usually being called when the dialog is opened, to put the initial value inside the field.
891
- * @example
892
- * dialogObj.setupContent();
893
- * @example
894
- * var timestamp = ( new Date() ).valueOf();
895
- * dialogObj.setupContent( timestamp );
896
- */
897
- setupContent : function()
898
- {
899
- var args = arguments;
900
- this.foreach( function( widget )
901
- {
902
- if ( widget.setup )
903
- widget.setup.apply( widget, args );
904
- });
905
- },
906
-
907
- /**
908
- * Calls the {@link CKEDITOR.dialog.definition.uiElement#commit} method of each of the UI elements, with the arguments passed through it.
909
- * It is usually being called when the user confirms the dialog, to process the values.
910
- * @example
911
- * dialogObj.commitContent();
912
- * @example
913
- * var timestamp = ( new Date() ).valueOf();
914
- * dialogObj.commitContent( timestamp );
915
- */
916
- commitContent : function()
917
- {
918
- var args = arguments;
919
- this.foreach( function( widget )
920
- {
921
- // Make sure IE triggers "change" event on last focused input before closing the dialog. (#7915)
922
- if ( CKEDITOR.env.ie && this._.currentFocusIndex == widget.focusIndex )
923
- widget.getInputElement().$.blur();
924
-
925
- if ( widget.commit )
926
- widget.commit.apply( widget, args );
927
- });
928
- },
929
-
930
- /**
931
- * Hides the dialog box.
932
- * @example
933
- * dialogObj.hide();
934
- */
935
- hide : function()
936
- {
937
- if ( !this.parts.dialog.isVisible() )
938
- return;
939
-
940
- this.fire( 'hide', {} );
941
- this._.editor.fire( 'dialogHide', this );
942
- var element = this._.element;
943
- element.setStyle( 'display', 'none' );
944
- this.parts.dialog.setStyle( 'visibility', 'hidden' );
945
- // Unregister all access keys associated with this dialog.
946
- unregisterAccessKey( this );
947
-
948
- // Close any child(top) dialogs first.
949
- while( CKEDITOR.dialog._.currentTop != this )
950
- CKEDITOR.dialog._.currentTop.hide();
951
-
952
- // Maintain dialog ordering and remove cover if needed.
953
- if ( !this._.parentDialog )
954
- hideCover();
955
- else
956
- {
957
- var parentElement = this._.parentDialog.getElement().getFirst();
958
- parentElement.setStyle( 'z-index', parseInt( parentElement.$.style.zIndex, 10 ) + Math.floor( this._.editor.config.baseFloatZIndex / 2 ) );
959
- }
960
- CKEDITOR.dialog._.currentTop = this._.parentDialog;
961
-
962
- // Deduct or clear the z-index.
963
- if ( !this._.parentDialog )
964
- {
965
- CKEDITOR.dialog._.currentZIndex = null;
966
-
967
- // Remove access key handlers.
968
- element.removeListener( 'keydown', accessKeyDownHandler );
969
- element.removeListener( CKEDITOR.env.opera ? 'keypress' : 'keyup', accessKeyUpHandler );
970
-
971
- // Remove bubbling-prevention handler. (#4269)
972
- for ( var event in { keyup :1, keydown :1, keypress :1 } )
973
- element.removeListener( event, preventKeyBubbling );
974
-
975
- var editor = this._.editor;
976
- editor.focus();
977
-
978
- if ( editor.mode == 'wysiwyg' && CKEDITOR.env.ie )
979
- {
980
- var selection = editor.getSelection();
981
- selection && selection.unlock( true );
982
- }
983
- }
984
- else
985
- CKEDITOR.dialog._.currentZIndex -= 10;
986
-
987
- delete this._.parentDialog;
988
- // Reset the initial values of the dialog.
989
- this.foreach( function( contentObj ) { contentObj.resetInitValue && contentObj.resetInitValue(); } );
990
- },
991
-
992
- /**
993
- * Adds a tabbed page into the dialog.
994
- * @param {Object} contents Content definition.
995
- * @example
996
- */
997
- addPage : function( contents )
998
- {
999
- var pageHtml = [],
1000
- titleHtml = contents.label ? ' title="' + CKEDITOR.tools.htmlEncode( contents.label ) + '"' : '',
1001
- elements = contents.elements,
1002
- vbox = CKEDITOR.dialog._.uiElementBuilders.vbox.build( this,
1003
- {
1004
- type : 'vbox',
1005
- className : 'cke_dialog_page_contents',
1006
- children : contents.elements,
1007
- expand : !!contents.expand,
1008
- padding : contents.padding,
1009
- style : contents.style || 'width: 100%;height:100%'
1010
- }, pageHtml );
1011
-
1012
- // Create the HTML for the tab and the content block.
1013
- var page = CKEDITOR.dom.element.createFromHtml( pageHtml.join( '' ) );
1014
- page.setAttribute( 'role', 'tabpanel' );
1015
-
1016
- var env = CKEDITOR.env;
1017
- var tabId = 'cke_' + contents.id + '_' + CKEDITOR.tools.getNextNumber(),
1018
- tab = CKEDITOR.dom.element.createFromHtml( [
1019
- '<a class="cke_dialog_tab"',
1020
- ( this._.pageCount > 0 ? ' cke_last' : 'cke_first' ),
1021
- titleHtml,
1022
- ( !!contents.hidden ? ' style="display:none"' : '' ),
1023
- ' id="', tabId, '"',
1024
- env.gecko && env.version >= 10900 && !env.hc ? '' : ' href="javascript:void(0)"',
1025
- ' tabIndex="-1"',
1026
- ' hidefocus="true"',
1027
- ' role="tab">',
1028
- contents.label,
1029
- '</a>'
1030
- ].join( '' ) );
1031
-
1032
- page.setAttribute( 'aria-labelledby', tabId );
1033
-
1034
- // Take records for the tabs and elements created.
1035
- this._.tabs[ contents.id ] = [ tab, page ];
1036
- this._.tabIdList.push( contents.id );
1037
- !contents.hidden && this._.pageCount++;
1038
- this._.lastTab = tab;
1039
- this.updateStyle();
1040
-
1041
- var contentMap = this._.contents[ contents.id ] = {},
1042
- cursor,
1043
- children = vbox.getChild();
1044
-
1045
- while ( ( cursor = children.shift() ) )
1046
- {
1047
- contentMap[ cursor.id ] = cursor;
1048
- if ( typeof( cursor.getChild ) == 'function' )
1049
- children.push.apply( children, cursor.getChild() );
1050
- }
1051
-
1052
- // Attach the DOM nodes.
1053
-
1054
- page.setAttribute( 'name', contents.id );
1055
- page.appendTo( this.parts.contents );
1056
-
1057
- tab.unselectable();
1058
- this.parts.tabs.append( tab );
1059
-
1060
- // Add access key handlers if access key is defined.
1061
- if ( contents.accessKey )
1062
- {
1063
- registerAccessKey( this, this, 'CTRL+' + contents.accessKey,
1064
- tabAccessKeyDown, tabAccessKeyUp );
1065
- this._.accessKeyMap[ 'CTRL+' + contents.accessKey ] = contents.id;
1066
- }
1067
- },
1068
-
1069
- /**
1070
- * Activates a tab page in the dialog by its id.
1071
- * @param {String} id The id of the dialog tab to be activated.
1072
- * @example
1073
- * dialogObj.selectPage( 'tab_1' );
1074
- */
1075
- selectPage : function( id )
1076
- {
1077
- if ( this._.currentTabId == id )
1078
- return;
1079
-
1080
- // Returning true means that the event has been canceled
1081
- if ( this.fire( 'selectPage', { page : id, currentPage : this._.currentTabId } ) === true )
1082
- return;
1083
-
1084
- // Hide the non-selected tabs and pages.
1085
- for ( var i in this._.tabs )
1086
- {
1087
- var tab = this._.tabs[i][0],
1088
- page = this._.tabs[i][1];
1089
- if ( i != id )
1090
- {
1091
- tab.removeClass( 'cke_dialog_tab_selected' );
1092
- page.hide();
1093
- }
1094
- page.setAttribute( 'aria-hidden', i != id );
1095
- }
1096
-
1097
- var selected = this._.tabs[ id ];
1098
- selected[ 0 ].addClass( 'cke_dialog_tab_selected' );
1099
-
1100
- // [IE] an invisible input[type='text'] will enlarge it's width
1101
- // if it's value is long when it shows, so we clear it's value
1102
- // before it shows and then recover it (#5649)
1103
- if ( CKEDITOR.env.ie6Compat || CKEDITOR.env.ie7Compat )
1104
- {
1105
- clearOrRecoverTextInputValue( selected[ 1 ] );
1106
- selected[ 1 ].show();
1107
- setTimeout( function()
1108
- {
1109
- clearOrRecoverTextInputValue( selected[ 1 ], 1 );
1110
- }, 0 );
1111
- }
1112
- else
1113
- selected[ 1 ].show();
1114
-
1115
- this._.currentTabId = id;
1116
- this._.currentTabIndex = CKEDITOR.tools.indexOf( this._.tabIdList, id );
1117
- },
1118
-
1119
- // Dialog state-specific style updates.
1120
- updateStyle : function()
1121
- {
1122
- // If only a single page shown, a different style is used in the central pane.
1123
- this.parts.dialog[ ( this._.pageCount === 1 ? 'add' : 'remove' ) + 'Class' ]( 'cke_single_page' );
1124
- },
1125
-
1126
- /**
1127
- * Hides a page's tab away from the dialog.
1128
- * @param {String} id The page's Id.
1129
- * @example
1130
- * dialog.hidePage( 'tab_3' );
1131
- */
1132
- hidePage : function( id )
1133
- {
1134
- var tab = this._.tabs[id] && this._.tabs[id][0];
1135
- if ( !tab || this._.pageCount == 1 || !tab.isVisible() )
1136
- return;
1137
- // Switch to other tab first when we're hiding the active tab.
1138
- else if ( id == this._.currentTabId )
1139
- this.selectPage( getPreviousVisibleTab.call( this ) );
1140
-
1141
- tab.hide();
1142
- this._.pageCount--;
1143
- this.updateStyle();
1144
- },
1145
-
1146
- /**
1147
- * Unhides a page's tab.
1148
- * @param {String} id The page's Id.
1149
- * @example
1150
- * dialog.showPage( 'tab_2' );
1151
- */
1152
- showPage : function( id )
1153
- {
1154
- var tab = this._.tabs[id] && this._.tabs[id][0];
1155
- if ( !tab )
1156
- return;
1157
- tab.show();
1158
- this._.pageCount++;
1159
- this.updateStyle();
1160
- },
1161
-
1162
- /**
1163
- * Gets the root DOM element of the dialog.
1164
- * @returns {CKEDITOR.dom.element} The &lt;span&gt; element containing this dialog.
1165
- * @example
1166
- * var dialogElement = dialogObj.getElement().getFirst();
1167
- * dialogElement.setStyle( 'padding', '5px' );
1168
- */
1169
- getElement : function()
1170
- {
1171
- return this._.element;
1172
- },
1173
-
1174
- /**
1175
- * Gets the name of the dialog.
1176
- * @returns {String} The name of this dialog.
1177
- * @example
1178
- * var dialogName = dialogObj.getName();
1179
- */
1180
- getName : function()
1181
- {
1182
- return this._.name;
1183
- },
1184
-
1185
- /**
1186
- * Gets a dialog UI element object from a dialog page.
1187
- * @param {String} pageId id of dialog page.
1188
- * @param {String} elementId id of UI element.
1189
- * @example
1190
- * dialogObj.getContentElement( 'tabId', 'elementId' ).setValue( 'Example' );
1191
- * @returns {CKEDITOR.ui.dialog.uiElement} The dialog UI element.
1192
- */
1193
- getContentElement : function( pageId, elementId )
1194
- {
1195
- var page = this._.contents[ pageId ];
1196
- return page && page[ elementId ];
1197
- },
1198
-
1199
- /**
1200
- * Gets the value of a dialog UI element.
1201
- * @param {String} pageId id of dialog page.
1202
- * @param {String} elementId id of UI element.
1203
- * @example
1204
- * alert( dialogObj.getValueOf( 'tabId', 'elementId' ) );
1205
- * @returns {Object} The value of the UI element.
1206
- */
1207
- getValueOf : function( pageId, elementId )
1208
- {
1209
- return this.getContentElement( pageId, elementId ).getValue();
1210
- },
1211
-
1212
- /**
1213
- * Sets the value of a dialog UI element.
1214
- * @param {String} pageId id of the dialog page.
1215
- * @param {String} elementId id of the UI element.
1216
- * @param {Object} value The new value of the UI element.
1217
- * @example
1218
- * dialogObj.setValueOf( 'tabId', 'elementId', 'Example' );
1219
- */
1220
- setValueOf : function( pageId, elementId, value )
1221
- {
1222
- return this.getContentElement( pageId, elementId ).setValue( value );
1223
- },
1224
-
1225
- /**
1226
- * Gets the UI element of a button in the dialog's button row.
1227
- * @param {String} id The id of the button.
1228
- * @example
1229
- * @returns {CKEDITOR.ui.dialog.button} The button object.
1230
- */
1231
- getButton : function( id )
1232
- {
1233
- return this._.buttons[ id ];
1234
- },
1235
-
1236
- /**
1237
- * Simulates a click to a dialog button in the dialog's button row.
1238
- * @param {String} id The id of the button.
1239
- * @example
1240
- * @returns The return value of the dialog's "click" event.
1241
- */
1242
- click : function( id )
1243
- {
1244
- return this._.buttons[ id ].click();
1245
- },
1246
-
1247
- /**
1248
- * Disables a dialog button.
1249
- * @param {String} id The id of the button.
1250
- * @example
1251
- */
1252
- disableButton : function( id )
1253
- {
1254
- return this._.buttons[ id ].disable();
1255
- },
1256
-
1257
- /**
1258
- * Enables a dialog button.
1259
- * @param {String} id The id of the button.
1260
- * @example
1261
- */
1262
- enableButton : function( id )
1263
- {
1264
- return this._.buttons[ id ].enable();
1265
- },
1266
-
1267
- /**
1268
- * Gets the number of pages in the dialog.
1269
- * @returns {Number} Page count.
1270
- */
1271
- getPageCount : function()
1272
- {
1273
- return this._.pageCount;
1274
- },
1275
-
1276
- /**
1277
- * Gets the editor instance which opened this dialog.
1278
- * @returns {CKEDITOR.editor} Parent editor instances.
1279
- */
1280
- getParentEditor : function()
1281
- {
1282
- return this._.editor;
1283
- },
1284
-
1285
- /**
1286
- * Gets the element that was selected when opening the dialog, if any.
1287
- * @returns {CKEDITOR.dom.element} The element that was selected, or null.
1288
- */
1289
- getSelectedElement : function()
1290
- {
1291
- return this.getParentEditor().getSelection().getSelectedElement();
1292
- },
1293
-
1294
- /**
1295
- * Adds element to dialog's focusable list.
1296
- *
1297
- * @param {CKEDITOR.dom.element} element
1298
- * @param {Number} [index]
1299
- */
1300
- addFocusable: function( element, index ) {
1301
- if ( typeof index == 'undefined' )
1302
- {
1303
- index = this._.focusList.length;
1304
- this._.focusList.push( new Focusable( this, element, index ) );
1305
- }
1306
- else
1307
- {
1308
- this._.focusList.splice( index, 0, new Focusable( this, element, index ) );
1309
- for ( var i = index + 1 ; i < this._.focusList.length ; i++ )
1310
- this._.focusList[ i ].focusIndex++;
1311
- }
1312
- }
1313
- };
1314
-
1315
- CKEDITOR.tools.extend( CKEDITOR.dialog,
1316
- /**
1317
- * @lends CKEDITOR.dialog
1318
- */
1319
- {
1320
- /**
1321
- * Registers a dialog.
1322
- * @param {String} name The dialog's name.
1323
- * @param {Function|String} dialogDefinition
1324
- * A function returning the dialog's definition, or the URL to the .js file holding the function.
1325
- * The function should accept an argument "editor" which is the current editor instance, and
1326
- * return an object conforming to {@link CKEDITOR.dialog.definition}.
1327
- * @see CKEDITOR.dialog.definition
1328
- * @example
1329
- * // Full sample plugin, which does not only register a dialog window but also adds an item to the context menu.
1330
- * // To open the dialog window, choose "Open dialog" in the context menu.
1331
- * CKEDITOR.plugins.add( 'myplugin',
1332
- * {
1333
- * init: function( editor )
1334
- * {
1335
- * editor.addCommand( 'mydialog',new CKEDITOR.dialogCommand( 'mydialog' ) );
1336
- *
1337
- * if ( editor.contextMenu )
1338
- * {
1339
- * editor.addMenuGroup( 'mygroup', 10 );
1340
- * editor.addMenuItem( 'My Dialog',
1341
- * {
1342
- * label : 'Open dialog',
1343
- * command : 'mydialog',
1344
- * group : 'mygroup'
1345
- * });
1346
- * editor.contextMenu.addListener( function( element )
1347
- * {
1348
- * return { 'My Dialog' : CKEDITOR.TRISTATE_OFF };
1349
- * });
1350
- * }
1351
- *
1352
- * <strong>CKEDITOR.dialog.add</strong>( 'mydialog', function( api )
1353
- * {
1354
- * // CKEDITOR.dialog.definition
1355
- * var <strong>dialogDefinition</strong> =
1356
- * {
1357
- * title : 'Sample dialog',
1358
- * minWidth : 390,
1359
- * minHeight : 130,
1360
- * contents : [
1361
- * {
1362
- * id : 'tab1',
1363
- * label : 'Label',
1364
- * title : 'Title',
1365
- * expand : true,
1366
- * padding : 0,
1367
- * elements :
1368
- * [
1369
- * {
1370
- * type : 'html',
1371
- * html : '&lt;p&gt;This is some sample HTML content.&lt;/p&gt;'
1372
- * },
1373
- * {
1374
- * type : 'textarea',
1375
- * id : 'textareaId',
1376
- * rows : 4,
1377
- * cols : 40
1378
- * }
1379
- * ]
1380
- * }
1381
- * ],
1382
- * buttons : [ CKEDITOR.dialog.okButton, CKEDITOR.dialog.cancelButton ],
1383
- * onOk : function() {
1384
- * // "this" is now a CKEDITOR.dialog object.
1385
- * // Accessing dialog elements:
1386
- * var textareaObj = this.<strong>getContentElement</strong>( 'tab1', 'textareaId' );
1387
- * alert( "You have entered: " + textareaObj.getValue() );
1388
- * }
1389
- * };
1390
- *
1391
- * return dialogDefinition;
1392
- * } );
1393
- * }
1394
- * } );
1395
- *
1396
- * CKEDITOR.replace( 'editor1', { extraPlugins : 'myplugin' } );
1397
- */
1398
- add : function( name, dialogDefinition )
1399
- {
1400
- // Avoid path registration from multiple instances override definition.
1401
- if ( !this._.dialogDefinitions[name]
1402
- || typeof dialogDefinition == 'function' )
1403
- this._.dialogDefinitions[name] = dialogDefinition;
1404
- },
1405
-
1406
- exists : function( name )
1407
- {
1408
- return !!this._.dialogDefinitions[ name ];
1409
- },
1410
-
1411
- getCurrent : function()
1412
- {
1413
- return CKEDITOR.dialog._.currentTop;
1414
- },
1415
-
1416
- /**
1417
- * The default OK button for dialogs. Fires the "ok" event and closes the dialog if the event succeeds.
1418
- * @static
1419
- * @field
1420
- * @example
1421
- * @type Function
1422
- */
1423
- okButton : (function()
1424
- {
1425
- var retval = function( editor, override )
1426
- {
1427
- override = override || {};
1428
- return CKEDITOR.tools.extend( {
1429
- id : 'ok',
1430
- type : 'button',
1431
- label : editor.lang.common.ok,
1432
- 'class' : 'cke_dialog_ui_button_ok',
1433
- onClick : function( evt )
1434
- {
1435
- var dialog = evt.data.dialog;
1436
- if ( dialog.fire( 'ok', { hide : true } ).hide !== false )
1437
- dialog.hide();
1438
- }
1439
- }, override, true );
1440
- };
1441
- retval.type = 'button';
1442
- retval.override = function( override )
1443
- {
1444
- return CKEDITOR.tools.extend( function( editor ){ return retval( editor, override ); },
1445
- { type : 'button' }, true );
1446
- };
1447
- return retval;
1448
- })(),
1449
-
1450
- /**
1451
- * The default cancel button for dialogs. Fires the "cancel" event and closes the dialog if no UI element value changed.
1452
- * @static
1453
- * @field
1454
- * @example
1455
- * @type Function
1456
- */
1457
- cancelButton : (function()
1458
- {
1459
- var retval = function( editor, override )
1460
- {
1461
- override = override || {};
1462
- return CKEDITOR.tools.extend( {
1463
- id : 'cancel',
1464
- type : 'button',
1465
- label : editor.lang.common.cancel,
1466
- 'class' : 'cke_dialog_ui_button_cancel',
1467
- onClick : function( evt )
1468
- {
1469
- var dialog = evt.data.dialog;
1470
- if ( dialog.fire( 'cancel', { hide : true } ).hide !== false )
1471
- dialog.hide();
1472
- }
1473
- }, override, true );
1474
- };
1475
- retval.type = 'button';
1476
- retval.override = function( override )
1477
- {
1478
- return CKEDITOR.tools.extend( function( editor ){ return retval( editor, override ); },
1479
- { type : 'button' }, true );
1480
- };
1481
- return retval;
1482
- })(),
1483
-
1484
- /**
1485
- * Registers a dialog UI element.
1486
- * @param {String} typeName The name of the UI element.
1487
- * @param {Function} builder The function to build the UI element.
1488
- * @example
1489
- */
1490
- addUIElement : function( typeName, builder )
1491
- {
1492
- this._.uiElementBuilders[ typeName ] = builder;
1493
- }
1494
- });
1495
-
1496
- CKEDITOR.dialog._ =
1497
- {
1498
- uiElementBuilders : {},
1499
-
1500
- dialogDefinitions : {},
1501
-
1502
- currentTop : null,
1503
-
1504
- currentZIndex : null
1505
- };
1506
-
1507
- // "Inherit" (copy actually) from CKEDITOR.event.
1508
- CKEDITOR.event.implementOn( CKEDITOR.dialog );
1509
- CKEDITOR.event.implementOn( CKEDITOR.dialog.prototype, true );
1510
-
1511
- var defaultDialogDefinition =
1512
- {
1513
- resizable : CKEDITOR.DIALOG_RESIZE_BOTH,
1514
- minWidth : 600,
1515
- minHeight : 400,
1516
- buttons : [ CKEDITOR.dialog.okButton, CKEDITOR.dialog.cancelButton ]
1517
- };
1518
-
1519
- // Tool function used to return an item from an array based on its id
1520
- // property.
1521
- var getById = function( array, id, recurse )
1522
- {
1523
- for ( var i = 0, item ; ( item = array[ i ] ) ; i++ )
1524
- {
1525
- if ( item.id == id )
1526
- return item;
1527
- if ( recurse && item[ recurse ] )
1528
- {
1529
- var retval = getById( item[ recurse ], id, recurse ) ;
1530
- if ( retval )
1531
- return retval;
1532
- }
1533
- }
1534
- return null;
1535
- };
1536
-
1537
- // Tool function used to add an item into an array.
1538
- var addById = function( array, newItem, nextSiblingId, recurse, nullIfNotFound )
1539
- {
1540
- if ( nextSiblingId )
1541
- {
1542
- for ( var i = 0, item ; ( item = array[ i ] ) ; i++ )
1543
- {
1544
- if ( item.id == nextSiblingId )
1545
- {
1546
- array.splice( i, 0, newItem );
1547
- return newItem;
1548
- }
1549
-
1550
- if ( recurse && item[ recurse ] )
1551
- {
1552
- var retval = addById( item[ recurse ], newItem, nextSiblingId, recurse, true );
1553
- if ( retval )
1554
- return retval;
1555
- }
1556
- }
1557
-
1558
- if ( nullIfNotFound )
1559
- return null;
1560
- }
1561
-
1562
- array.push( newItem );
1563
- return newItem;
1564
- };
1565
-
1566
- // Tool function used to remove an item from an array based on its id.
1567
- var removeById = function( array, id, recurse )
1568
- {
1569
- for ( var i = 0, item ; ( item = array[ i ] ) ; i++ )
1570
- {
1571
- if ( item.id == id )
1572
- return array.splice( i, 1 );
1573
- if ( recurse && item[ recurse ] )
1574
- {
1575
- var retval = removeById( item[ recurse ], id, recurse );
1576
- if ( retval )
1577
- return retval;
1578
- }
1579
- }
1580
- return null;
1581
- };
1582
-
1583
- /**
1584
- * This class is not really part of the API. It is the "definition" property value
1585
- * passed to "dialogDefinition" event handlers.
1586
- * @constructor
1587
- * @name CKEDITOR.dialog.definitionObject
1588
- * @extends CKEDITOR.dialog.definition
1589
- * @example
1590
- * CKEDITOR.on( 'dialogDefinition', function( evt )
1591
- * {
1592
- * var definition = evt.data.definition;
1593
- * var content = definition.getContents( 'page1' );
1594
- * ...
1595
- * } );
1596
- */
1597
- var definitionObject = function( dialog, dialogDefinition )
1598
- {
1599
- // TODO : Check if needed.
1600
- this.dialog = dialog;
1601
-
1602
- // Transform the contents entries in contentObjects.
1603
- var contents = dialogDefinition.contents;
1604
- for ( var i = 0, content ; ( content = contents[i] ) ; i++ )
1605
- contents[ i ] = content && new contentObject( dialog, content );
1606
-
1607
- CKEDITOR.tools.extend( this, dialogDefinition );
1608
- };
1609
-
1610
- definitionObject.prototype =
1611
- /** @lends CKEDITOR.dialog.definitionObject.prototype */
1612
- {
1613
- /**
1614
- * Gets a content definition.
1615
- * @param {String} id The id of the content definition.
1616
- * @returns {CKEDITOR.dialog.definition.content} The content definition
1617
- * matching id.
1618
- */
1619
- getContents : function( id )
1620
- {
1621
- return getById( this.contents, id );
1622
- },
1623
-
1624
- /**
1625
- * Gets a button definition.
1626
- * @param {String} id The id of the button definition.
1627
- * @returns {CKEDITOR.dialog.definition.button} The button definition
1628
- * matching id.
1629
- */
1630
- getButton : function( id )
1631
- {
1632
- return getById( this.buttons, id );
1633
- },
1634
-
1635
- /**
1636
- * Adds a content definition object under this dialog definition.
1637
- * @param {CKEDITOR.dialog.definition.content} contentDefinition The
1638
- * content definition.
1639
- * @param {String} [nextSiblingId] The id of an existing content
1640
- * definition which the new content definition will be inserted
1641
- * before. Omit if the new content definition is to be inserted as
1642
- * the last item.
1643
- * @returns {CKEDITOR.dialog.definition.content} The inserted content
1644
- * definition.
1645
- */
1646
- addContents : function( contentDefinition, nextSiblingId )
1647
- {
1648
- return addById( this.contents, contentDefinition, nextSiblingId );
1649
- },
1650
-
1651
- /**
1652
- * Adds a button definition object under this dialog definition.
1653
- * @param {CKEDITOR.dialog.definition.button} buttonDefinition The
1654
- * button definition.
1655
- * @param {String} [nextSiblingId] The id of an existing button
1656
- * definition which the new button definition will be inserted
1657
- * before. Omit if the new button definition is to be inserted as
1658
- * the last item.
1659
- * @returns {CKEDITOR.dialog.definition.button} The inserted button
1660
- * definition.
1661
- */
1662
- addButton : function( buttonDefinition, nextSiblingId )
1663
- {
1664
- return addById( this.buttons, buttonDefinition, nextSiblingId );
1665
- },
1666
-
1667
- /**
1668
- * Removes a content definition from this dialog definition.
1669
- * @param {String} id The id of the content definition to be removed.
1670
- * @returns {CKEDITOR.dialog.definition.content} The removed content
1671
- * definition.
1672
- */
1673
- removeContents : function( id )
1674
- {
1675
- removeById( this.contents, id );
1676
- },
1677
-
1678
- /**
1679
- * Removes a button definition from the dialog definition.
1680
- * @param {String} id The id of the button definition to be removed.
1681
- * @returns {CKEDITOR.dialog.definition.button} The removed button
1682
- * definition.
1683
- */
1684
- removeButton : function( id )
1685
- {
1686
- removeById( this.buttons, id );
1687
- }
1688
- };
1689
-
1690
- /**
1691
- * This class is not really part of the API. It is the template of the
1692
- * objects representing content pages inside the
1693
- * CKEDITOR.dialog.definitionObject.
1694
- * @constructor
1695
- * @name CKEDITOR.dialog.definition.contentObject
1696
- * @example
1697
- * CKEDITOR.on( 'dialogDefinition', function( evt )
1698
- * {
1699
- * var definition = evt.data.definition;
1700
- * var content = definition.getContents( 'page1' );
1701
- * content.remove( 'textInput1' );
1702
- * ...
1703
- * } );
1704
- */
1705
- function contentObject( dialog, contentDefinition )
1706
- {
1707
- this._ =
1708
- {
1709
- dialog : dialog
1710
- };
1711
-
1712
- CKEDITOR.tools.extend( this, contentDefinition );
1713
- }
1714
-
1715
- contentObject.prototype =
1716
- /** @lends CKEDITOR.dialog.definition.contentObject.prototype */
1717
- {
1718
- /**
1719
- * Gets a UI element definition under the content definition.
1720
- * @param {String} id The id of the UI element definition.
1721
- * @returns {CKEDITOR.dialog.definition.uiElement}
1722
- */
1723
- get : function( id )
1724
- {
1725
- return getById( this.elements, id, 'children' );
1726
- },
1727
-
1728
- /**
1729
- * Adds a UI element definition to the content definition.
1730
- * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition The
1731
- * UI elemnet definition to be added.
1732
- * @param {String} nextSiblingId The id of an existing UI element
1733
- * definition which the new UI element definition will be inserted
1734
- * before. Omit if the new button definition is to be inserted as
1735
- * the last item.
1736
- * @returns {CKEDITOR.dialog.definition.uiElement} The element
1737
- * definition inserted.
1738
- */
1739
- add : function( elementDefinition, nextSiblingId )
1740
- {
1741
- return addById( this.elements, elementDefinition, nextSiblingId, 'children' );
1742
- },
1743
-
1744
- /**
1745
- * Removes a UI element definition from the content definition.
1746
- * @param {String} id The id of the UI element definition to be
1747
- * removed.
1748
- * @returns {CKEDITOR.dialog.definition.uiElement} The element
1749
- * definition removed.
1750
- * @example
1751
- */
1752
- remove : function( id )
1753
- {
1754
- removeById( this.elements, id, 'children' );
1755
- }
1756
- };
1757
-
1758
- function initDragAndDrop( dialog )
1759
- {
1760
- var lastCoords = null,
1761
- abstractDialogCoords = null,
1762
- element = dialog.getElement().getFirst(),
1763
- editor = dialog.getParentEditor(),
1764
- magnetDistance = editor.config.dialog_magnetDistance,
1765
- margins = editor.skin.margins || [ 0, 0, 0, 0 ];
1766
-
1767
- if ( typeof magnetDistance == 'undefined' )
1768
- magnetDistance = 20;
1769
-
1770
- function mouseMoveHandler( evt )
1771
- {
1772
- var dialogSize = dialog.getSize(),
1773
- viewPaneSize = CKEDITOR.document.getWindow().getViewPaneSize(),
1774
- x = evt.data.$.screenX,
1775
- y = evt.data.$.screenY,
1776
- dx = x - lastCoords.x,
1777
- dy = y - lastCoords.y,
1778
- realX, realY;
1779
-
1780
- lastCoords = { x : x, y : y };
1781
- abstractDialogCoords.x += dx;
1782
- abstractDialogCoords.y += dy;
1783
-
1784
- if ( abstractDialogCoords.x + margins[3] < magnetDistance )
1785
- realX = - margins[3];
1786
- else if ( abstractDialogCoords.x - margins[1] > viewPaneSize.width - dialogSize.width - magnetDistance )
1787
- realX = viewPaneSize.width - dialogSize.width + ( editor.lang.dir == 'rtl' ? 0 : margins[1] );
1788
- else
1789
- realX = abstractDialogCoords.x;
1790
-
1791
- if ( abstractDialogCoords.y + margins[0] < magnetDistance )
1792
- realY = - margins[0];
1793
- else if ( abstractDialogCoords.y - margins[2] > viewPaneSize.height - dialogSize.height - magnetDistance )
1794
- realY = viewPaneSize.height - dialogSize.height + margins[2];
1795
- else
1796
- realY = abstractDialogCoords.y;
1797
-
1798
- dialog.move( realX, realY, 1 );
1799
-
1800
- evt.data.preventDefault();
1801
- }
1802
-
1803
- function mouseUpHandler( evt )
1804
- {
1805
- CKEDITOR.document.removeListener( 'mousemove', mouseMoveHandler );
1806
- CKEDITOR.document.removeListener( 'mouseup', mouseUpHandler );
1807
-
1808
- if ( CKEDITOR.env.ie6Compat )
1809
- {
1810
- var coverDoc = currentCover.getChild( 0 ).getFrameDocument();
1811
- coverDoc.removeListener( 'mousemove', mouseMoveHandler );
1812
- coverDoc.removeListener( 'mouseup', mouseUpHandler );
1813
- }
1814
- }
1815
-
1816
- dialog.parts.title.on( 'mousedown', function( evt )
1817
- {
1818
- lastCoords = { x : evt.data.$.screenX, y : evt.data.$.screenY };
1819
-
1820
- CKEDITOR.document.on( 'mousemove', mouseMoveHandler );
1821
- CKEDITOR.document.on( 'mouseup', mouseUpHandler );
1822
- abstractDialogCoords = dialog.getPosition();
1823
-
1824
- if ( CKEDITOR.env.ie6Compat )
1825
- {
1826
- var coverDoc = currentCover.getChild( 0 ).getFrameDocument();
1827
- coverDoc.on( 'mousemove', mouseMoveHandler );
1828
- coverDoc.on( 'mouseup', mouseUpHandler );
1829
- }
1830
-
1831
- evt.data.preventDefault();
1832
- }, dialog );
1833
- }
1834
-
1835
- function initResizeHandles( dialog )
1836
- {
1837
- var def = dialog.definition,
1838
- resizable = def.resizable;
1839
-
1840
- if ( resizable == CKEDITOR.DIALOG_RESIZE_NONE )
1841
- return;
1842
-
1843
- var editor = dialog.getParentEditor();
1844
- var wrapperWidth, wrapperHeight,
1845
- viewSize, origin, startSize,
1846
- dialogCover;
1847
-
1848
- var mouseDownFn = CKEDITOR.tools.addFunction( function( $event )
1849
- {
1850
- startSize = dialog.getSize();
1851
-
1852
- var content = dialog.parts.contents,
1853
- iframeDialog = content.$.getElementsByTagName( 'iframe' ).length;
1854
-
1855
- // Shim to help capturing "mousemove" over iframe.
1856
- if ( iframeDialog )
1857
- {
1858
- dialogCover = CKEDITOR.dom.element.createFromHtml( '<div class="cke_dialog_resize_cover" style="height: 100%; position: absolute; width: 100%;"></div>' );
1859
- content.append( dialogCover );
1860
- }
1861
-
1862
- // Calculate the offset between content and chrome size.
1863
- wrapperHeight = startSize.height - dialog.parts.contents.getSize( 'height', ! ( CKEDITOR.env.gecko || CKEDITOR.env.opera || CKEDITOR.env.ie && CKEDITOR.env.quirks ) );
1864
- wrapperWidth = startSize.width - dialog.parts.contents.getSize( 'width', 1 );
1865
-
1866
- origin = { x : $event.screenX, y : $event.screenY };
1867
-
1868
- viewSize = CKEDITOR.document.getWindow().getViewPaneSize();
1869
-
1870
- CKEDITOR.document.on( 'mousemove', mouseMoveHandler );
1871
- CKEDITOR.document.on( 'mouseup', mouseUpHandler );
1872
-
1873
- if ( CKEDITOR.env.ie6Compat )
1874
- {
1875
- var coverDoc = currentCover.getChild( 0 ).getFrameDocument();
1876
- coverDoc.on( 'mousemove', mouseMoveHandler );
1877
- coverDoc.on( 'mouseup', mouseUpHandler );
1878
- }
1879
-
1880
- $event.preventDefault && $event.preventDefault();
1881
- });
1882
-
1883
- // Prepend the grip to the dialog.
1884
- dialog.on( 'load', function()
1885
- {
1886
- var direction = '';
1887
- if ( resizable == CKEDITOR.DIALOG_RESIZE_WIDTH )
1888
- direction = ' cke_resizer_horizontal';
1889
- else if ( resizable == CKEDITOR.DIALOG_RESIZE_HEIGHT )
1890
- direction = ' cke_resizer_vertical';
1891
- var resizer = CKEDITOR.dom.element.createFromHtml( '<div' +
1892
- ' class="cke_resizer' + direction + ' cke_resizer_' + editor.lang.dir + '"' +
1893
- ' title="' + CKEDITOR.tools.htmlEncode( editor.lang.resize ) + '"' +
1894
- ' onmousedown="CKEDITOR.tools.callFunction(' + mouseDownFn + ', event )"></div>' );
1895
- dialog.parts.footer.append( resizer, 1 );
1896
- });
1897
- editor.on( 'destroy', function() { CKEDITOR.tools.removeFunction( mouseDownFn ); } );
1898
-
1899
- function mouseMoveHandler( evt )
1900
- {
1901
- var rtl = editor.lang.dir == 'rtl',
1902
- dx = ( evt.data.$.screenX - origin.x ) * ( rtl ? -1 : 1 ),
1903
- dy = evt.data.$.screenY - origin.y,
1904
- width = startSize.width,
1905
- height = startSize.height,
1906
- internalWidth = width + dx * ( dialog._.moved ? 1 : 2 ),
1907
- internalHeight = height + dy * ( dialog._.moved ? 1 : 2 ),
1908
- element = dialog._.element.getFirst(),
1909
- right = rtl && element.getComputedStyle( 'right' ),
1910
- position = dialog.getPosition();
1911
-
1912
- if ( position.y + internalHeight > viewSize.height )
1913
- internalHeight = viewSize.height - position.y;
1914
-
1915
- if ( ( rtl ? right : position.x ) + internalWidth > viewSize.width )
1916
- internalWidth = viewSize.width - ( rtl ? right : position.x );
1917
-
1918
- // Make sure the dialog will not be resized to the wrong side when it's in the leftmost position for RTL.
1919
- if ( ( resizable == CKEDITOR.DIALOG_RESIZE_WIDTH || resizable == CKEDITOR.DIALOG_RESIZE_BOTH ) )
1920
- width = Math.max( def.minWidth || 0, internalWidth - wrapperWidth );
1921
-
1922
- if ( resizable == CKEDITOR.DIALOG_RESIZE_HEIGHT || resizable == CKEDITOR.DIALOG_RESIZE_BOTH )
1923
- height = Math.max( def.minHeight || 0, internalHeight - wrapperHeight );
1924
-
1925
- dialog.resize( width, height );
1926
-
1927
- if ( !dialog._.moved )
1928
- dialog.layout();
1929
-
1930
- evt.data.preventDefault();
1931
- }
1932
-
1933
- function mouseUpHandler()
1934
- {
1935
- CKEDITOR.document.removeListener( 'mouseup', mouseUpHandler );
1936
- CKEDITOR.document.removeListener( 'mousemove', mouseMoveHandler );
1937
-
1938
- if ( dialogCover )
1939
- {
1940
- dialogCover.remove();
1941
- dialogCover = null;
1942
- }
1943
-
1944
- if ( CKEDITOR.env.ie6Compat )
1945
- {
1946
- var coverDoc = currentCover.getChild( 0 ).getFrameDocument();
1947
- coverDoc.removeListener( 'mouseup', mouseUpHandler );
1948
- coverDoc.removeListener( 'mousemove', mouseMoveHandler );
1949
- }
1950
- }
1951
- }
1952
-
1953
- var resizeCover;
1954
- // Caching resuable covers and allowing only one cover
1955
- // on screen.
1956
- var covers = {},
1957
- currentCover;
1958
-
1959
- function cancelEvent( ev )
1960
- {
1961
- ev.data.preventDefault(1);
1962
- }
1963
-
1964
- function showCover( editor )
1965
- {
1966
- var win = CKEDITOR.document.getWindow();
1967
- var config = editor.config,
1968
- backgroundColorStyle = config.dialog_backgroundCoverColor || 'white',
1969
- backgroundCoverOpacity = config.dialog_backgroundCoverOpacity,
1970
- baseFloatZIndex = config.baseFloatZIndex,
1971
- coverKey = CKEDITOR.tools.genKey(
1972
- backgroundColorStyle,
1973
- backgroundCoverOpacity,
1974
- baseFloatZIndex ),
1975
- coverElement = covers[ coverKey ];
1976
-
1977
- if ( !coverElement )
1978
- {
1979
- var html = [
1980
- '<div tabIndex="-1" style="position: ', ( CKEDITOR.env.ie6Compat ? 'absolute' : 'fixed' ),
1981
- '; z-index: ', baseFloatZIndex,
1982
- '; top: 0px; left: 0px; ',
1983
- ( !CKEDITOR.env.ie6Compat ? 'background-color: ' + backgroundColorStyle : '' ),
1984
- '" class="cke_dialog_background_cover">'
1985
- ];
1986
-
1987
- if ( CKEDITOR.env.ie6Compat )
1988
- {
1989
- // Support for custom document.domain in IE.
1990
- var isCustomDomain = CKEDITOR.env.isCustomDomain(),
1991
- iframeHtml = '<html><body style=\\\'background-color:' + backgroundColorStyle + ';\\\'></body></html>';
1992
-
1993
- html.push(
1994
- '<iframe' +
1995
- ' hidefocus="true"' +
1996
- ' frameborder="0"' +
1997
- ' id="cke_dialog_background_iframe"' +
1998
- ' src="javascript:' );
1999
-
2000
- html.push( 'void((function(){' +
2001
- 'document.open();' +
2002
- ( isCustomDomain ? 'document.domain=\'' + document.domain + '\';' : '' ) +
2003
- 'document.write( \'' + iframeHtml + '\' );' +
2004
- 'document.close();' +
2005
- '})())' );
2006
-
2007
- html.push(
2008
- '"' +
2009
- ' style="' +
2010
- 'position:absolute;' +
2011
- 'left:0;' +
2012
- 'top:0;' +
2013
- 'width:100%;' +
2014
- 'height: 100%;' +
2015
- 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)">' +
2016
- '</iframe>' );
2017
- }
2018
-
2019
- html.push( '</div>' );
2020
-
2021
- coverElement = CKEDITOR.dom.element.createFromHtml( html.join( '' ) );
2022
- coverElement.setOpacity( backgroundCoverOpacity != undefined ? backgroundCoverOpacity : 0.5 );
2023
-
2024
- coverElement.on( 'keydown', cancelEvent );
2025
- coverElement.on( 'keypress', cancelEvent );
2026
- coverElement.on( 'keyup', cancelEvent );
2027
-
2028
- coverElement.appendTo( CKEDITOR.document.getBody() );
2029
- covers[ coverKey ] = coverElement;
2030
- }
2031
- else
2032
- coverElement. show();
2033
-
2034
- currentCover = coverElement;
2035
- var resizeFunc = function()
2036
- {
2037
- var size = win.getViewPaneSize();
2038
- coverElement.setStyles(
2039
- {
2040
- width : size.width + 'px',
2041
- height : size.height + 'px'
2042
- } );
2043
- };
2044
-
2045
- var scrollFunc = function()
2046
- {
2047
- var pos = win.getScrollPosition(),
2048
- cursor = CKEDITOR.dialog._.currentTop;
2049
- coverElement.setStyles(
2050
- {
2051
- left : pos.x + 'px',
2052
- top : pos.y + 'px'
2053
- });
2054
-
2055
- if ( cursor )
2056
- {
2057
- do
2058
- {
2059
- var dialogPos = cursor.getPosition();
2060
- cursor.move( dialogPos.x, dialogPos.y );
2061
- } while ( ( cursor = cursor._.parentDialog ) );
2062
- }
2063
- };
2064
-
2065
- resizeCover = resizeFunc;
2066
- win.on( 'resize', resizeFunc );
2067
- resizeFunc();
2068
- // Using Safari/Mac, focus must be kept where it is (#7027)
2069
- if ( !( CKEDITOR.env.mac && CKEDITOR.env.webkit ) )
2070
- coverElement.focus();
2071
-
2072
- if ( CKEDITOR.env.ie6Compat )
2073
- {
2074
- // IE BUG: win.$.onscroll assignment doesn't work.. it must be window.onscroll.
2075
- // So we need to invent a really funny way to make it work.
2076
- var myScrollHandler = function()
2077
- {
2078
- scrollFunc();
2079
- arguments.callee.prevScrollHandler.apply( this, arguments );
2080
- };
2081
- win.$.setTimeout( function()
2082
- {
2083
- myScrollHandler.prevScrollHandler = window.onscroll || function(){};
2084
- window.onscroll = myScrollHandler;
2085
- }, 0 );
2086
- scrollFunc();
2087
- }
2088
- }
2089
-
2090
- function hideCover()
2091
- {
2092
- if ( !currentCover )
2093
- return;
2094
-
2095
- var win = CKEDITOR.document.getWindow();
2096
- currentCover.hide();
2097
- win.removeListener( 'resize', resizeCover );
2098
-
2099
- if ( CKEDITOR.env.ie6Compat )
2100
- {
2101
- win.$.setTimeout( function()
2102
- {
2103
- var prevScrollHandler = window.onscroll && window.onscroll.prevScrollHandler;
2104
- window.onscroll = prevScrollHandler || null;
2105
- }, 0 );
2106
- }
2107
- resizeCover = null;
2108
- }
2109
-
2110
- function removeCovers()
2111
- {
2112
- for ( var coverId in covers )
2113
- covers[ coverId ].remove();
2114
- covers = {};
2115
- }
2116
-
2117
- var accessKeyProcessors = {};
2118
-
2119
- var accessKeyDownHandler = function( evt )
2120
- {
2121
- var ctrl = evt.data.$.ctrlKey || evt.data.$.metaKey,
2122
- alt = evt.data.$.altKey,
2123
- shift = evt.data.$.shiftKey,
2124
- key = String.fromCharCode( evt.data.$.keyCode ),
2125
- keyProcessor = accessKeyProcessors[( ctrl ? 'CTRL+' : '' ) + ( alt ? 'ALT+' : '') + ( shift ? 'SHIFT+' : '' ) + key];
2126
-
2127
- if ( !keyProcessor || !keyProcessor.length )
2128
- return;
2129
-
2130
- keyProcessor = keyProcessor[keyProcessor.length - 1];
2131
- keyProcessor.keydown && keyProcessor.keydown.call( keyProcessor.uiElement, keyProcessor.dialog, keyProcessor.key );
2132
- evt.data.preventDefault();
2133
- };
2134
-
2135
- var accessKeyUpHandler = function( evt )
2136
- {
2137
- var ctrl = evt.data.$.ctrlKey || evt.data.$.metaKey,
2138
- alt = evt.data.$.altKey,
2139
- shift = evt.data.$.shiftKey,
2140
- key = String.fromCharCode( evt.data.$.keyCode ),
2141
- keyProcessor = accessKeyProcessors[( ctrl ? 'CTRL+' : '' ) + ( alt ? 'ALT+' : '') + ( shift ? 'SHIFT+' : '' ) + key];
2142
-
2143
- if ( !keyProcessor || !keyProcessor.length )
2144
- return;
2145
-
2146
- keyProcessor = keyProcessor[keyProcessor.length - 1];
2147
- if ( keyProcessor.keyup )
2148
- {
2149
- keyProcessor.keyup.call( keyProcessor.uiElement, keyProcessor.dialog, keyProcessor.key );
2150
- evt.data.preventDefault();
2151
- }
2152
- };
2153
-
2154
- var registerAccessKey = function( uiElement, dialog, key, downFunc, upFunc )
2155
- {
2156
- var procList = accessKeyProcessors[key] || ( accessKeyProcessors[key] = [] );
2157
- procList.push( {
2158
- uiElement : uiElement,
2159
- dialog : dialog,
2160
- key : key,
2161
- keyup : upFunc || uiElement.accessKeyUp,
2162
- keydown : downFunc || uiElement.accessKeyDown
2163
- } );
2164
- };
2165
-
2166
- var unregisterAccessKey = function( obj )
2167
- {
2168
- for ( var i in accessKeyProcessors )
2169
- {
2170
- var list = accessKeyProcessors[i];
2171
- for ( var j = list.length - 1 ; j >= 0 ; j-- )
2172
- {
2173
- if ( list[j].dialog == obj || list[j].uiElement == obj )
2174
- list.splice( j, 1 );
2175
- }
2176
- if ( list.length === 0 )
2177
- delete accessKeyProcessors[i];
2178
- }
2179
- };
2180
-
2181
- var tabAccessKeyUp = function( dialog, key )
2182
- {
2183
- if ( dialog._.accessKeyMap[key] )
2184
- dialog.selectPage( dialog._.accessKeyMap[key] );
2185
- };
2186
-
2187
- var tabAccessKeyDown = function( dialog, key )
2188
- {
2189
- };
2190
-
2191
- // ESC, ENTER
2192
- var preventKeyBubblingKeys = { 27 :1, 13 :1 };
2193
- var preventKeyBubbling = function( e )
2194
- {
2195
- if ( e.data.getKeystroke() in preventKeyBubblingKeys )
2196
- e.data.stopPropagation();
2197
- };
2198
-
2199
- (function()
2200
- {
2201
- CKEDITOR.ui.dialog =
2202
- {
2203
- /**
2204
- * The base class of all dialog UI elements.
2205
- * @constructor
2206
- * @param {CKEDITOR.dialog} dialog Parent dialog object.
2207
- * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition Element
2208
- * definition. Accepted fields:
2209
- * <ul>
2210
- * <li><strong>id</strong> (Required) The id of the UI element. See {@link
2211
- * CKEDITOR.dialog#getContentElement}</li>
2212
- * <li><strong>type</strong> (Required) The type of the UI element. The
2213
- * value to this field specifies which UI element class will be used to
2214
- * generate the final widget.</li>
2215
- * <li><strong>title</strong> (Optional) The popup tooltip for the UI
2216
- * element.</li>
2217
- * <li><strong>hidden</strong> (Optional) A flag that tells if the element
2218
- * should be initially visible.</li>
2219
- * <li><strong>className</strong> (Optional) Additional CSS class names
2220
- * to add to the UI element. Separated by space.</li>
2221
- * <li><strong>style</strong> (Optional) Additional CSS inline styles
2222
- * to add to the UI element. A semicolon (;) is required after the last
2223
- * style declaration.</li>
2224
- * <li><strong>accessKey</strong> (Optional) The alphanumeric access key
2225
- * for this element. Access keys are automatically prefixed by CTRL.</li>
2226
- * <li><strong>on*</strong> (Optional) Any UI element definition field that
2227
- * starts with <em>on</em> followed immediately by a capital letter and
2228
- * probably more letters is an event handler. Event handlers may be further
2229
- * divided into registered event handlers and DOM event handlers. Please
2230
- * refer to {@link CKEDITOR.ui.dialog.uiElement#registerEvents} and
2231
- * {@link CKEDITOR.ui.dialog.uiElement#eventProcessors} for more
2232
- * information.</li>
2233
- * </ul>
2234
- * @param {Array} htmlList
2235
- * List of HTML code to be added to the dialog's content area.
2236
- * @param {Function|String} nodeNameArg
2237
- * A function returning a string, or a simple string for the node name for
2238
- * the root DOM node. Default is 'div'.
2239
- * @param {Function|Object} stylesArg
2240
- * A function returning an object, or a simple object for CSS styles applied
2241
- * to the DOM node. Default is empty object.
2242
- * @param {Function|Object} attributesArg
2243
- * A fucntion returning an object, or a simple object for attributes applied
2244
- * to the DOM node. Default is empty object.
2245
- * @param {Function|String} contentsArg
2246
- * A function returning a string, or a simple string for the HTML code inside
2247
- * the root DOM node. Default is empty string.
2248
- * @example
2249
- */
2250
- uiElement : function( dialog, elementDefinition, htmlList, nodeNameArg, stylesArg, attributesArg, contentsArg )
2251
- {
2252
- if ( arguments.length < 4 )
2253
- return;
2254
-
2255
- var nodeName = ( nodeNameArg.call ? nodeNameArg( elementDefinition ) : nodeNameArg ) || 'div',
2256
- html = [ '<', nodeName, ' ' ],
2257
- styles = ( stylesArg && stylesArg.call ? stylesArg( elementDefinition ) : stylesArg ) || {},
2258
- attributes = ( attributesArg && attributesArg.call ? attributesArg( elementDefinition ) : attributesArg ) || {},
2259
- innerHTML = ( contentsArg && contentsArg.call ? contentsArg.call( this, dialog, elementDefinition ) : contentsArg ) || '',
2260
- domId = this.domId = attributes.id || CKEDITOR.tools.getNextId() + '_uiElement',
2261
- id = this.id = elementDefinition.id,
2262
- i;
2263
-
2264
- // Set the id, a unique id is required for getElement() to work.
2265
- attributes.id = domId;
2266
-
2267
- // Set the type and definition CSS class names.
2268
- var classes = {};
2269
- if ( elementDefinition.type )
2270
- classes[ 'cke_dialog_ui_' + elementDefinition.type ] = 1;
2271
- if ( elementDefinition.className )
2272
- classes[ elementDefinition.className ] = 1;
2273
- if ( elementDefinition.disabled )
2274
- classes[ 'cke_disabled' ] = 1;
2275
-
2276
- var attributeClasses = ( attributes['class'] && attributes['class'].split ) ? attributes['class'].split( ' ' ) : [];
2277
- for ( i = 0 ; i < attributeClasses.length ; i++ )
2278
- {
2279
- if ( attributeClasses[i] )
2280
- classes[ attributeClasses[i] ] = 1;
2281
- }
2282
- var finalClasses = [];
2283
- for ( i in classes )
2284
- finalClasses.push( i );
2285
- attributes['class'] = finalClasses.join( ' ' );
2286
-
2287
- // Set the popup tooltop.
2288
- if ( elementDefinition.title )
2289
- attributes.title = elementDefinition.title;
2290
-
2291
- // Write the inline CSS styles.
2292
- var styleStr = ( elementDefinition.style || '' ).split( ';' );
2293
-
2294
- // Element alignment support.
2295
- if ( elementDefinition.align )
2296
- {
2297
- var align = elementDefinition.align;
2298
- styles[ 'margin-left' ] = align == 'left' ? 0 : 'auto';
2299
- styles[ 'margin-right' ] = align == 'right' ? 0 : 'auto';
2300
- }
2301
-
2302
- for ( i in styles )
2303
- styleStr.push( i + ':' + styles[i] );
2304
- if ( elementDefinition.hidden )
2305
- styleStr.push( 'display:none' );
2306
- for ( i = styleStr.length - 1 ; i >= 0 ; i-- )
2307
- {
2308
- if ( styleStr[i] === '' )
2309
- styleStr.splice( i, 1 );
2310
- }
2311
- if ( styleStr.length > 0 )
2312
- attributes.style = ( attributes.style ? ( attributes.style + '; ' ) : '' ) + styleStr.join( '; ' );
2313
-
2314
- // Write the attributes.
2315
- for ( i in attributes )
2316
- html.push( i + '="' + CKEDITOR.tools.htmlEncode( attributes[i] ) + '" ');
2317
-
2318
- // Write the content HTML.
2319
- html.push( '>', innerHTML, '</', nodeName, '>' );
2320
-
2321
- // Add contents to the parent HTML array.
2322
- htmlList.push( html.join( '' ) );
2323
-
2324
- ( this._ || ( this._ = {} ) ).dialog = dialog;
2325
-
2326
- // Override isChanged if it is defined in element definition.
2327
- if ( typeof( elementDefinition.isChanged ) == 'boolean' )
2328
- this.isChanged = function(){ return elementDefinition.isChanged; };
2329
- if ( typeof( elementDefinition.isChanged ) == 'function' )
2330
- this.isChanged = elementDefinition.isChanged;
2331
-
2332
- // Overload 'get(set)Value' on definition.
2333
- if ( typeof( elementDefinition.setValue ) == 'function' )
2334
- {
2335
- this.setValue = CKEDITOR.tools.override( this.setValue, function( org )
2336
- {
2337
- return function( val ){ org.call( this, elementDefinition.setValue.call( this, val ) ); };
2338
- } );
2339
- }
2340
-
2341
- if ( typeof( elementDefinition.getValue ) == 'function' )
2342
- {
2343
- this.getValue = CKEDITOR.tools.override( this.getValue, function( org )
2344
- {
2345
- return function(){ return elementDefinition.getValue.call( this, org.call( this ) ); };
2346
- } );
2347
- }
2348
-
2349
- // Add events.
2350
- CKEDITOR.event.implementOn( this );
2351
-
2352
- this.registerEvents( elementDefinition );
2353
- if ( this.accessKeyUp && this.accessKeyDown && elementDefinition.accessKey )
2354
- registerAccessKey( this, dialog, 'CTRL+' + elementDefinition.accessKey );
2355
-
2356
- var me = this;
2357
- dialog.on( 'load', function()
2358
- {
2359
- var input = me.getInputElement();
2360
- if ( input )
2361
- {
2362
- var focusClass = me.type in { 'checkbox' : 1, 'ratio' : 1 } && CKEDITOR.env.ie && CKEDITOR.env.version < 8 ? 'cke_dialog_ui_focused' : '';
2363
- input.on( 'focus', function()
2364
- {
2365
- dialog._.tabBarMode = false;
2366
- dialog._.hasFocus = true;
2367
- me.fire( 'focus' );
2368
- focusClass && this.addClass( focusClass );
2369
-
2370
- });
2371
-
2372
- input.on( 'blur', function()
2373
- {
2374
- me.fire( 'blur' );
2375
- focusClass && this.removeClass( focusClass );
2376
- });
2377
- }
2378
- } );
2379
-
2380
- // Register the object as a tab focus if it can be included.
2381
- if ( this.keyboardFocusable )
2382
- {
2383
- this.tabIndex = elementDefinition.tabIndex || 0;
2384
-
2385
- this.focusIndex = dialog._.focusList.push( this ) - 1;
2386
- this.on( 'focus', function()
2387
- {
2388
- dialog._.currentFocusIndex = me.focusIndex;
2389
- } );
2390
- }
2391
-
2392
- // Completes this object with everything we have in the
2393
- // definition.
2394
- CKEDITOR.tools.extend( this, elementDefinition );
2395
- },
2396
-
2397
- /**
2398
- * Horizontal layout box for dialog UI elements, auto-expends to available width of container.
2399
- * @constructor
2400
- * @extends CKEDITOR.ui.dialog.uiElement
2401
- * @param {CKEDITOR.dialog} dialog
2402
- * Parent dialog object.
2403
- * @param {Array} childObjList
2404
- * Array of {@link CKEDITOR.ui.dialog.uiElement} objects inside this
2405
- * container.
2406
- * @param {Array} childHtmlList
2407
- * Array of HTML code that correspond to the HTML output of all the
2408
- * objects in childObjList.
2409
- * @param {Array} htmlList
2410
- * Array of HTML code that this element will output to.
2411
- * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition
2412
- * The element definition. Accepted fields:
2413
- * <ul>
2414
- * <li><strong>widths</strong> (Optional) The widths of child cells.</li>
2415
- * <li><strong>height</strong> (Optional) The height of the layout.</li>
2416
- * <li><strong>padding</strong> (Optional) The padding width inside child
2417
- * cells.</li>
2418
- * <li><strong>align</strong> (Optional) The alignment of the whole layout
2419
- * </li>
2420
- * </ul>
2421
- * @example
2422
- */
2423
- hbox : function( dialog, childObjList, childHtmlList, htmlList, elementDefinition )
2424
- {
2425
- if ( arguments.length < 4 )
2426
- return;
2427
-
2428
- this._ || ( this._ = {} );
2429
-
2430
- var children = this._.children = childObjList,
2431
- widths = elementDefinition && elementDefinition.widths || null,
2432
- height = elementDefinition && elementDefinition.height || null,
2433
- styles = {},
2434
- i;
2435
- /** @ignore */
2436
- var innerHTML = function()
2437
- {
2438
- var html = [ '<tbody><tr class="cke_dialog_ui_hbox">' ];
2439
- for ( i = 0 ; i < childHtmlList.length ; i++ )
2440
- {
2441
- var className = 'cke_dialog_ui_hbox_child',
2442
- styles = [];
2443
- if ( i === 0 )
2444
- className = 'cke_dialog_ui_hbox_first';
2445
- if ( i == childHtmlList.length - 1 )
2446
- className = 'cke_dialog_ui_hbox_last';
2447
- html.push( '<td class="', className, '" role="presentation" ' );
2448
- if ( widths )
2449
- {
2450
- if ( widths[i] )
2451
- styles.push( 'width:' + cssLength( widths[i] ) );
2452
- }
2453
- else
2454
- styles.push( 'width:' + Math.floor( 100 / childHtmlList.length ) + '%' );
2455
- if ( height )
2456
- styles.push( 'height:' + cssLength( height ) );
2457
- if ( elementDefinition && elementDefinition.padding != undefined )
2458
- styles.push( 'padding:' + cssLength( elementDefinition.padding ) );
2459
- // In IE Quirks alignment has to be done on table cells. (#7324)
2460
- if ( CKEDITOR.env.ie && CKEDITOR.env.quirks && children[ i ].align )
2461
- styles.push( 'text-align:' + children[ i ].align );
2462
- if ( styles.length > 0 )
2463
- html.push( 'style="' + styles.join('; ') + '" ' );
2464
- html.push( '>', childHtmlList[i], '</td>' );
2465
- }
2466
- html.push( '</tr></tbody>' );
2467
- return html.join( '' );
2468
- };
2469
-
2470
- var attribs = { role : 'presentation' };
2471
- elementDefinition && elementDefinition.align && ( attribs.align = elementDefinition.align );
2472
-
2473
- CKEDITOR.ui.dialog.uiElement.call(
2474
- this,
2475
- dialog,
2476
- elementDefinition || { type : 'hbox' },
2477
- htmlList,
2478
- 'table',
2479
- styles,
2480
- attribs,
2481
- innerHTML );
2482
- },
2483
-
2484
- /**
2485
- * Vertical layout box for dialog UI elements.
2486
- * @constructor
2487
- * @extends CKEDITOR.ui.dialog.hbox
2488
- * @param {CKEDITOR.dialog} dialog
2489
- * Parent dialog object.
2490
- * @param {Array} childObjList
2491
- * Array of {@link CKEDITOR.ui.dialog.uiElement} objects inside this
2492
- * container.
2493
- * @param {Array} childHtmlList
2494
- * Array of HTML code that correspond to the HTML output of all the
2495
- * objects in childObjList.
2496
- * @param {Array} htmlList
2497
- * Array of HTML code that this element will output to.
2498
- * @param {CKEDITOR.dialog.definition.uiElement} elementDefinition
2499
- * The element definition. Accepted fields:
2500
- * <ul>
2501
- * <li><strong>width</strong> (Optional) The width of the layout.</li>
2502
- * <li><strong>heights</strong> (Optional) The heights of individual cells.
2503
- * </li>
2504
- * <li><strong>align</strong> (Optional) The alignment of the layout.</li>
2505
- * <li><strong>padding</strong> (Optional) The padding width inside child
2506
- * cells.</li>
2507
- * <li><strong>expand</strong> (Optional) Whether the layout should expand
2508
- * vertically to fill its container.</li>
2509
- * </ul>
2510
- * @example
2511
- */
2512
- vbox : function( dialog, childObjList, childHtmlList, htmlList, elementDefinition )
2513
- {
2514
- if ( arguments.length < 3 )
2515
- return;
2516
-
2517
- this._ || ( this._ = {} );
2518
-
2519
- var children = this._.children = childObjList,
2520
- width = elementDefinition && elementDefinition.width || null,
2521
- heights = elementDefinition && elementDefinition.heights || null;
2522
- /** @ignore */
2523
- var innerHTML = function()
2524
- {
2525
- var html = [ '<table role="presentation" cellspacing="0" border="0" ' ];
2526
- html.push( 'style="' );
2527
- if ( elementDefinition && elementDefinition.expand )
2528
- html.push( 'height:100%;' );
2529
- html.push( 'width:' + cssLength( width || '100%' ), ';' );
2530
- html.push( '"' );
2531
- html.push( 'align="', CKEDITOR.tools.htmlEncode(
2532
- ( elementDefinition && elementDefinition.align ) || ( dialog.getParentEditor().lang.dir == 'ltr' ? 'left' : 'right' ) ), '" ' );
2533
-
2534
- html.push( '><tbody>' );
2535
- for ( var i = 0 ; i < childHtmlList.length ; i++ )
2536
- {
2537
- var styles = [];
2538
- html.push( '<tr><td role="presentation" ' );
2539
- if ( width )
2540
- styles.push( 'width:' + cssLength( width || '100%' ) );
2541
- if ( heights )
2542
- styles.push( 'height:' + cssLength( heights[i] ) );
2543
- else if ( elementDefinition && elementDefinition.expand )
2544
- styles.push( 'height:' + Math.floor( 100 / childHtmlList.length ) + '%' );
2545
- if ( elementDefinition && elementDefinition.padding != undefined )
2546
- styles.push( 'padding:' + cssLength( elementDefinition.padding ) );
2547
- // In IE Quirks alignment has to be done on table cells. (#7324)
2548
- if ( CKEDITOR.env.ie && CKEDITOR.env.quirks && children[ i ].align )
2549
- styles.push( 'text-align:' + children[ i ].align );
2550
- if ( styles.length > 0 )
2551
- html.push( 'style="', styles.join( '; ' ), '" ' );
2552
- html.push( ' class="cke_dialog_ui_vbox_child">', childHtmlList[i], '</td></tr>' );
2553
- }
2554
- html.push( '</tbody></table>' );
2555
- return html.join( '' );
2556
- };
2557
- CKEDITOR.ui.dialog.uiElement.call( this, dialog, elementDefinition || { type : 'vbox' }, htmlList, 'div', null, { role : 'presentation' }, innerHTML );
2558
- }
2559
- };
2560
- })();
2561
-
2562
- CKEDITOR.ui.dialog.uiElement.prototype =
2563
- {
2564
- /**
2565
- * Gets the root DOM element of this dialog UI object.
2566
- * @returns {CKEDITOR.dom.element} Root DOM element of UI object.
2567
- * @example
2568
- * uiElement.getElement().hide();
2569
- */
2570
- getElement : function()
2571
- {
2572
- return CKEDITOR.document.getById( this.domId );
2573
- },
2574
-
2575
- /**
2576
- * Gets the DOM element that the user inputs values.
2577
- * This function is used by setValue(), getValue() and focus(). It should
2578
- * be overrided in child classes where the input element isn't the root
2579
- * element.
2580
- * @returns {CKEDITOR.dom.element} The element where the user input values.
2581
- * @example
2582
- * var rawValue = textInput.getInputElement().$.value;
2583
- */
2584
- getInputElement : function()
2585
- {
2586
- return this.getElement();
2587
- },
2588
-
2589
- /**
2590
- * Gets the parent dialog object containing this UI element.
2591
- * @returns {CKEDITOR.dialog} Parent dialog object.
2592
- * @example
2593
- * var dialog = uiElement.getDialog();
2594
- */
2595
- getDialog : function()
2596
- {
2597
- return this._.dialog;
2598
- },
2599
-
2600
- /**
2601
- * Sets the value of this dialog UI object.
2602
- * @param {Object} value The new value.
2603
- * @param {Boolean} noChangeEvent Internal commit, to supress 'change' event on this element.
2604
- * @returns {CKEDITOR.dialog.uiElement} The current UI element.
2605
- * @example
2606
- * uiElement.setValue( 'Dingo' );
2607
- */
2608
- setValue : function( value, noChangeEvent )
2609
- {
2610
- this.getInputElement().setValue( value );
2611
- !noChangeEvent && this.fire( 'change', { value : value } );
2612
- return this;
2613
- },
2614
-
2615
- /**
2616
- * Gets the current value of this dialog UI object.
2617
- * @returns {Object} The current value.
2618
- * @example
2619
- * var myValue = uiElement.getValue();
2620
- */
2621
- getValue : function()
2622
- {
2623
- return this.getInputElement().getValue();
2624
- },
2625
-
2626
- /**
2627
- * Tells whether the UI object's value has changed.
2628
- * @returns {Boolean} true if changed, false if not changed.
2629
- * @example
2630
- * if ( uiElement.isChanged() )
2631
- * &nbsp;&nbsp;confirm( 'Value changed! Continue?' );
2632
- */
2633
- isChanged : function()
2634
- {
2635
- // Override in input classes.
2636
- return false;
2637
- },
2638
-
2639
- /**
2640
- * Selects the parent tab of this element. Usually called by focus() or overridden focus() methods.
2641
- * @returns {CKEDITOR.dialog.uiElement} The current UI element.
2642
- * @example
2643
- * focus : function()
2644
- * {
2645
- * this.selectParentTab();
2646
- * // do something else.
2647
- * }
2648
- */
2649
- selectParentTab : function()
2650
- {
2651
- var element = this.getInputElement(),
2652
- cursor = element,
2653
- tabId;
2654
- while ( ( cursor = cursor.getParent() ) && cursor.$.className.search( 'cke_dialog_page_contents' ) == -1 )
2655
- { /*jsl:pass*/ }
2656
-
2657
- // Some widgets don't have parent tabs (e.g. OK and Cancel buttons).
2658
- if ( !cursor )
2659
- return this;
2660
-
2661
- tabId = cursor.getAttribute( 'name' );
2662
- // Avoid duplicate select.
2663
- if ( this._.dialog._.currentTabId != tabId )
2664
- this._.dialog.selectPage( tabId );
2665
- return this;
2666
- },
2667
-
2668
- /**
2669
- * Puts the focus to the UI object. Switches tabs if the UI object isn't in the active tab page.
2670
- * @returns {CKEDITOR.dialog.uiElement} The current UI element.
2671
- * @example
2672
- * uiElement.focus();
2673
- */
2674
- focus : function()
2675
- {
2676
- this.selectParentTab().getInputElement().focus();
2677
- return this;
2678
- },
2679
-
2680
- /**
2681
- * Registers the on* event handlers defined in the element definition.
2682
- * The default behavior of this function is:
2683
- * <ol>
2684
- * <li>
2685
- * If the on* event is defined in the class's eventProcesors list,
2686
- * then the registration is delegated to the corresponding function
2687
- * in the eventProcessors list.
2688
- * </li>
2689
- * <li>
2690
- * If the on* event is not defined in the eventProcessors list, then
2691
- * register the event handler under the corresponding DOM event of
2692
- * the UI element's input DOM element (as defined by the return value
2693
- * of {@link CKEDITOR.ui.dialog.uiElement#getInputElement}).
2694
- * </li>
2695
- * </ol>
2696
- * This function is only called at UI element instantiation, but can
2697
- * be overridded in child classes if they require more flexibility.
2698
- * @param {CKEDITOR.dialog.definition.uiElement} definition The UI element
2699
- * definition.
2700
- * @returns {CKEDITOR.dialog.uiElement} The current UI element.
2701
- * @example
2702
- */
2703
- registerEvents : function( definition )
2704
- {
2705
- var regex = /^on([A-Z]\w+)/,
2706
- match;
2707
-
2708
- var registerDomEvent = function( uiElement, dialog, eventName, func )
2709
- {
2710
- dialog.on( 'load', function()
2711
- {
2712
- uiElement.getInputElement().on( eventName, func, uiElement );
2713
- });
2714
- };
2715
-
2716
- for ( var i in definition )
2717
- {
2718
- if ( !( match = i.match( regex ) ) )
2719
- continue;
2720
- if ( this.eventProcessors[i] )
2721
- this.eventProcessors[i].call( this, this._.dialog, definition[i] );
2722
- else
2723
- registerDomEvent( this, this._.dialog, match[1].toLowerCase(), definition[i] );
2724
- }
2725
-
2726
- return this;
2727
- },
2728
-
2729
- /**
2730
- * The event processor list used by
2731
- * {@link CKEDITOR.ui.dialog.uiElement#getInputElement} at UI element
2732
- * instantiation. The default list defines three on* events:
2733
- * <ol>
2734
- * <li>onLoad - Called when the element's parent dialog opens for the
2735
- * first time</li>
2736
- * <li>onShow - Called whenever the element's parent dialog opens.</li>
2737
- * <li>onHide - Called whenever the element's parent dialog closes.</li>
2738
- * </ol>
2739
- * @field
2740
- * @type Object
2741
- * @example
2742
- * // This connects the 'click' event in CKEDITOR.ui.dialog.button to onClick
2743
- * // handlers in the UI element's definitions.
2744
- * CKEDITOR.ui.dialog.button.eventProcessors = CKEDITOR.tools.extend( {},
2745
- * &nbsp;&nbsp;CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,
2746
- * &nbsp;&nbsp;{ onClick : function( dialog, func ) { this.on( 'click', func ); } },
2747
- * &nbsp;&nbsp;true );
2748
- */
2749
- eventProcessors :
2750
- {
2751
- onLoad : function( dialog, func )
2752
- {
2753
- dialog.on( 'load', func, this );
2754
- },
2755
-
2756
- onShow : function( dialog, func )
2757
- {
2758
- dialog.on( 'show', func, this );
2759
- },
2760
-
2761
- onHide : function( dialog, func )
2762
- {
2763
- dialog.on( 'hide', func, this );
2764
- }
2765
- },
2766
-
2767
- /**
2768
- * The default handler for a UI element's access key down event, which
2769
- * tries to put focus to the UI element.<br />
2770
- * Can be overridded in child classes for more sophisticaed behavior.
2771
- * @param {CKEDITOR.dialog} dialog The parent dialog object.
2772
- * @param {String} key The key combination pressed. Since access keys
2773
- * are defined to always include the CTRL key, its value should always
2774
- * include a 'CTRL+' prefix.
2775
- * @example
2776
- */
2777
- accessKeyDown : function( dialog, key )
2778
- {
2779
- this.focus();
2780
- },
2781
-
2782
- /**
2783
- * The default handler for a UI element's access key up event, which
2784
- * does nothing.<br />
2785
- * Can be overridded in child classes for more sophisticated behavior.
2786
- * @param {CKEDITOR.dialog} dialog The parent dialog object.
2787
- * @param {String} key The key combination pressed. Since access keys
2788
- * are defined to always include the CTRL key, its value should always
2789
- * include a 'CTRL+' prefix.
2790
- * @example
2791
- */
2792
- accessKeyUp : function( dialog, key )
2793
- {
2794
- },
2795
-
2796
- /**
2797
- * Disables a UI element.
2798
- * @example
2799
- */
2800
- disable : function()
2801
- {
2802
- var element = this.getElement(),
2803
- input = this.getInputElement();
2804
- input.setAttribute( 'disabled', 'true' );
2805
- element.addClass( 'cke_disabled' );
2806
- },
2807
-
2808
- /**
2809
- * Enables a UI element.
2810
- * @example
2811
- */
2812
- enable : function()
2813
- {
2814
- var element = this.getElement(),
2815
- input = this.getInputElement();
2816
- input.removeAttribute( 'disabled' );
2817
- element.removeClass( 'cke_disabled' );
2818
- },
2819
-
2820
- /**
2821
- * Determines whether an UI element is enabled or not.
2822
- * @returns {Boolean} Whether the UI element is enabled.
2823
- * @example
2824
- */
2825
- isEnabled : function()
2826
- {
2827
- return !this.getElement().hasClass( 'cke_disabled' );
2828
- },
2829
-
2830
- /**
2831
- * Determines whether an UI element is visible or not.
2832
- * @returns {Boolean} Whether the UI element is visible.
2833
- * @example
2834
- */
2835
- isVisible : function()
2836
- {
2837
- return this.getInputElement().isVisible();
2838
- },
2839
-
2840
- /**
2841
- * Determines whether an UI element is focus-able or not.
2842
- * Focus-able is defined as being both visible and enabled.
2843
- * @returns {Boolean} Whether the UI element can be focused.
2844
- * @example
2845
- */
2846
- isFocusable : function()
2847
- {
2848
- if ( !this.isEnabled() || !this.isVisible() )
2849
- return false;
2850
- return true;
2851
- }
2852
- };
2853
-
2854
- CKEDITOR.ui.dialog.hbox.prototype = CKEDITOR.tools.extend( new CKEDITOR.ui.dialog.uiElement,
2855
- /**
2856
- * @lends CKEDITOR.ui.dialog.hbox.prototype
2857
- */
2858
- {
2859
- /**
2860
- * Gets a child UI element inside this container.
2861
- * @param {Array|Number} indices An array or a single number to indicate the child's
2862
- * position in the container's descendant tree. Omit to get all the children in an array.
2863
- * @returns {Array|CKEDITOR.ui.dialog.uiElement} Array of all UI elements in the container
2864
- * if no argument given, or the specified UI element if indices is given.
2865
- * @example
2866
- * var checkbox = hbox.getChild( [0,1] );
2867
- * checkbox.setValue( true );
2868
- */
2869
- getChild : function( indices )
2870
- {
2871
- // If no arguments, return a clone of the children array.
2872
- if ( arguments.length < 1 )
2873
- return this._.children.concat();
2874
-
2875
- // If indices isn't array, make it one.
2876
- if ( !indices.splice )
2877
- indices = [ indices ];
2878
-
2879
- // Retrieve the child element according to tree position.
2880
- if ( indices.length < 2 )
2881
- return this._.children[ indices[0] ];
2882
- else
2883
- return ( this._.children[ indices[0] ] && this._.children[ indices[0] ].getChild ) ?
2884
- this._.children[ indices[0] ].getChild( indices.slice( 1, indices.length ) ) :
2885
- null;
2886
- }
2887
- }, true );
2888
-
2889
- CKEDITOR.ui.dialog.vbox.prototype = new CKEDITOR.ui.dialog.hbox();
2890
-
2891
-
2892
-
2893
- (function()
2894
- {
2895
- var commonBuilder = {
2896
- build : function( dialog, elementDefinition, output )
2897
- {
2898
- var children = elementDefinition.children,
2899
- child,
2900
- childHtmlList = [],
2901
- childObjList = [];
2902
- for ( var i = 0 ; ( i < children.length && ( child = children[i] ) ) ; i++ )
2903
- {
2904
- var childHtml = [];
2905
- childHtmlList.push( childHtml );
2906
- childObjList.push( CKEDITOR.dialog._.uiElementBuilders[ child.type ].build( dialog, child, childHtml ) );
2907
- }
2908
- return new CKEDITOR.ui.dialog[elementDefinition.type]( dialog, childObjList, childHtmlList, output, elementDefinition );
2909
- }
2910
- };
2911
-
2912
- CKEDITOR.dialog.addUIElement( 'hbox', commonBuilder );
2913
- CKEDITOR.dialog.addUIElement( 'vbox', commonBuilder );
2914
- })();
2915
-
2916
- /**
2917
- * Generic dialog command. It opens a specific dialog when executed.
2918
- * @constructor
2919
- * @augments CKEDITOR.commandDefinition
2920
- * @param {string} dialogName The name of the dialog to open when executing
2921
- * this command.
2922
- * @example
2923
- * // Register the "link" command, which opens the "link" dialog.
2924
- * editor.addCommand( 'link', <b>new CKEDITOR.dialogCommand( 'link' )</b> );
2925
- */
2926
- CKEDITOR.dialogCommand = function( dialogName )
2927
- {
2928
- this.dialogName = dialogName;
2929
- };
2930
-
2931
- CKEDITOR.dialogCommand.prototype =
2932
- {
2933
- /** @ignore */
2934
- exec : function( editor )
2935
- {
2936
- // Special treatment for Opera. (#8031)
2937
- CKEDITOR.env.opera ?
2938
- CKEDITOR.tools.setTimeout( function() { editor.openDialog( this.dialogName ) }, 0, this )
2939
- : editor.openDialog( this.dialogName );
2940
- },
2941
-
2942
- // Dialog commands just open a dialog ui, thus require no undo logic,
2943
- // undo support should dedicate to specific dialog implementation.
2944
- canUndo: false,
2945
-
2946
- editorFocus : CKEDITOR.env.ie || CKEDITOR.env.webkit
2947
- };
2948
-
2949
- (function()
2950
- {
2951
- var notEmptyRegex = /^([a]|[^a])+$/,
2952
- integerRegex = /^\d*$/,
2953
- numberRegex = /^\d*(?:\.\d+)?$/,
2954
- htmlLengthRegex = /^(((\d*(\.\d+))|(\d*))(px|\%)?)?$/,
2955
- cssLengthRegex = /^(((\d*(\.\d+))|(\d*))(px|em|ex|in|cm|mm|pt|pc|\%)?)?$/i,
2956
- inlineStyleRegex = /^(\s*[\w-]+\s*:\s*[^:;]+(?:;|$))*$/;
2957
-
2958
- CKEDITOR.VALIDATE_OR = 1;
2959
- CKEDITOR.VALIDATE_AND = 2;
2960
-
2961
- CKEDITOR.dialog.validate =
2962
- {
2963
- functions : function()
2964
- {
2965
- var args = arguments;
2966
- return function()
2967
- {
2968
- /**
2969
- * It's important for validate functions to be able to accept the value
2970
- * as argument in addition to this.getValue(), so that it is possible to
2971
- * combine validate functions together to make more sophisticated
2972
- * validators.
2973
- */
2974
- var value = this && this.getValue ? this.getValue() : args[ 0 ];
2975
-
2976
- var msg = undefined,
2977
- relation = CKEDITOR.VALIDATE_AND,
2978
- functions = [], i;
2979
-
2980
- for ( i = 0 ; i < args.length ; i++ )
2981
- {
2982
- if ( typeof( args[i] ) == 'function' )
2983
- functions.push( args[i] );
2984
- else
2985
- break;
2986
- }
2987
-
2988
- if ( i < args.length && typeof( args[i] ) == 'string' )
2989
- {
2990
- msg = args[i];
2991
- i++;
2992
- }
2993
-
2994
- if ( i < args.length && typeof( args[i]) == 'number' )
2995
- relation = args[i];
2996
-
2997
- var passed = ( relation == CKEDITOR.VALIDATE_AND ? true : false );
2998
- for ( i = 0 ; i < functions.length ; i++ )
2999
- {
3000
- if ( relation == CKEDITOR.VALIDATE_AND )
3001
- passed = passed && functions[i]( value );
3002
- else
3003
- passed = passed || functions[i]( value );
3004
- }
3005
-
3006
- return !passed ? msg : true;
3007
- };
3008
- },
3009
-
3010
- regex : function( regex, msg )
3011
- {
3012
- /*
3013
- * Can be greatly shortened by deriving from functions validator if code size
3014
- * turns out to be more important than performance.
3015
- */
3016
- return function()
3017
- {
3018
- var value = this && this.getValue ? this.getValue() : arguments[0];
3019
- return !regex.test( value ) ? msg : true;
3020
- };
3021
- },
3022
-
3023
- notEmpty : function( msg )
3024
- {
3025
- return this.regex( notEmptyRegex, msg );
3026
- },
3027
-
3028
- integer : function( msg )
3029
- {
3030
- return this.regex( integerRegex, msg );
3031
- },
3032
-
3033
- 'number' : function( msg )
3034
- {
3035
- return this.regex( numberRegex, msg );
3036
- },
3037
-
3038
- 'cssLength' : function( msg )
3039
- {
3040
- return this.functions( function( val ){ return cssLengthRegex.test( CKEDITOR.tools.trim( val ) ); }, msg );
3041
- },
3042
-
3043
- 'htmlLength' : function( msg )
3044
- {
3045
- return this.functions( function( val ){ return htmlLengthRegex.test( CKEDITOR.tools.trim( val ) ); }, msg );
3046
- },
3047
-
3048
- 'inlineStyle' : function( msg )
3049
- {
3050
- return this.functions( function( val ){ return inlineStyleRegex.test( CKEDITOR.tools.trim( val ) ); }, msg );
3051
- },
3052
-
3053
- equals : function( value, msg )
3054
- {
3055
- return this.functions( function( val ){ return val == value; }, msg );
3056
- },
3057
-
3058
- notEqual : function( value, msg )
3059
- {
3060
- return this.functions( function( val ){ return val != value; }, msg );
3061
- }
3062
- };
3063
-
3064
- CKEDITOR.on( 'instanceDestroyed', function( evt )
3065
- {
3066
- // Remove dialog cover on last instance destroy.
3067
- if ( CKEDITOR.tools.isEmpty( CKEDITOR.instances ) )
3068
- {
3069
- var currentTopDialog;
3070
- while ( ( currentTopDialog = CKEDITOR.dialog._.currentTop ) )
3071
- currentTopDialog.hide();
3072
- removeCovers();
3073
- }
3074
-
3075
- var dialogs = evt.editor._.storedDialogs;
3076
- for ( var name in dialogs )
3077
- dialogs[ name ].destroy();
3078
-
3079
- });
3080
-
3081
- })();
3082
-
3083
- // Extend the CKEDITOR.editor class with dialog specific functions.
3084
- CKEDITOR.tools.extend( CKEDITOR.editor.prototype,
3085
- /** @lends CKEDITOR.editor.prototype */
3086
- {
3087
- /**
3088
- * Loads and opens a registered dialog.
3089
- * @param {String} dialogName The registered name of the dialog.
3090
- * @param {Function} callback The function to be invoked after dialog instance created.
3091
- * @see CKEDITOR.dialog.add
3092
- * @example
3093
- * CKEDITOR.instances.editor1.openDialog( 'smiley' );
3094
- * @returns {CKEDITOR.dialog} The dialog object corresponding to the dialog displayed. null if the dialog name is not registered.
3095
- */
3096
- openDialog : function( dialogName, callback )
3097
- {
3098
- if ( this.mode == 'wysiwyg' && CKEDITOR.env.ie )
3099
- {
3100
- var selection = this.getSelection();
3101
- selection && selection.lock();
3102
- }
3103
-
3104
- var dialogDefinitions = CKEDITOR.dialog._.dialogDefinitions[ dialogName ],
3105
- dialogSkin = this.skin.dialog;
3106
-
3107
- if ( CKEDITOR.dialog._.currentTop === null )
3108
- showCover( this );
3109
-
3110
- // If the dialogDefinition is already loaded, open it immediately.
3111
- if ( typeof dialogDefinitions == 'function' && dialogSkin._isLoaded )
3112
- {
3113
- var storedDialogs = this._.storedDialogs ||
3114
- ( this._.storedDialogs = {} );
3115
-
3116
- var dialog = storedDialogs[ dialogName ] ||
3117
- ( storedDialogs[ dialogName ] = new CKEDITOR.dialog( this, dialogName ) );
3118
-
3119
- callback && callback.call( dialog, dialog );
3120
- dialog.show();
3121
-
3122
- return dialog;
3123
- }
3124
- else if ( dialogDefinitions == 'failed' )
3125
- {
3126
- hideCover();
3127
- throw new Error( '[CKEDITOR.dialog.openDialog] Dialog "' + dialogName + '" failed when loading definition.' );
3128
- }
3129
-
3130
- var me = this;
3131
-
3132
- function onDialogFileLoaded( success )
3133
- {
3134
- var dialogDefinition = CKEDITOR.dialog._.dialogDefinitions[ dialogName ],
3135
- skin = me.skin.dialog;
3136
-
3137
- // Check if both skin part and definition is loaded.
3138
- if ( !skin._isLoaded || loadDefinition && typeof success == 'undefined' )
3139
- return;
3140
-
3141
- // In case of plugin error, mark it as loading failed.
3142
- if ( typeof dialogDefinition != 'function' )
3143
- CKEDITOR.dialog._.dialogDefinitions[ dialogName ] = 'failed';
3144
-
3145
- me.openDialog( dialogName, callback );
3146
- }
3147
-
3148
- if ( typeof dialogDefinitions == 'string' )
3149
- {
3150
- var loadDefinition = 1;
3151
- CKEDITOR.scriptLoader.load( CKEDITOR.getUrl( dialogDefinitions ), onDialogFileLoaded, null, 0, 1 );
3152
- }
3153
-
3154
- CKEDITOR.skins.load( this, 'dialog', onDialogFileLoaded );
3155
-
3156
- return null;
3157
- }
3158
- });
3159
- })();
3160
-
3161
- CKEDITOR.plugins.add( 'dialog',
3162
- {
3163
- requires : [ 'dialogui' ]
3164
- });
3165
-
3166
- // Dialog related configurations.
3167
-
3168
- /**
3169
- * The color of the dialog background cover. It should be a valid CSS color
3170
- * string.
3171
- * @name CKEDITOR.config.dialog_backgroundCoverColor
3172
- * @type String
3173
- * @default 'white'
3174
- * @example
3175
- * config.dialog_backgroundCoverColor = 'rgb(255, 254, 253)';
3176
- */
3177
-
3178
- /**
3179
- * The opacity of the dialog background cover. It should be a number within the
3180
- * range [0.0, 1.0].
3181
- * @name CKEDITOR.config.dialog_backgroundCoverOpacity
3182
- * @type Number
3183
- * @default 0.5
3184
- * @example
3185
- * config.dialog_backgroundCoverOpacity = 0.7;
3186
- */
3187
-
3188
- /**
3189
- * If the dialog has more than one tab, put focus into the first tab as soon as dialog is opened.
3190
- * @name CKEDITOR.config.dialog_startupFocusTab
3191
- * @type Boolean
3192
- * @default false
3193
- * @example
3194
- * config.dialog_startupFocusTab = true;
3195
- */
3196
-
3197
- /**
3198
- * The distance of magnetic borders used in moving and resizing dialogs,
3199
- * measured in pixels.
3200
- * @name CKEDITOR.config.dialog_magnetDistance
3201
- * @type Number
3202
- * @default 20
3203
- * @example
3204
- * config.dialog_magnetDistance = 30;
3205
- */
3206
-
3207
- /**
3208
- * The guideline to follow when generating the dialog buttons. There are 3 possible options:
3209
- * <ul>
3210
- * <li>'OS' - the buttons will be displayed in the default order of the user's OS;</li>
3211
- * <li>'ltr' - for Left-To-Right order;</li>
3212
- * <li>'rtl' - for Right-To-Left order.</li>
3213
- * </ul>
3214
- * @name CKEDITOR.config.dialog_buttonsOrder
3215
- * @type String
3216
- * @default 'OS'
3217
- * @since 3.5
3218
- * @example
3219
- * config.dialog_buttonsOrder = 'rtl';
3220
- */
3221
-
3222
- /**
3223
- * The dialog contents to removed. It's a string composed by dialog name and tab name with a colon between them.
3224
- * Separate each pair with semicolon (see example).
3225
- * <b>Note: All names are case-sensitive.</b>
3226
- * <b>Note: Be cautious when specifying dialog tabs that are mandatory, like "info", dialog functionality might be broken because of this!</b>
3227
- * @name CKEDITOR.config.removeDialogTabs
3228
- * @type String
3229
- * @since 3.5
3230
- * @default ''
3231
- * @example
3232
- * config.removeDialogTabs = 'flash:advanced;image:Link';
3233
- */
3234
-
3235
- /**
3236
- * Fired when a dialog definition is about to be used to create a dialog into
3237
- * an editor instance. This event makes it possible to customize the definition
3238
- * before creating it.
3239
- * <p>Note that this event is called only the first time a specific dialog is
3240
- * opened. Successive openings will use the cached dialog, and this event will
3241
- * not get fired.</p>
3242
- * @name CKEDITOR#dialogDefinition
3243
- * @event
3244
- * @param {CKEDITOR.dialog.definition} data The dialog defination that
3245
- * is being loaded.
3246
- * @param {CKEDITOR.editor} editor The editor instance that will use the
3247
- * dialog.
3248
- */
3249
-
3250
- /**
3251
- * Fired when a tab is going to be selected in a dialog
3252
- * @name CKEDITOR.dialog#selectPage
3253
- * @event
3254
- * @param {String} page The id of the page that it's gonna be selected.
3255
- * @param {String} currentPage The id of the current page.
3256
- */
3257
-
3258
- /**
3259
- * Fired when the user tries to dismiss a dialog
3260
- * @name CKEDITOR.dialog#cancel
3261
- * @event
3262
- * @param {Boolean} hide Whether the event should proceed or not.
3263
- */
3264
-
3265
- /**
3266
- * Fired when the user tries to confirm a dialog
3267
- * @name CKEDITOR.dialog#ok
3268
- * @event
3269
- * @param {Boolean} hide Whether the event should proceed or not.
3270
- */
3271
-
3272
- /**
3273
- * Fired when a dialog is shown
3274
- * @name CKEDITOR.dialog#show
3275
- * @event
3276
- */
3277
-
3278
- /**
3279
- * Fired when a dialog is shown
3280
- * @name CKEDITOR.editor#dialogShow
3281
- * @event
3282
- */
3283
-
3284
- /**
3285
- * Fired when a dialog is hidden
3286
- * @name CKEDITOR.dialog#hide
3287
- * @event
3288
- */
3289
-
3290
- /**
3291
- * Fired when a dialog is hidden
3292
- * @name CKEDITOR.editor#dialogHide
3293
- * @event
3294
- */
3295
-
3296
- /**
3297
- * Fired when a dialog is being resized. The event is fired on
3298
- * both the 'CKEDITOR.dialog' object and the dialog instance
3299
- * since 3.5.3, previously it's available only in the global object.
3300
- * @name CKEDITOR.dialog#resize
3301
- * @since 3.5
3302
- * @event
3303
- * @param {CKEDITOR.dialog} dialog The dialog being resized (if
3304
- * it's fired on the dialog itself, this parameter isn't sent).
3305
- * @param {String} skin The skin name.
3306
- * @param {Number} width The new width.
3307
- * @param {Number} height The new height.
3308
- */