rich 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +13 -10
- data/app/assets/images/rich/loading.png +0 -0
- data/app/assets/javascripts/rich/application.js +3 -109
- data/app/assets/javascripts/rich/base.js +3 -81
- data/app/assets/javascripts/rich/browser/extensions.js +15 -0
- data/app/assets/javascripts/rich/browser/filebrowser.js +147 -0
- data/app/assets/javascripts/rich/{uploader.js → browser/uploader.js} +0 -1
- data/app/assets/javascripts/rich/{ckeditor_path.js → editor/ckeditor_path.js} +0 -0
- data/app/assets/javascripts/rich/editor/rich_editor.js +52 -0
- data/app/assets/javascripts/rich/editor/rich_finder.js +34 -0
- data/app/assets/stylesheets/rich/application.css.scss +11 -4
- data/app/controllers/rich/files_controller.rb +2 -14
- data/app/inputs/rich_asset_input.rb +2 -5
- data/app/inputs/rich_input.rb +11 -17
- data/app/models/rich/rich_image.rb +1 -1
- data/app/views/layouts/rich/application.html.erb +1 -1
- data/app/views/rails_admin/main/_form_rich_text.html.haml +1 -1
- data/app/views/rich/files/_image.html.erb +3 -2
- data/app/views/rich/files/index.html.erb +7 -11
- data/app/views/rich/files/index.js.erb +1 -1
- data/lib/generators/rich/install/templates/rich.rb.erb +9 -1
- data/lib/rich/integrations/legacy_formtastic.rb +21 -0
- data/lib/rich/integrations/rails_admin_editor.rb +20 -0
- data/lib/rich/version.rb +1 -1
- data/lib/rich.rb +34 -11
- data/lib/tasks/rich_tasks.rake +10 -0
- data/test/dummy/app/views/posts/_formtastic_form.html.erb +1 -1
- data/test/dummy/config/initializers/rich.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +21156 -0
- data/test/dummy/log/production.log +1584 -0
- data/test/dummy/public/assets/active_admin/admin_notes_icon-44f1e8c6c964121ed2a81ec46cab4e8f.png +0 -0
- data/test/dummy/public/assets/active_admin/admin_notes_icon.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-header-bg-82379b1692ff58021cbb72b7a47398f4.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-header-bg.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-input-icon-8bc559f420278746aadc71a39ee2dcba.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-input-icon.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-next-link-icon-244c553aa4397b8bd71fb7b9c6f2c038.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-next-link-icon.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-nipple-b2d462853233e269d07924e121373ed6.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-nipple.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-prev-link-icon-c7350481017d5d77579c21937470ab25.png +0 -0
- data/test/dummy/public/assets/active_admin/datepicker/datepicker-prev-link-icon.png +0 -0
- data/test/dummy/public/assets/active_admin/loading-d608b5c4f1285d851932fb16404f2ef9.gif +0 -0
- data/test/dummy/public/assets/active_admin/loading.gif +0 -0
- data/test/dummy/public/assets/active_admin/nested_menu_arrow-843da9bdc70bc1b886dcb77568b56c17.gif +0 -0
- data/test/dummy/public/assets/active_admin/nested_menu_arrow.gif +0 -0
- data/test/dummy/public/assets/active_admin/nested_menu_arrow_dark-639ddf23c1337911ccba7cc755edce38.gif +0 -0
- data/test/dummy/public/assets/active_admin/nested_menu_arrow_dark.gif +0 -0
- data/test/dummy/public/assets/active_admin/orderable-91583e6f60064e4b86801f12b7d52bc8.png +0 -0
- data/test/dummy/public/assets/active_admin/orderable.png +0 -0
- data/test/dummy/public/assets/active_admin-7c22dd5d091d5986bb317d01578d770b.css +1 -0
- data/test/dummy/public/assets/active_admin-7c22dd5d091d5986bb317d01578d770b.css.gz +0 -0
- data/test/dummy/public/assets/active_admin-cab6278178c392e12a96772baa6f75d3.js +30 -0
- data/test/dummy/public/assets/active_admin-cab6278178c392e12a96772baa6f75d3.js.gz +0 -0
- data/test/dummy/public/assets/active_admin.css +1 -0
- data/test/dummy/public/assets/active_admin.css.gz +0 -0
- data/test/dummy/public/assets/active_admin.js +30 -0
- data/test/dummy/public/assets/active_admin.js.gz +0 -0
- data/test/dummy/public/assets/application-1807d8e7d63797f1ada2239ca9cf7c3b.css +1 -0
- data/test/dummy/public/assets/application-1807d8e7d63797f1ada2239ca9cf7c3b.css.gz +0 -0
- data/test/dummy/public/assets/application-a08973695228f879d618b212de14ccd7.js +29 -0
- data/test/dummy/public/assets/application-a08973695228f879d618b212de14ccd7.js.gz +0 -0
- data/test/dummy/public/assets/application.css +1 -0
- data/test/dummy/public/assets/application.css.gz +0 -0
- data/test/dummy/public/assets/application.js +29 -0
- data/test/dummy/public/assets/application.js.gz +0 -0
- data/test/dummy/public/assets/ckeditor/CHANGES-f20e8a82d502c4c177f9f36630336b41.html +1433 -0
- data/test/dummy/public/assets/ckeditor/CHANGES.html +1433 -0
- data/test/dummy/public/assets/ckeditor/INSTALL-2ffbef3279a59c4316cf813597a2c508.html +92 -0
- data/test/dummy/public/assets/ckeditor/INSTALL.html +92 -0
- data/test/dummy/public/assets/ckeditor/LICENSE-2b4f1fb3d6f70cd4d5213c7bab7ee998.html +1327 -0
- data/test/dummy/public/assets/ckeditor/LICENSE.html +1327 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/application-5bc1ca37c86572044599f9e6308f2710.xml +32 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/application.xml +32 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/run-31c16b1eec8b8f4789dd418d8ccc6c06.sh +8 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/run-94e108d6e09ab93ee31e7878a770a3db.bat +9 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/run.bat +9 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/run.sh +8 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/sample-94ee1edb7dfb307dd415eb1315df1be5.html +45 -0
- data/test/dummy/public/assets/ckeditor/_samples/adobeair/sample.html +45 -0
- data/test/dummy/public/assets/ckeditor/_samples/ajax-bafebba9e9dc0a61d2d4a5e924d8a70c.html +98 -0
- data/test/dummy/public/assets/ckeditor/_samples/ajax.html +98 -0
- data/test/dummy/public/assets/ckeditor/_samples/api-057535aabdb4860995cb08e1a535ef60.html +192 -0
- data/test/dummy/public/assets/ckeditor/_samples/api.html +192 -0
- data/test/dummy/public/assets/ckeditor/_samples/api_dialog/my_dialog.js +28 -0
- data/test/dummy/public/assets/ckeditor/_samples/api_dialog-b32277b735d50842cceec8c3ff10e134.html +198 -0
- data/test/dummy/public/assets/ckeditor/_samples/api_dialog.html +198 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/advanced-54ff50b3650043f062f720f8a65b6afd.asp +105 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/advanced.asp +105 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/events-c68d53123518d87149d8f562b21cf494.asp +136 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/events.asp +136 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/index-68ba3a172db03205bef8cbee8641e78d.html +103 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/index.html +103 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/replace-1f7af5a8bb29d30663445b22be5a628e.asp +72 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/replace.asp +72 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/replaceall-01e192b1664cc24f07fbe25d57f41612.asp +77 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/replaceall.asp +77 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/sample_posteddata-ce7311b1afdd32525d1eac9f717c7ae2.asp +46 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/sample_posteddata.asp +46 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/standalone-49dbef1fd77f8041dad9561c056a2155.asp +72 -0
- data/test/dummy/public/assets/ckeditor/_samples/asp/standalone.asp +72 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/_posteddata-1d3aef6c999e042b6f7d313a9ac0f609.php +59 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/_posteddata.php +59 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash-0e1abfc75b16edc78c33987ba1380070.swf +0 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash-1066afe33f62b4aa2d82bcb81f486043.fla +0 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash.fla +0 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash.swf +0 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/output_xhtml.css +204 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/parsesample.css +70 -0
- data/test/dummy/public/assets/ckeditor/_samples/assets/swfobject.js +18 -0
- data/test/dummy/public/assets/ckeditor/_samples/autogrow-d75f5b15f788f42dbc9741db3776d69a.html +108 -0
- data/test/dummy/public/assets/ckeditor/_samples/autogrow.html +108 -0
- data/test/dummy/public/assets/ckeditor/_samples/bbcode-0f74d8e224f5266d89593ec30d11b36b.html +125 -0
- data/test/dummy/public/assets/ckeditor/_samples/bbcode.html +125 -0
- data/test/dummy/public/assets/ckeditor/_samples/devtools-f3809d9f736e4c808a3d719a92e25cf3.html +94 -0
- data/test/dummy/public/assets/ckeditor/_samples/devtools.html +94 -0
- data/test/dummy/public/assets/ckeditor/_samples/divreplace-d465028dd7a709153254e7fdd64a5168.html +154 -0
- data/test/dummy/public/assets/ckeditor/_samples/divreplace.html +154 -0
- data/test/dummy/public/assets/ckeditor/_samples/enterkey-57de47d08ee98aa394821181d6db2cbd.html +115 -0
- data/test/dummy/public/assets/ckeditor/_samples/enterkey.html +115 -0
- data/test/dummy/public/assets/ckeditor/_samples/fullpage-57a20d50b0a5a8747f335dec7300e9a0.html +82 -0
- data/test/dummy/public/assets/ckeditor/_samples/fullpage.html +82 -0
- data/test/dummy/public/assets/ckeditor/_samples/index-5cf9715eb1983edee5d3da2da6d3a2b0.html +116 -0
- data/test/dummy/public/assets/ckeditor/_samples/index.html +116 -0
- data/test/dummy/public/assets/ckeditor/_samples/jqueryadapter-6baf7fff5cc78b08e345459b31f2edeb.html +99 -0
- data/test/dummy/public/assets/ckeditor/_samples/jqueryadapter.html +99 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_for_flash-659e402a614b6bcdf89d137fcacaa7c2.html +275 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_for_flash.html +275 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_html-ae26aa60262a0b170e27ed43165467e4.html +285 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_html.html +285 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_xhtml-2dd3dce4c43dcd7e4aa7ddd8943b374b.html +177 -0
- data/test/dummy/public/assets/ckeditor/_samples/output_xhtml.html +177 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/advanced-e5323a928a4d1c2883156610f3e0a38e.php +120 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/advanced.php +120 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/events-5286b70c33caae79a7be1a52a5e9245d.php +153 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/events.php +153 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/index-946329b00cf358518f2d685586b82e97.html +47 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/index.html +47 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/replace-ae0be7dbef2f0229baa7d4b56cf5eeea.php +87 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/replace.php +87 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/replaceall-2278779ada3171438515d024ed1f7d86.php +88 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/replaceall.php +88 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/standalone-964b35efc041bdf618d27fcd632ab5ad.php +83 -0
- data/test/dummy/public/assets/ckeditor/_samples/php/standalone.php +83 -0
- data/test/dummy/public/assets/ckeditor/_samples/placeholder-117048862dab5cea78c207cce4bc79b2.html +81 -0
- data/test/dummy/public/assets/ckeditor/_samples/placeholder.html +81 -0
- data/test/dummy/public/assets/ckeditor/_samples/readonly-34a58f31885ae6e59af2af51cb232433.html +91 -0
- data/test/dummy/public/assets/ckeditor/_samples/readonly.html +91 -0
- data/test/dummy/public/assets/ckeditor/_samples/replacebyclass-2c0dca58346a180aabf46284ca2b3b26.html +64 -0
- data/test/dummy/public/assets/ckeditor/_samples/replacebyclass.html +64 -0
- data/test/dummy/public/assets/ckeditor/_samples/replacebycode-87179bec3dfddf48b08ab7d6ddb6e8b0.html +97 -0
- data/test/dummy/public/assets/ckeditor/_samples/replacebycode.html +97 -0
- data/test/dummy/public/assets/ckeditor/_samples/sample.css +163 -0
- data/test/dummy/public/assets/ckeditor/_samples/sample.js +65 -0
- data/test/dummy/public/assets/ckeditor/_samples/sample_posteddata-51b7712d6c70ff6dca17de03a4b2d3d1.php +21 -0
- data/test/dummy/public/assets/ckeditor/_samples/sample_posteddata.php +21 -0
- data/test/dummy/public/assets/ckeditor/_samples/sharedspaces-4bb176a12b4fa9a0f8dafaa8d8580ec7.html +153 -0
- data/test/dummy/public/assets/ckeditor/_samples/sharedspaces.html +153 -0
- data/test/dummy/public/assets/ckeditor/_samples/skins-c45f1281cd26ea856954c9e28f5de0de.html +110 -0
- data/test/dummy/public/assets/ckeditor/_samples/skins.html +110 -0
- data/test/dummy/public/assets/ckeditor/_samples/stylesheetparser-64a03394b2a15563465e36ff37207acf.html +93 -0
- data/test/dummy/public/assets/ckeditor/_samples/stylesheetparser.html +93 -0
- data/test/dummy/public/assets/ckeditor/_samples/tableresize-64c60ccc44d2e031d3f7ea15898da27a.html +115 -0
- data/test/dummy/public/assets/ckeditor/_samples/tableresize.html +115 -0
- data/test/dummy/public/assets/ckeditor/_samples/ui_color-d8839219a2553c5cd7160488bb1a44ad.html +129 -0
- data/test/dummy/public/assets/ckeditor/_samples/ui_color.html +129 -0
- data/test/dummy/public/assets/ckeditor/_samples/ui_languages-78f32c64667385393fd630d8998f67e2.html +134 -0
- data/test/dummy/public/assets/ckeditor/_samples/ui_languages.html +134 -0
- data/test/dummy/public/assets/ckeditor/_source/adapters/jquery.js +306 -0
- data/test/dummy/public/assets/ckeditor/_source/core/_bootstrap.js +87 -0
- data/test/dummy/public/assets/ckeditor/_source/core/ckeditor.js +141 -0
- data/test/dummy/public/assets/ckeditor/_source/core/ckeditor_base.js +227 -0
- data/test/dummy/public/assets/ckeditor/_source/core/ckeditor_basic.js +238 -0
- data/test/dummy/public/assets/ckeditor/_source/core/command.js +209 -0
- data/test/dummy/public/assets/ckeditor/_source/core/commanddefinition.js +129 -0
- data/test/dummy/public/assets/ckeditor/_source/core/config.js +439 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dataprocessor.js +65 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/comment.js +32 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/document.js +251 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/documentfragment.js +49 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/domobject.js +258 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/element.js +1691 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/elementpath.js +119 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/event.js +145 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/node.js +696 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/nodelist.js +26 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/range.js +2054 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/rangelist.js +213 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/text.js +128 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/walker.js +462 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom/window.js +96 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dom.js +20 -0
- data/test/dummy/public/assets/ckeditor/_source/core/dtd.js +266 -0
- data/test/dummy/public/assets/ckeditor/_source/core/editor.js +1059 -0
- data/test/dummy/public/assets/ckeditor/_source/core/editor_basic.js +186 -0
- data/test/dummy/public/assets/ckeditor/_source/core/env.js +305 -0
- data/test/dummy/public/assets/ckeditor/_source/core/event.js +342 -0
- data/test/dummy/public/assets/ckeditor/_source/core/eventInfo.js +120 -0
- data/test/dummy/public/assets/ckeditor/_source/core/focusmanager.js +152 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/basicwriter.js +145 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/cdata.js +43 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/comment.js +60 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/element.js +308 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/filter.js +288 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/fragment.js +518 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/text.js +53 -0
- data/test/dummy/public/assets/ckeditor/_source/core/htmlparser.js +224 -0
- data/test/dummy/public/assets/ckeditor/_source/core/lang.js +157 -0
- data/test/dummy/public/assets/ckeditor/_source/core/loader.js +240 -0
- data/test/dummy/public/assets/ckeditor/_source/core/plugindefinition.js +83 -0
- data/test/dummy/public/assets/ckeditor/_source/core/plugins.js +103 -0
- data/test/dummy/public/assets/ckeditor/_source/core/resourcemanager.js +238 -0
- data/test/dummy/public/assets/ckeditor/_source/core/scriptloader.js +180 -0
- data/test/dummy/public/assets/ckeditor/_source/core/skins.js +184 -0
- data/test/dummy/public/assets/ckeditor/_source/core/themes.js +19 -0
- data/test/dummy/public/assets/ckeditor/_source/core/tools.js +763 -0
- data/test/dummy/public/assets/ckeditor/_source/core/ui.js +128 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/_languages.js +84 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/_translationstatus-d4de76b18adf6359149559be9138847a.txt +61 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/_translationstatus.txt +61 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/af.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ar.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/bg.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/bn.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/bs.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ca.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/cs.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/cy.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/da.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/de.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/el.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/en-au.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/en-ca.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/en-gb.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/en.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/eo.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/es.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/et.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/eu.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/fa.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/fi.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/fo.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/fr-ca.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/fr.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/gl.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/gu.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/he.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/hi.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/hr.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/hu.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/is.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/it.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ja.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ka.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/km.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ko.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/lt.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/lv.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/mn.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ms.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/nb.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/nl.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/no.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/pl.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/pt-br.js +814 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/pt.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ro.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/ru.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/sk.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/sl.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/sr-latn.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/sr.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/sv.js +814 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/th.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/tr.js +814 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/uk.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/vi.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/zh-cn.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/lang/zh.js +815 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +222 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/lang/en.js +108 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/lang/he.js +216 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/plugin.js +47 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/about.js +76 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/logo_ckeditor-fc876ee54c60ea0f0bb16ad65ca4deeb.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/about/plugin.js +24 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/adobeair/plugin.js +228 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/ajax/plugin.js +152 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/autogrow/plugin.js +141 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/basicstyles/plugin.js +129 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/bbcode/plugin.js +931 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/bidi/plugin.js +334 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/blockquote/plugin.js +305 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/button/plugin.js +290 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/clipboard/dialogs/paste.js +223 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/clipboard/plugin.js +453 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/colorbutton/plugin.js +301 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +340 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/colordialog/plugin.js +15 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/contextmenu/plugin.js +179 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/devtools/lang/en.js +16 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/devtools/plugin.js +173 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/dialog/dialogDefinition.js +1166 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/dialog/plugin.js +3308 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/dialogadvtab/plugin.js +208 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/dialogui/plugin.js +1541 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/div/dialogs/div.js +535 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/div/plugin.js +121 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/docprops/dialogs/docprops.js +674 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/docprops/plugin.js +22 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/domiterator/plugin.js +361 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/editingblock/plugin.js +278 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/elementspath/plugin.js +218 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/enterkey/plugin.js +433 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/entities/plugin.js +250 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/fakeobjects/plugin.js +175 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/filebrowser/plugin.js +534 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/find/dialogs/find.js +915 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/find/plugin.js +47 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/flash/dialogs/flash.js +674 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/flash/images/placeholder-ba59b836184c3127b4b6f60f7a4e0720.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/flash/images/placeholder.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/flash/plugin.js +154 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/floatpanel/plugin.js +428 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/font/plugin.js +234 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/format/plugin.js +197 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/button.js +118 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/checkbox.js +153 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/form.js +177 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +100 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/radio.js +135 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/select.js +558 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/textarea.js +135 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/textfield.js +199 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/images/hiddenfield-4b630612e38369aae8e4502421668aec.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/forms/plugin.js +288 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/horizontalrule/plugin.js +48 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/htmldataprocessor/plugin.js +596 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/htmlwriter/plugin.js +319 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/dialogs/iframe.js +229 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/images/placeholder-0003e18e649512d4360293190828c51e.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/plugin.js +87 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/iframedialog/plugin.js +188 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/image/dialogs/image.js +1407 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/image/plugin.js +81 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/indent/plugin.js +461 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/justify/plugin.js +253 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/keystrokes/plugin.js +225 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/link/dialogs/anchor.js +144 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/link/dialogs/link.js +1425 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/link/images/anchor-501974232bdebac2c503f40a23e2108d.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/link/images/anchor.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/link/plugin.js +374 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/list/plugin.js +774 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/listblock/plugin.js +266 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +225 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/liststyle/plugin.js +66 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/maximize/plugin.js +353 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/menu/plugin.js +541 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/menubutton/plugin.js +98 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/newpage/plugin.js +55 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/images/pagebreak-2bbc85d3a07d40c7c7fb8d07c5ba1a91.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/plugin.js +164 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/panel/plugin.js +400 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/panelbutton/plugin.js +144 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pastefromword/filter/default.js +1367 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pastefromword/plugin.js +141 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +67 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/pastetext/plugin.js +98 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +71 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/lang/en.js +16 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/lang/he.js +16 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/placeholder-3fa52c05f290e714bb7ce46ef9e1e3fd.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/plugin.js +171 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/popup/plugin.js +64 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/preview/plugin.js +113 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/print/plugin.js +42 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/removeformat/plugin.js +185 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/resize/plugin.js +168 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/richcombo/plugin.js +381 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/save/plugin.js +56 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/dialogs/options.js +537 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +71 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/plugin.js +973 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/selection/plugin.js +1729 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_address-03733f204b35c6ea053d6dc766e627f4.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_blockquote-9f5a2341078595e812f4390673e1d691.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_div-197a3f96741fe9008a4679d26fdb7f2c.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h1-2ef949aef3e9e43f866cd44f6b912617.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h2-a1bd5af6674ec59ab8dd2753d1fe7123.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h3-94ce278fa39900a6603e7c509116d322.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h4-6c8bbaba545a3e0c29e06bb015ff38f6.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h5-b22e60c26c7c654fcc751f77c16cad59.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h6-184a0c99cd06c2d7d329a1ce8aab7963.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_p-638869d4338d1e1ebb9eaa4f73de174d.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_pre-ebdbe4b89d8955761f6a97a891c8aa19.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/plugin.js +160 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/showborders/plugin.js +207 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/dialogs/smiley.js +224 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angel_smile-61a21f5af1321a26350cb2ac7f9ecab8.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angel_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angry_smile-5f6ecc899507a1b169bb7a8a62372441.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angry_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/broken_heart-089eb8c05b66c50383cf43a94170bcd7.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/broken_heart.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/confused_smile-bdfd0e16b074007d0621999fd50f5348.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/confused_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/cry_smile-e28cb803c6d8eaa6f22f90489b4c519c.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/cry_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/devil_smile-77d7bfa3796df2c81858e285c4b65d97.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/devil_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/embaressed_smile-16ef2926176e59d29ec7fe3a2bfe2e02.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/envelope-c2077dc5ae53ac8ec69c9ff0b8386938.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/envelope.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/heart-2d8a0eaaf7c2e42f579e78464a8d443f.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/heart.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/kiss-a4e7f76f10b1fbe1891e6db5bb900b1b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/kiss.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/lightbulb-939e2ca2cb123f03c8ee11e53dce7a35.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/lightbulb.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/omg_smile-84ae8a1fc1c04e9289421037347799ba.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/omg_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/regular_smile-6b1e1690d88c16913eb05dd119f221d9.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/regular_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/sad_smile-bf3a033d9be803b4f5b38b9b0c258704.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/sad_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/shades_smile-bd6d9f1ef7c868ef160aafc4da42fdad.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/shades_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/teeth_smile-7da3f610067417297b3a235899688067.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_down-abcf7aad6e8ccd1e0786786bc5594c7a.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_up-e5239bab9fb2674ce22705d232cd29f3.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/tounge_smile-66d4ad71a8977e7e9871a18c5a79952f.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/tounge_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile-a831e713a52639619968a6c67ade659b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/wink_smile-81177f9fe9e8c62c8bc1dac30fbedf12.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/wink_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/plugin.js +94 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/sourcearea/plugin.js +209 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +350 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/lang/en.js +122 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/plugin.js +70 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/styles/plugin.js +1700 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/styles/styles/default.js +88 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/stylescombo/plugin.js +218 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/stylesheetparser/plugin.js +148 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/tab/plugin.js +367 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/table/dialogs/table.js +623 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/table/plugin.js +78 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/tableresize/plugin.js +443 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +525 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/tabletools/plugin.js +1194 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/dialogs/templates.js +234 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/plugin.js +99 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/default.js +94 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template1-ea363748d77b692075af885f384ae6bd.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template1.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template2-6401418f8e62efe47b7a87c734c9dd25.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template3-ef931fe4fdb3fa35897598a2df449988.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template3.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/toolbar/plugin.js +545 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +205 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/lang/en.js +15 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/lang/he.js +15 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/plugin.js +37 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/uicolor-8ce2d3d1bf5d83b297c1568e065fd6e9.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/uicolor.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg-c2d8d7faeb9d4b01f3008cda322f2763.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb-8e5fb8d26c158303b319553876a2a799.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask-ac846f51ee3570c6880d2a88cb4c5353.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb-aed7c70c1854dac98bd8310da084d689.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +15 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/yui.js +71 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/undo/plugin.js +578 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/ciframe-c7c588e16f092fdb33f9522df57acdf7.html +49 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +49 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset-2ed47c8c321406680828cd39a4cfd841.html +52 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +52 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/wsc.css +82 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/wsc.js +192 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/plugin.js +33 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/wysiwygarea/plugin.js +1347 -0
- data/test/dummy/public/assets/ckeditor/_source/plugins/xml/plugin.js +170 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/dialog.css +989 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/editor.css +25 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/elementspath.css +73 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons.css +366 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites-37a3ebdc1b4393eefbc4520a02938daf.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites_ie6-105615f241302fed23e7aae2411b4a1f.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/mainui.css +206 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/menu.css +232 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/panel.css +217 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/presets.css +49 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/reset.css +85 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/richcombo.css +287 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/skin.js +236 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/templates.css +88 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/kama/toolbar.css +408 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/dialog.css +891 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/editor.css +25 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/elementspath.css +74 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons.css +363 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides-75a65a85a2b30468dc1beac0c54d1fb9.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides-edefdf8c116d4656501f13731ae8ff5b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides_rtl-77bbf3783e5dc7984f3be35faf7779fb.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites-55354902984711767f69cf5f190b9d42.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites_ie6-ea9534ccd0a64d8d14579a37bcdaaeb9.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/mainui.css +153 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/menu.css +229 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/panel.css +212 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/presets.css +49 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/reset.css +85 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/richcombo.css +309 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/skin.js +74 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/templates.css +87 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/office2003/toolbar.css +522 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/dialog.css +907 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/editor.css +25 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/elementspath.css +74 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons.css +363 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites-781d681644b31f32868856fa132e4906.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites_ie6-9c6895a740fc1778a432cce5b91bc281.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/mainui.css +162 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/menu.css +232 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/panel.css +212 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/presets.css +50 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/reset.css +85 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/richcombo.css +302 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/skin.js +70 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/templates.css +87 -0
- data/test/dummy/public/assets/ckeditor/_source/skins/v2/toolbar.css +465 -0
- data/test/dummy/public/assets/ckeditor/_source/themes/default/theme.js +407 -0
- data/test/dummy/{tmp/cache/assets/CA3/A50/sprockets%2F1138d3a48560705a7e596ab7bd02253b → public/assets/ckeditor/adapters/jquery.js} +0 -0
- data/test/dummy/public/assets/ckeditor/ckeditor-375b08659b4cb8f72be5ee3587123e65.pack +211 -0
- data/test/dummy/public/assets/ckeditor/ckeditor-443f9c44cd2d9283d11a70ab3fcf480a.php +29 -0
- data/test/dummy/public/assets/ckeditor/ckeditor-d4b0a17fd7607891a271f2430be8835d.asp +955 -0
- data/test/dummy/public/assets/ckeditor/ckeditor.asp +955 -0
- data/test/dummy/{tmp/cache/assets/D1F/840/sprockets%2F3f6d2f8168b95fd5064838cfb05c5d54 → public/assets/ckeditor/ckeditor.js} +0 -0
- data/test/dummy/public/assets/ckeditor/ckeditor.pack +211 -0
- data/test/dummy/public/assets/ckeditor/ckeditor.php +29 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_basic.js +8 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_basic_source.js +20 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_php4-e6e1feca4ad8048e38b87150326bb706.php +566 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_php4.php +566 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_php5-2ac2cebe11e6dbe76831c21173cc6d36.php +556 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_php5.php +556 -0
- data/test/dummy/public/assets/ckeditor/ckeditor_source.js +35 -0
- data/test/dummy/public/assets/ckeditor/config.js +11 -0
- data/test/dummy/public/assets/ckeditor/contents.css +25 -0
- data/test/dummy/public/assets/ckeditor/images/spacer-dade68cd2b33bdcd06c6a8f59676327e.gif +0 -0
- data/test/dummy/public/assets/ckeditor/images/spacer.gif +0 -0
- data/test/dummy/public/assets/ckeditor/lang/_languages.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/_translationstatus-d4de76b18adf6359149559be9138847a.txt +61 -0
- data/test/dummy/public/assets/ckeditor/lang/_translationstatus.txt +61 -0
- data/test/dummy/public/assets/ckeditor/lang/af.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ar.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/bg.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/bn.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/bs.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ca.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/cs.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/cy.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/da.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/de.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/el.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/en-au.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/en-ca.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/en-gb.js +6 -0
- data/test/dummy/{tmp/cache/assets/D93/890/sprockets%2F033c6ea07a61dbd408ba2bf8e99b518a → public/assets/ckeditor/lang/en.js} +0 -0
- data/test/dummy/public/assets/ckeditor/lang/eo.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/es.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/et.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/eu.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/fa.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/fi.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/fo.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/fr-ca.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/fr.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/gl.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/gu.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/he.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/hi.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/hr.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/hu.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/is.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/it.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ja.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ka.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/km.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ko.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/lt.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/lv.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/mn.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ms.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/nb.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/nl.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/no.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/pl.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/pt-br.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/pt.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ro.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/ru.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/sk.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/sl.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/sr-latn.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/sr.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/sv.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/th.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/tr.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/uk.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/vi.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/zh-cn.js +6 -0
- data/test/dummy/public/assets/ckeditor/lang/zh.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/lang/en.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/about.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor-fc876ee54c60ea0f0bb16ad65ca4deeb.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/adobeair/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/ajax/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/autogrow/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/bbcode/plugin.js +9 -0
- data/test/dummy/public/assets/ckeditor/plugins/clipboard/dialogs/paste.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/devtools/lang/en.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/devtools/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
- data/test/dummy/public/assets/ckeditor/plugins/div/dialogs/div.js +8 -0
- data/test/dummy/public/assets/ckeditor/plugins/docprops/dialogs/docprops.js +10 -0
- data/test/dummy/public/assets/ckeditor/plugins/docprops/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/find/dialogs/find.js +10 -0
- data/test/dummy/public/assets/ckeditor/plugins/flash/dialogs/flash.js +9 -0
- data/test/dummy/public/assets/ckeditor/plugins/flash/images/placeholder-ba59b836184c3127b4b6f60f7a4e0720.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/button.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/form.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/radio.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/select.js +9 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/textarea.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/textfield.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/images/hiddenfield-4b630612e38369aae8e4502421668aec.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/iframe/images/placeholder-0003e18e649512d4360293190828c51e.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/iframe/images/placeholder.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/iframedialog/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/image/dialogs/image.js +13 -0
- data/test/dummy/public/assets/ckeditor/plugins/link/dialogs/anchor.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/link/dialogs/link.js +12 -0
- data/test/dummy/public/assets/ckeditor/plugins/link/images/anchor-501974232bdebac2c503f40a23e2108d.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/pagebreak/images/pagebreak-2bbc85d3a07d40c7c7fb8d07c5ba1a91.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/pastefromword/filter/default.js +11 -0
- data/test/dummy/public/assets/ckeditor/plugins/pastetext/dialogs/pastetext.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/lang/en.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/lang/he.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/placeholder-3fa52c05f290e714bb7ce46ef9e1e3fd.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/placeholder.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/placeholder/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/scayt/dialogs/options.js +8 -0
- data/test/dummy/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_address-03733f204b35c6ea053d6dc766e627f4.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_blockquote-9f5a2341078595e812f4390673e1d691.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_div-197a3f96741fe9008a4679d26fdb7f2c.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h1-2ef949aef3e9e43f866cd44f6b912617.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h2-a1bd5af6674ec59ab8dd2753d1fe7123.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h3-94ce278fa39900a6603e7c509116d322.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h4-6c8bbaba545a3e0c29e06bb015ff38f6.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h5-b22e60c26c7c654fcc751f77c16cad59.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h6-184a0c99cd06c2d7d329a1ce8aab7963.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_p-638869d4338d1e1ebb9eaa4f73de174d.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_pre-ebdbe4b89d8955761f6a97a891c8aa19.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angel_smile-61a21f5af1321a26350cb2ac7f9ecab8.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angry_smile-5f6ecc899507a1b169bb7a8a62372441.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/broken_heart-089eb8c05b66c50383cf43a94170bcd7.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/confused_smile-bdfd0e16b074007d0621999fd50f5348.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/cry_smile-e28cb803c6d8eaa6f22f90489b4c519c.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/devil_smile-77d7bfa3796df2c81858e285c4b65d97.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/embaressed_smile-16ef2926176e59d29ec7fe3a2bfe2e02.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/envelope-c2077dc5ae53ac8ec69c9ff0b8386938.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/heart-2d8a0eaaf7c2e42f579e78464a8d443f.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/kiss-a4e7f76f10b1fbe1891e6db5bb900b1b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/lightbulb-939e2ca2cb123f03c8ee11e53dce7a35.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/omg_smile-84ae8a1fc1c04e9289421037347799ba.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/regular_smile-6b1e1690d88c16913eb05dd119f221d9.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/sad_smile-bf3a033d9be803b4f5b38b9b0c258704.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/shades_smile-bd6d9f1ef7c868ef160aafc4da42fdad.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/teeth_smile-7da3f610067417297b3a235899688067.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_down-abcf7aad6e8ccd1e0786786bc5594c7a.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_up-e5239bab9fb2674ce22705d232cd29f3.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/tounge_smile-66d4ad71a8977e7e9871a18c5a79952f.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-a831e713a52639619968a6c67ade659b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/wink_smile-81177f9fe9e8c62c8bc1dac30fbedf12.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/specialchar/lang/en.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/styles/styles/default.js +6 -0
- data/test/dummy/{tmp/cache/assets/CC6/910/sprockets%2Fdf1992311ede6a7259c057589a7b6984 → public/assets/ckeditor/plugins/stylesheetparser/plugin.js} +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/table/dialogs/table.js +9 -0
- data/test/dummy/public/assets/ckeditor/plugins/tableresize/plugin.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js +8 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/dialogs/templates.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/default.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template1-ea363748d77b692075af885f384ae6bd.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template2-6401418f8e62efe47b7a87c734c9dd25.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template3-ef931fe4fdb3fa35897598a2df449988.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/lang/en.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/lang/he.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/uicolor-8ce2d3d1bf5d83b297c1568e065fd6e9.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg-c2d8d7faeb9d4b01f3008cda322f2763.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb-8e5fb8d26c158303b319553876a2a799.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask-ac846f51ee3570c6880d2a88cb4c5353.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb-aed7c70c1854dac98bd8310da084d689.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/yui.css +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/yui.js +76 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-c7c588e16f092fdb33f9522df57acdf7.html +49 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html +49 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-2ed47c8c321406680828cd39a4cfd841.html +52 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css +6 -0
- data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js +7 -0
- data/test/dummy/public/assets/ckeditor/plugins/xml/plugin.js +6 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/dialog.css +10 -0
- data/test/dummy/{tmp/cache/assets/DBF/180/sprockets%2F19427ba0edb6b1c15eaaf43afd73e617 → public/assets/ckeditor/skins/kama/editor.css} +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites-37a3ebdc1b4393eefbc4520a02938daf.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites_ie6-105615f241302fed23e7aae2411b4a1f.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/skin.js +7 -0
- data/test/dummy/public/assets/ckeditor/skins/kama/templates.css +6 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/dialog.css +9 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/editor.css +14 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides-75a65a85a2b30468dc1beac0c54d1fb9.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides-edefdf8c116d4656501f13731ae8ff5b.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides_rtl-77bbf3783e5dc7984f3be35faf7779fb.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites-55354902984711767f69cf5f190b9d42.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites_ie6-ea9534ccd0a64d8d14579a37bcdaaeb9.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/skin.js +6 -0
- data/test/dummy/public/assets/ckeditor/skins/office2003/templates.css +6 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/dialog.css +9 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/editor.css +13 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/icons.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/icons_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/mini.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/noimage.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites-781d681644b31f32868856fa132e4906.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites_ie6-9c6895a740fc1778a432cce5b91bc281.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/skin.js +6 -0
- data/test/dummy/public/assets/ckeditor/skins/v2/templates.css +6 -0
- data/test/dummy/public/assets/ckeditor/themes/default/theme.js +8 -0
- data/test/dummy/public/assets/manifest.yml +239 -0
- data/test/dummy/public/assets/rich/application-2d948ba94e7a1e8ee49e29ef95f87995.css +2 -0
- data/test/dummy/public/assets/rich/application-2d948ba94e7a1e8ee49e29ef95f87995.css.gz +0 -0
- data/test/dummy/public/assets/rich/application-f0e3ebd0b5dd8a6ffd525e1b5a688acf.js +19 -0
- data/test/dummy/public/assets/rich/application-f0e3ebd0b5dd8a6ffd525e1b5a688acf.js.gz +0 -0
- data/test/dummy/public/assets/rich/application.css +2 -0
- data/test/dummy/public/assets/rich/application.css.gz +0 -0
- data/test/dummy/public/assets/rich/application.js +19 -0
- data/test/dummy/public/assets/rich/application.js.gz +0 -0
- data/test/dummy/public/assets/rich/base-3d3160088af99119a311b4e7362326ac.js +11 -0
- data/test/dummy/public/assets/rich/base-3d3160088af99119a311b4e7362326ac.js.gz +0 -0
- data/test/dummy/public/assets/rich/base.js +11 -0
- data/test/dummy/public/assets/rich/base.js.gz +0 -0
- data/test/dummy/public/assets/rich/editor-204d2a1d7aec25614b4611349aa793fb.css +1 -0
- data/test/dummy/public/assets/rich/editor-204d2a1d7aec25614b4611349aa793fb.css.gz +0 -0
- data/test/dummy/public/assets/rich/editor.css +1 -0
- data/test/dummy/public/assets/rich/editor.css.gz +0 -0
- data/test/dummy/public/assets/rich/images-e091bcc710f62a6265d8bc6eae54fbab.png +0 -0
- data/test/dummy/public/assets/rich/images.png +0 -0
- data/test/dummy/public/assets/rich/insert-many-0a73f24b86f9df3e23484009639f306c.png +0 -0
- data/test/dummy/public/assets/rich/insert-many.png +0 -0
- data/test/dummy/public/assets/rich/insert-one-452c896e53e8907911a0e6961601be4c.png +0 -0
- data/test/dummy/public/assets/rich/insert-one.png +0 -0
- data/test/dummy/public/assets/rich/loading-3fc55503a06d7a68cbed7e4a5d9aef8e.png +0 -0
- data/test/dummy/public/assets/rich/loading.png +0 -0
- data/test/dummy/public/assets/rich/menu-dash-12c49f78947dffd7da66c54427a241b7.png +0 -0
- data/test/dummy/public/assets/rich/menu-dash.png +0 -0
- data/test/dummy/public/assets/rich/plus-dc390d95d28f5c2b62823c0d50f97c61.png +0 -0
- data/test/dummy/public/assets/rich/plus-red-ab024857950b67766ecc033a1231944e.png +0 -0
- data/test/dummy/public/assets/rich/plus-red.png +0 -0
- data/test/dummy/public/assets/rich/plus.png +0 -0
- data/test/dummy/public/assets/rich/x-red-e18786c310c0a2a696a8eaccc9618711.png +0 -0
- data/test/dummy/public/assets/rich/x-red.png +0 -0
- data/test/dummy/tmp/cache/assets/BDC/DF0/sprockets%2F556859632756792340573f0b7d7937d4 +0 -0
- data/test/dummy/tmp/cache/assets/BEE/9D0/sprockets%2F04f1847209c701267b145074c38d7915 +0 -0
- data/test/dummy/tmp/cache/assets/C09/940/sprockets%2F9c892480308a353394094957b3389d7e +0 -0
- data/test/dummy/tmp/cache/assets/C19/4A0/sprockets%2F25141441498608917b8f0fa0b263a356 +0 -0
- data/test/dummy/tmp/cache/assets/C27/DF0/sprockets%2F33f6324a781951f5041a3515ae596788 +0 -0
- data/test/dummy/tmp/cache/assets/C2B/650/sprockets%2F1df4737580163259e6d2b79578a23191 +0 -0
- data/test/dummy/tmp/cache/assets/C2B/690/sprockets%2F7386b243b8578943a8a058fd73153523 +0 -0
- data/test/dummy/tmp/cache/assets/C2E/BB0/sprockets%2F67170774689ef70161779c25ce13145c +0 -0
- data/test/dummy/tmp/cache/assets/C30/AD0/sprockets%2F5e464907523e20c546b278814936f9a7 +0 -0
- data/test/dummy/tmp/cache/assets/C33/CE0/sprockets%2Fb83256fce54175498209904a643f4677 +0 -0
- data/test/dummy/tmp/cache/assets/C48/FF0/sprockets%2F96e842574236271ede53a401177c103c +0 -0
- data/test/dummy/tmp/cache/assets/C49/500/sprockets%2F72473c15cf2e294b25b1823e82954031 +0 -0
- data/test/dummy/tmp/cache/assets/C4B/120/sprockets%2F68c509110e4521f31e08c02988cd1871 +0 -0
- data/test/dummy/tmp/cache/assets/C4B/4F0/sprockets%2F507227215261ca7b895102e5f831b9b8 +0 -0
- data/test/dummy/tmp/cache/assets/C4D/110/sprockets%2F611640a397c0e9a8a99433e6681b3401 +0 -0
- data/test/dummy/tmp/cache/assets/C53/D20/sprockets%2Fc717231c3a3035802677df4eb6884727 +0 -0
- data/test/dummy/tmp/cache/assets/C54/A80/sprockets%2F1de74a969431c6973c790026061ab287 +0 -0
- data/test/dummy/tmp/cache/assets/C55/B30/sprockets%2F39a30f38a0388c637e0840d03656967b +0 -0
- data/test/dummy/tmp/cache/assets/C56/250/sprockets%2Fb6db18745993b17d85dc925232322923 +0 -0
- data/test/dummy/tmp/cache/assets/C58/8D0/sprockets%2F353a6a7559802014f934e28851f7da74 +0 -0
- data/test/dummy/tmp/cache/assets/C5D/7F0/sprockets%2F539347136e2b81496339888d3fead221 +0 -0
- data/test/dummy/tmp/cache/assets/C65/9A0/sprockets%2F7ce27567092e41279b34498d6075cb87 +0 -0
- data/test/dummy/tmp/cache/assets/C68/9D0/sprockets%2F46c8f88ef788054366f4b5c940236533 +0 -0
- data/test/dummy/tmp/cache/assets/C6B/9C0/sprockets%2F3dae21157a42b25135fae24956315172 +0 -0
- data/test/dummy/tmp/cache/assets/C6D/1A0/sprockets%2F212b0151e5d2cba1587771f308323d48 +0 -0
- data/test/dummy/tmp/cache/assets/C6E/8D0/sprockets%2Fca47069498ba75e028c450aa50333005 +0 -0
- data/test/dummy/tmp/cache/assets/C70/F80/sprockets%2F25a1272055d68b1f13f457471a3082af +0 -0
- data/test/dummy/tmp/cache/assets/C72/A20/sprockets%2F3f1d53046321c2171bbd83739410d7c9 +0 -0
- data/test/dummy/tmp/cache/assets/C73/820/sprockets%2Fdc73957133cc0c6c36681621ad275022 +0 -0
- data/test/dummy/tmp/cache/assets/C77/5B0/sprockets%2F540101198b081942476e5ef23c406fcc +0 -0
- data/test/dummy/tmp/cache/assets/C77/720/sprockets%2Fca30f4a4080067a42488536e598232da +0 -0
- data/test/dummy/tmp/cache/assets/C77/EF0/sprockets%2F35ca46348a682bda063928544a2630d5 +0 -0
- data/test/dummy/tmp/cache/assets/C79/B60/sprockets%2F7002c4f53b73b5eef125743664530f53 +0 -0
- data/test/dummy/tmp/cache/assets/C7B/200/sprockets%2F2720e7546112b1c1d03fd9697e606d90 +0 -0
- data/test/dummy/tmp/cache/assets/C7B/410/sprockets%2Ff676f01075f2e49124321b39229e5d2a +0 -0
- data/test/dummy/tmp/cache/assets/C7B/540/sprockets%2F547199d245ed02056a83508dd104a69a +0 -0
- data/test/dummy/tmp/cache/assets/C7D/C40/sprockets%2Fc99034ce618e1228e662c007671f2a53 +0 -0
- data/test/dummy/tmp/cache/assets/C7E/9B0/sprockets%2Fc7ed8687b3ce693f0342017416225b60 +0 -0
- data/test/dummy/tmp/cache/assets/C7F/360/sprockets%2Fb500dd4e82499845120f11801cf99b45 +0 -0
- data/test/dummy/tmp/cache/assets/C80/060/sprockets%2Fb1220c62161546be7f197a929d2096f6 +0 -0
- data/test/dummy/tmp/cache/assets/C82/D30/sprockets%2F8187429e99fcd8806f856c75449b6695 +0 -0
- data/test/dummy/tmp/cache/assets/C83/A00/sprockets%2F9c83c872822bb127b72291b42729ca49 +0 -0
- data/test/dummy/tmp/cache/assets/C84/840/sprockets%2Ff4d18b49e90538028a47531ca4668a35 +0 -0
- data/test/dummy/tmp/cache/assets/C85/380/sprockets%2F53a7b57361807c68e79e068a40273c0e +0 -0
- data/test/dummy/tmp/cache/assets/C88/B20/sprockets%2F7b205d3f7366e20665c267792b07c6b9 +0 -0
- data/test/dummy/tmp/cache/assets/C89/B80/sprockets%2Fea20d64c17365772e6cc48b787323728 +0 -0
- data/test/dummy/tmp/cache/assets/{D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4 → C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212} +0 -0
- data/test/dummy/tmp/cache/assets/C8D/710/sprockets%2F15cd04c9e7637a0b4229648dd6395838 +0 -0
- data/test/dummy/tmp/cache/assets/C8D/F20/sprockets%2F06a7164988ac4742a97874f84aa2a870 +0 -0
- data/test/dummy/tmp/cache/assets/C8F/D80/sprockets%2F455e93b83c0e017f18c228f533c74899 +0 -0
- data/test/dummy/tmp/cache/assets/C93/B40/sprockets%2F2270437a1d5132fb56c8231aa2d4f700 +0 -0
- data/test/dummy/tmp/cache/assets/C93/E70/sprockets%2F15444ade262779d3465f892d96403ee7 +0 -0
- data/test/dummy/tmp/cache/assets/C95/5F0/sprockets%2F53e43e281a976e7c238662c7853915ef +0 -0
- data/test/dummy/tmp/cache/assets/C99/810/sprockets%2F635ebe464ce2f4e00172f900204124b4 +0 -0
- data/test/dummy/tmp/cache/assets/C9A/1C0/sprockets%2F4af720073e4216a9d110904c61db1a87 +0 -0
- data/test/dummy/tmp/cache/assets/C9B/7D0/sprockets%2F96f6279c83e55127e167ef745f37b911 +0 -0
- data/test/dummy/tmp/cache/assets/C9B/D00/sprockets%2Fb8d85ebf421d5b24e602a64260507021 +0 -0
- data/test/dummy/tmp/cache/assets/C9B/FE0/sprockets%2F303058205a85e00b20733f8bd342b8fd +0 -0
- data/test/dummy/tmp/cache/assets/C9D/410/sprockets%2F68567256a0f5453dd962789b884b7f4b +0 -0
- data/test/dummy/tmp/cache/assets/C9D/AD0/sprockets%2F9534922958d0e57f02ca7a68bb887878 +0 -0
- data/test/dummy/tmp/cache/assets/C9E/C60/sprockets%2F2533ccfb67e257141e36362e252da032 +0 -0
- data/test/dummy/tmp/cache/assets/CA2/380/sprockets%2F33584e07265b247dae580ae72a7c2400 +0 -0
- data/test/dummy/tmp/cache/assets/CA3/840/sprockets%2F97c1b55a37382e5212f06661ad22b47a +0 -0
- data/test/dummy/tmp/cache/assets/CA5/3E0/sprockets%2F6ab4dab3e616486a6e691190a4550432 +0 -0
- data/test/dummy/tmp/cache/assets/CA5/DE0/sprockets%2F1aec0853505712843049be275d6afa17 +0 -0
- data/test/dummy/tmp/cache/assets/CA6/D70/sprockets%2F954979c930b87d937d7c968dec805082 +0 -0
- data/test/dummy/tmp/cache/assets/CA7/2D0/sprockets%2Fe973314ba7ade33537d8456a59101c12 +0 -0
- data/test/dummy/tmp/cache/assets/CA8/010/sprockets%2F3822fe6ee82705342f2d141f13e5018d +0 -0
- data/test/dummy/tmp/cache/assets/CA8/CC0/sprockets%2Ff50aa8604c2dc7ef123085426c447680 +0 -0
- data/test/dummy/tmp/cache/assets/CA8/F60/sprockets%2F0b316c6974cffbd0a850690d14629016 +0 -0
- data/test/dummy/tmp/cache/assets/CA9/BD0/sprockets%2F85c5c7da5274e330a42646d15e26650c +0 -0
- data/test/dummy/tmp/cache/assets/CAA/CB0/sprockets%2F21a4f54177965054ccba876d4ac90044 +0 -0
- data/test/dummy/tmp/cache/assets/CAC/130/sprockets%2F720e4c18ea437d497333ae2a293265c6 +0 -0
- data/test/dummy/tmp/cache/assets/CAC/660/sprockets%2Fa610f1c249982658e21d3c61b32d7e90 +0 -0
- data/test/dummy/tmp/cache/assets/CAD/D40/sprockets%2Fd5e8810f5217f0d1f60d130646682bc9 +0 -0
- data/test/dummy/tmp/cache/assets/{D4B/190/sprockets%2F3302dab8fad86d469b9e126ff56d3593 → CAE/440/sprockets%2F31dc3464893dd5a7734a257022bf9a37} +0 -0
- data/test/dummy/tmp/cache/assets/CB0/4E0/sprockets%2Fc8b3ba39cf681f453847427b6130d290 +0 -0
- data/test/dummy/tmp/cache/assets/CB0/600/sprockets%2F721bd25e8fdb60735b9076b6004d8672 +0 -0
- data/test/dummy/tmp/cache/assets/CB0/9C0/sprockets%2F70533e8bf04740f964137b3a7d1ef580 +0 -0
- data/test/dummy/tmp/cache/assets/CB0/9E0/sprockets%2Fa79c8554338c001671b1fa59d03e4d68 +0 -0
- data/test/dummy/tmp/cache/assets/CB0/F40/sprockets%2F539d1dd471483a311391ef9c03474cf6 +0 -0
- data/test/dummy/tmp/cache/assets/CB1/3F0/sprockets%2F2172ba97acd80322a70758d66d5739e2 +0 -0
- data/test/dummy/tmp/cache/assets/CB2/8C0/sprockets%2F6914720c7939036a3e2732ccffa5f264 +0 -0
- data/test/dummy/tmp/cache/assets/CB2/C10/sprockets%2Fda8a1c8122d78dd08710294582f46a76 +0 -0
- data/test/dummy/tmp/cache/assets/CB3/E10/sprockets%2Fd5b564657254f5c2a5483a0691b9df05 +0 -0
- data/test/dummy/tmp/cache/assets/CB4/E40/sprockets%2Fb74c920b96371fa5234b8fd717b29237 +0 -0
- data/test/dummy/tmp/cache/assets/CB6/CD0/sprockets%2F662c7a2399eb4f53567a415802aa38f7 +0 -0
- data/test/dummy/tmp/cache/assets/CBA/7A0/sprockets%2F12bc93547225645986e183d867cc3cda +0 -0
- data/test/dummy/tmp/cache/assets/CBB/670/sprockets%2F03d2a8fa7c98289281cd88ff86451020 +0 -0
- data/test/dummy/tmp/cache/assets/CBC/610/sprockets%2F7a258d3f291d8be96017cb7e78024457 +0 -0
- data/test/dummy/tmp/cache/assets/CBD/2B0/sprockets%2Fc1ff2e740da50e998769526dc9420364 +0 -0
- data/test/dummy/tmp/cache/assets/CBE/A80/sprockets%2F60bb9087aed9745744925f6ce01525d9 +0 -0
- data/test/dummy/tmp/cache/assets/CC3/670/sprockets%2F787a8401551cdb9896241f17e65a9ce8 +0 -0
- data/test/dummy/tmp/cache/assets/CC3/9E0/sprockets%2F2498b630f6820fa93a9779a8760af47c +0 -0
- data/test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145 +0 -0
- data/test/dummy/tmp/cache/assets/CC9/7C0/sprockets%2Fc82557feaf0c7f8138225e629e905689 +0 -0
- data/test/dummy/tmp/cache/assets/CCC/BF0/sprockets%2Fd64241850aaf9a25152b91a69130a8ac +0 -0
- data/test/dummy/tmp/cache/assets/CCD/390/sprockets%2Fe60c975c2568f7ab948e190369c697f1 +0 -0
- data/test/dummy/tmp/cache/assets/CCD/B70/sprockets%2Fbe5d4276053476bce1da3850b710b108 +0 -0
- data/test/dummy/tmp/cache/assets/CCE/3D0/sprockets%2F7c053a0e37e4109846266a0a686acb0a +0 -0
- data/test/dummy/tmp/cache/assets/CCF/230/sprockets%2F60a41eef6b55f390c02108a0a0681d97 +0 -0
- data/test/dummy/tmp/cache/assets/CCF/500/sprockets%2F0330258c93457d4b72d10e2e5d1bb1c9 +0 -0
- data/test/dummy/tmp/cache/assets/CD0/3C0/sprockets%2F246333a1ec8bbbc08425552f0da98621 +0 -0
- data/test/dummy/tmp/cache/assets/CD0/700/sprockets%2F652b92177e5b7db32062ba3e0c08a491 +0 -0
- data/test/dummy/tmp/cache/assets/CD3/830/sprockets%2Fb5142e54768f952183bdb60cc2352b0b +0 -0
- data/test/dummy/tmp/cache/assets/CD6/370/sprockets%2F36de299a111a8a148188b30ac146d55f +0 -0
- data/test/dummy/tmp/cache/assets/CD7/A90/sprockets%2Fa4a89b241f7573bb600539fe154ed123 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +4 -0
- data/test/dummy/tmp/cache/assets/CD9/250/sprockets%2F7e917f0e901da1316765aa09934dab61 +0 -0
- data/test/dummy/tmp/cache/assets/CD9/590/sprockets%2F9713483f12b1c7021150cf9cfdc6905e +0 -0
- data/test/dummy/tmp/cache/assets/CD9/B40/sprockets%2F7d192e48d1b63bccf1582db070388142 +0 -0
- data/test/dummy/tmp/cache/assets/CDA/0A0/sprockets%2Feca5b9f722a12be9921b80813a316964 +0 -0
- data/test/dummy/tmp/cache/assets/CDA/170/sprockets%2F2107f8467a22ca1f677e7721ad149da3 +0 -0
- data/test/dummy/tmp/cache/assets/CDA/420/sprockets%2F63c2e7b996558fafc202d5d32a181322 +0 -0
- data/test/dummy/tmp/cache/assets/CDA/B70/sprockets%2F2bd240317a1b99b77f2686a14dc443b9 +0 -0
- data/test/dummy/tmp/cache/assets/CDB/040/sprockets%2Fc732474e67003a4eb840eb44c5ca9385 +0 -0
- data/test/dummy/tmp/cache/assets/CDD/1B0/sprockets%2F0ff0d37d63ee08c16d32c363c8638163 +0 -0
- data/test/dummy/tmp/cache/assets/CDD/D40/sprockets%2Fb576ec16362bed40601d284642e4e65f +0 -0
- data/test/dummy/tmp/cache/assets/CDE/000/sprockets%2Fe97433dd8b48edad9812b060532a3616 +0 -0
- data/test/dummy/tmp/cache/assets/CDE/140/sprockets%2F851c91b0bb7b4f177553597cf8ca1043 +0 -0
- data/test/dummy/tmp/cache/assets/CDE/F80/sprockets%2F0f0a327295671d4a71e54cc90a9ef608 +0 -0
- data/test/dummy/tmp/cache/assets/CE0/680/sprockets%2F574bb703603a713ac76ff8f20dc73658 +0 -0
- data/test/dummy/tmp/cache/assets/CE0/F70/sprockets%2F5f626eb3d0e9861907861afe5612a00f +0 -0
- data/test/dummy/tmp/cache/assets/CE1/990/sprockets%2F5334706128d5d744f211efe5e1a4c69f +0 -0
- data/test/dummy/tmp/cache/assets/CE1/A60/sprockets%2Fc25ce483202a35f7574cb39717ba929c +0 -0
- data/test/dummy/tmp/cache/assets/CE2/4B0/sprockets%2F93a5af891560bd8a5292f2f0b9307e34 +0 -0
- data/test/dummy/tmp/cache/assets/CE2/E50/sprockets%2F15a14263195fc451ea7eb4ce86c56872 +0 -0
- data/test/dummy/tmp/cache/assets/CE3/B40/sprockets%2F7b599dfd5a2a00872ac28ba983832094 +0 -0
- data/test/dummy/tmp/cache/assets/CE4/350/sprockets%2F265c265a5e41393b3d5e7d639bf0a496 +0 -0
- data/test/dummy/tmp/cache/assets/CE5/5B0/sprockets%2F9ba69a933006592e5570cf6e60a86b2e +0 -0
- data/test/dummy/tmp/cache/assets/CE5/7E0/sprockets%2F1ffd3469b370f7b79022757f4cfe1403 +0 -0
- data/test/dummy/tmp/cache/assets/CE6/0D0/sprockets%2F4d0d42d933e80526e6498de7ac597a01 +0 -0
- data/test/dummy/tmp/cache/assets/CE6/1A0/sprockets%2F914de32827cb63c586780e7b60a0dc77 +0 -0
- data/test/dummy/tmp/cache/assets/CE6/CE0/sprockets%2F5110c98e00cb6a5f0154eb0a1c12a027 +0 -0
- data/test/dummy/tmp/cache/assets/CE7/050/sprockets%2F82c0f75e42815fd25931f7efbf476121 +0 -0
- data/test/dummy/tmp/cache/assets/CE7/C30/sprockets%2F6804fdb4e5322536e5496cda8a538d17 +0 -0
- data/test/dummy/tmp/cache/assets/CE8/690/sprockets%2F4d6aa28aa542f1e7b5941992cb738972 +0 -0
- data/test/dummy/tmp/cache/assets/CE8/6E0/sprockets%2F8923777ce0d4b72fb555e68172a2cb64 +0 -0
- data/test/dummy/tmp/cache/assets/CE9/260/sprockets%2F20e1d59afc58e2ba50296184927fd568 +0 -0
- data/test/dummy/tmp/cache/assets/CE9/A20/sprockets%2F9bc63f08d44e8c1117c1460496a7e86f +0 -0
- data/test/dummy/tmp/cache/assets/CE9/B80/sprockets%2F5b2c5115ef4f940777455ffec4f26073 +0 -0
- data/test/dummy/tmp/cache/assets/CE9/EB0/sprockets%2F7f84d056b7fe2b725f7932aa23a66844 +0 -0
- data/test/dummy/tmp/cache/assets/CEC/CF0/sprockets%2F7d24293c4dd5e394e4fc986d91e13323 +0 -0
- data/test/dummy/tmp/cache/assets/CEC/DA0/sprockets%2F977a164588d50ff9b2b40c39a79a6c06 +0 -0
- data/test/dummy/tmp/cache/assets/CED/CF0/sprockets%2F74a2cf33276e4898e45eed1a73180b79 +0 -0
- data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
- data/test/dummy/tmp/cache/assets/CF0/E20/sprockets%2Ff99883cd6c0d6948912163ea70e1a77b +0 -0
- data/test/dummy/tmp/cache/assets/CF2/0F0/sprockets%2Fba5069468c4d33d87e1693bed71e7828 +0 -0
- data/test/dummy/tmp/cache/assets/CF3/070/sprockets%2F58eff2332972bb5992d8cf77a542835a +0 -0
- data/test/dummy/tmp/cache/assets/CF5/440/sprockets%2F763177da4ee86d55459c0e67d0ff8471 +0 -0
- data/test/dummy/tmp/cache/assets/CF6/610/sprockets%2Fa9939681583396390d7a6db5ef6ac71d +0 -0
- data/test/dummy/tmp/cache/assets/CF6/9E0/sprockets%2Ff3c0e6e191993ce3d97cb35929d18197 +0 -0
- data/test/dummy/tmp/cache/assets/CF8/E20/sprockets%2F04404b5427d0fa1409084aa2e7c3cbd8 +0 -0
- data/test/dummy/tmp/cache/assets/CFA/F90/sprockets%2F9963d85bcc2128785c833cb6b549c7f9 +0 -0
- data/test/dummy/tmp/cache/assets/CFA/FF0/sprockets%2Fa6545f61c7de6879eb67484098a462cf +0 -0
- data/test/dummy/tmp/cache/assets/CFC/350/sprockets%2Fb5801d1da3bbb5345b61cc825306f825 +0 -0
- data/test/dummy/tmp/cache/assets/CFC/630/sprockets%2F432f958a494fd38f3f37b89567ae307f +0 -0
- data/test/dummy/tmp/cache/assets/CFD/270/sprockets%2Fc745cd989d73367f34afec4c47897117 +0 -0
- data/test/dummy/tmp/cache/assets/CFD/710/sprockets%2Fbc0c3a445b706b06a105e27283c7c86d +0 -0
- data/test/dummy/tmp/cache/assets/CFD/B60/sprockets%2Ff12843c2e0032ed43f125a7f9b109a2f +0 -0
- data/test/dummy/tmp/cache/assets/CFE/0F0/sprockets%2Fe98895972601a6cc7ab8d9f069a529b9 +0 -0
- data/test/dummy/tmp/cache/assets/D01/560/sprockets%2F04a744ea7118f43a7a27c24bcd642e71 +0 -0
- data/test/dummy/tmp/cache/assets/D01/590/sprockets%2F9bad11726f5d1f504ce12d8033d1f139 +0 -0
- data/test/dummy/tmp/cache/assets/D02/2C0/sprockets%2Fd73b46ed6a762df701e311a74ae11922 +0 -0
- data/test/dummy/tmp/cache/assets/D02/640/sprockets%2F6d5e6c58fd5f03e2085101ef10e6f001 +0 -0
- data/test/dummy/tmp/cache/assets/D02/E40/sprockets%2Fa9cebd54c414f85c03f7b3139f035210 +0 -0
- data/test/dummy/tmp/cache/assets/D06/F80/sprockets%2F2afddf336526f2108d7556508cd0b31d +0 -0
- data/test/dummy/tmp/cache/assets/D08/4D0/sprockets%2Fa160637ce029d8b0e13d612cb97a69e3 +0 -0
- data/test/dummy/tmp/cache/assets/D08/5C0/sprockets%2F550ad52ac67d961c444d3757a8d211eb +0 -0
- data/test/dummy/tmp/cache/assets/D08/760/sprockets%2F2473104fe4e449cf4bfe83b52d402a72 +0 -0
- data/test/dummy/tmp/cache/assets/D09/130/sprockets%2F4f3f2b2d7797011422ca58b088dfc4c1 +0 -0
- data/test/dummy/tmp/cache/assets/D09/190/sprockets%2F71fe58d509e365a1f075f06fa02e2b24 +0 -0
- data/test/dummy/tmp/cache/assets/D0A/690/sprockets%2F8bb7894de97fb8480d98129f5c65794c +0 -0
- data/test/dummy/tmp/cache/assets/D0B/9F0/sprockets%2F61079c4cb9b1cb5694950218aeb01ed8 +0 -0
- data/test/dummy/tmp/cache/assets/D0C/F90/sprockets%2Fc835c94f6e5d2507b7d5108bbf33d150 +0 -0
- data/test/dummy/tmp/cache/assets/D0D/500/sprockets%2Fe9df7097196f12161bd1e81c2c5e0a18 +0 -0
- data/test/dummy/tmp/cache/assets/D0D/800/sprockets%2Fca77562e78d1945a2ba47c257074be1b +0 -0
- data/test/dummy/tmp/cache/assets/D0D/B90/sprockets%2Fa948d9c1d5112b935641e39e5adad406 +0 -0
- data/test/dummy/tmp/cache/assets/D0D/EC0/sprockets%2F78e6ad15884b3128b31b2b33c9dc5d28 +0 -0
- data/test/dummy/tmp/cache/assets/D0E/970/sprockets%2Ff4346553df4bcb0293ec44436ceb7445 +0 -0
- data/test/dummy/tmp/cache/assets/D0E/C50/sprockets%2F3857156331637ee1fbac0d2ee6c077e5 +0 -0
- data/test/dummy/tmp/cache/assets/D0F/E60/sprockets%2F1e18f8d3084d0d11e871c43c9923da9b +0 -0
- data/test/dummy/tmp/cache/assets/D11/480/sprockets%2F9abb3f39da45da15e51996a03d458625 +0 -0
- data/test/dummy/tmp/cache/assets/D11/500/sprockets%2F3639b6f984cae1c94702d1ad2306ed66 +0 -0
- data/test/dummy/tmp/cache/assets/D11/570/sprockets%2Fb05e6530b69847a4b5064ab78bc83d8c +0 -0
- data/test/dummy/tmp/cache/assets/D11/A30/sprockets%2Ff8e47f36b1ab958267a330d882baa129 +0 -0
- data/test/dummy/tmp/cache/assets/D13/050/sprockets%2Fbabf84b54e50b709867265a852f49ac0 +0 -0
- data/test/dummy/tmp/cache/assets/D13/070/sprockets%2F0ccc67084360d9b43ce3737427fd2c9e +0 -0
- data/test/dummy/tmp/cache/assets/D13/120/sprockets%2Fd2e5b5a7e1b3071528d6e58ab79f5426 +0 -0
- data/test/dummy/tmp/cache/assets/D13/270/sprockets%2Fce909c16cf3808c14f5c28b95006ee43 +0 -0
- data/test/dummy/tmp/cache/assets/D13/B90/sprockets%2F805ac5f993e6cab507a8532f5bb40883 +0 -0
- data/test/dummy/tmp/cache/assets/D14/A40/sprockets%2F42754518d7e0ebf48fd64f3d387d102a +0 -0
- data/test/dummy/tmp/cache/assets/D14/B10/sprockets%2Ff38863f0920a58989fac3b39b01a8ae0 +0 -0
- data/test/dummy/tmp/cache/assets/D15/0B0/sprockets%2Fd5149b844d7a98c07c7ba2a61334ef49 +0 -0
- data/test/dummy/tmp/cache/assets/D15/8F0/sprockets%2F8b0888b329d337e1167e0d25c49ebd2e +0 -0
- data/test/dummy/tmp/cache/assets/D15/CE0/sprockets%2Fdade526d1ef2c411639d80985b8725b5 +0 -0
- data/test/dummy/tmp/cache/assets/D15/E00/sprockets%2F9ee2fbb12247382968b720fbbd35c729 +0 -0
- data/test/dummy/tmp/cache/assets/D15/EC0/sprockets%2F6d0bde1aa84292c30b1003ac230fb254 +0 -0
- data/test/dummy/tmp/cache/assets/D16/920/sprockets%2F7f5b385e40fd83a24f148722b9a4b65f +0 -0
- data/test/dummy/tmp/cache/assets/D16/B40/sprockets%2Fc1e0e33847ba7d65fb40fd674544485e +0 -0
- data/test/dummy/tmp/cache/assets/D16/FE0/sprockets%2F514d67b58770ab16259b9f5c53e5f4ab +0 -0
- data/test/dummy/tmp/cache/assets/D17/220/sprockets%2F97927ed522c7f6a7e4f184b0c084a6a4 +0 -0
- data/test/dummy/tmp/cache/assets/D17/8C0/sprockets%2Fdff966f193f4c8026a3ae110287737dd +0 -0
- data/test/dummy/tmp/cache/assets/D18/A30/sprockets%2F901a1bfb87fa6d5563e7e55632f6b375 +0 -0
- data/test/dummy/tmp/cache/assets/D18/FB0/sprockets%2F948c078adb346c2b9e3e4e794d054d60 +0 -0
- data/test/dummy/tmp/cache/assets/D19/CB0/sprockets%2Fcac38332595f72fe9156b55d1f55c92b +0 -0
- data/test/dummy/tmp/cache/assets/D1A/B60/sprockets%2Fdcf768d806243bfa34e6ef20902795f3 +0 -0
- data/test/dummy/tmp/cache/assets/D1B/350/sprockets%2F383e9fa9d5a7d053391b3fbe5c167863 +0 -0
- data/test/dummy/tmp/cache/assets/D1B/660/sprockets%2Fdd39ad391b6e318822eb3779cb465f36 +0 -0
- data/test/dummy/tmp/cache/assets/D1C/F40/sprockets%2F0d33b8f2d9fb681d65c0926364c5f7c8 +0 -0
- data/test/dummy/tmp/cache/assets/D1D/220/sprockets%2F847c4b2bf7db2f731f17556fa2f67809 +0 -0
- data/test/dummy/tmp/cache/assets/D1F/150/sprockets%2Fa123aa32899798a9f2f1f046fe76bc94 +0 -0
- data/test/dummy/tmp/cache/assets/D1F/990/sprockets%2F0229af100a7137b13cb36acf7c1843ba +0 -0
- data/test/dummy/tmp/cache/assets/D1F/DE0/sprockets%2Fc489f1afba2df21817e4a999496c0943 +0 -0
- data/test/dummy/tmp/cache/assets/D23/CF0/sprockets%2F0e77db800c24be23b153dead25322b26 +0 -0
- data/test/dummy/tmp/cache/assets/D23/EA0/sprockets%2F5c4b2f6109d6f098b259bc2736f94e9f +0 -0
- data/test/dummy/tmp/cache/assets/D25/300/sprockets%2Fc1788b2da83f9a01e957d9d74497f0c6 +0 -0
- data/test/dummy/tmp/cache/assets/D25/4A0/sprockets%2F6da119011fd1c4afc2c8cec032692151 +0 -0
- data/test/dummy/tmp/cache/assets/D26/530/sprockets%2F818dd91d72b47a76578e1789fe7ad0d2 +0 -0
- data/test/dummy/tmp/cache/assets/D27/940/sprockets%2F7765f5936c6eee1166f57e0f883cb17b +0 -0
- data/test/dummy/tmp/cache/assets/D28/9F0/sprockets%2Fa19ac5ae78c7137516a5799609fdf69e +0 -0
- data/test/dummy/tmp/cache/assets/D29/730/sprockets%2Fe4c91c7a22fb37e3037a2e0b77ec1102 +0 -0
- data/test/dummy/tmp/cache/assets/D2A/E60/sprockets%2F7025f1229a2a1d7ea814efad0473d05b +0 -0
- data/test/dummy/tmp/cache/assets/D2B/4C0/sprockets%2Feb44438184c4b3c490f4b0b127dba24c +0 -0
- data/test/dummy/tmp/cache/assets/D2B/F50/sprockets%2Fe26eda13a54cd6200413fd8245a5e36b +0 -0
- data/test/dummy/tmp/cache/assets/D2C/B30/sprockets%2F17ffe8089e75f2a8f32f36fd6554a793 +0 -0
- data/test/dummy/tmp/cache/assets/D2D/3B0/sprockets%2Fa138b75a5452409b2eba70a3248fcc1f +0 -0
- data/test/dummy/tmp/cache/assets/D2D/460/sprockets%2F331b76daab2794678cd6a5e42e010ab1 +0 -0
- data/test/dummy/tmp/cache/assets/D2E/810/sprockets%2Fb1855e47730873ec79f8ff3ad792c79b +0 -0
- data/test/dummy/tmp/cache/assets/D2E/AE0/sprockets%2F320b52115ecb6998f00abf7ad00e26c8 +0 -0
- data/test/dummy/tmp/cache/assets/D30/110/sprockets%2Fb0040b0738cb8a55272b28f641fffcd1 +0 -0
- data/test/dummy/tmp/cache/assets/D31/780/sprockets%2F56108beeaa03b0831f1cbf8a269817c3 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A00/sprockets%2Fe0f2020ee5e383f19c42f0a00566fd7c +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D34/3D0/sprockets%2F119d40a8f2a43038578ff0f6b0da4d2d +0 -0
- data/test/dummy/tmp/cache/assets/D34/5C0/sprockets%2F904c9b8fddca30f8ac0061367513f2d2 +0 -0
- data/test/dummy/tmp/cache/assets/D34/800/sprockets%2F9b41851c5133ffabbc40861ba79527ba +0 -0
- data/test/dummy/tmp/cache/assets/D36/340/sprockets%2Ff0143d2bc0f90ea4d33b6597c592e2c4 +0 -0
- data/test/dummy/tmp/cache/assets/D36/DD0/sprockets%2F33ca018764d31fbf5187366aaea616eb +0 -0
- data/test/dummy/tmp/cache/assets/D37/480/sprockets%2F101629fc7aaf58f0f21aa7f976d2b313 +0 -0
- data/test/dummy/tmp/cache/assets/D37/7A0/sprockets%2Fe81d470a3d42215c3de7739ecf23db42 +0 -0
- data/test/dummy/tmp/cache/assets/D37/960/sprockets%2F61a6af3eff42bab11629ba9610a61898 +0 -0
- data/test/dummy/tmp/cache/assets/D37/A30/sprockets%2F97e5740333f81b8bebf5b0b1abd93305 +0 -0
- data/test/dummy/tmp/cache/assets/D38/4D0/sprockets%2F9ba117f1b040c2a45bd5848474eed7a7 +0 -0
- data/test/dummy/tmp/cache/assets/D38/540/sprockets%2F86e1ad844bc9df4491a2a52b870421db +0 -0
- data/test/dummy/tmp/cache/assets/D38/8A0/sprockets%2F1f1e7f16400f3c4b814ec9b254bb5f83 +0 -0
- data/test/dummy/tmp/cache/assets/D38/8F0/sprockets%2F1c4d30cdafd61299103b235af5e958b7 +0 -0
- data/test/dummy/tmp/cache/assets/D38/9D0/sprockets%2F5bd3c62f2076b688ba1a8bee052e4364 +0 -0
- data/test/dummy/tmp/cache/assets/D39/6C0/sprockets%2F21f41594eb00f4477d6beb038a2f6bd7 +0 -0
- data/test/dummy/tmp/cache/assets/D39/940/sprockets%2F07b30d0d5f5480b06e7a5d9540fae9a7 +0 -0
- data/test/dummy/tmp/cache/assets/D39/B40/sprockets%2Fad8f11451a28c67435bc69c7c303b4ee +0 -0
- data/test/dummy/tmp/cache/assets/D3A/9D0/sprockets%2Fb4c4d44120bb4654e97cf9b2900c6eb7 +0 -0
- data/test/dummy/tmp/cache/assets/D3B/9D0/sprockets%2Fbe23efc42b103a6190e6b77e0aa86888 +0 -0
- data/test/dummy/tmp/cache/assets/D3B/A50/sprockets%2F7cd55ad8b822b0e5f860da7e6c804321 +0 -0
- data/test/dummy/tmp/cache/assets/D3C/840/sprockets%2F2cc9f2f6f2813d2734d152eb0d3a27f9 +0 -0
- data/test/dummy/tmp/cache/assets/D3C/960/sprockets%2F64bc8df36b55c0af96b209630ff22f41 +0 -0
- data/test/dummy/tmp/cache/assets/D3D/1A0/sprockets%2F4d98b3e2964a665d090dc05ceb26f04b +0 -0
- data/test/dummy/tmp/cache/assets/D3D/830/sprockets%2Fe0cddff2df836c4a507c3c7889101702 +0 -0
- data/test/dummy/tmp/cache/assets/D3E/BA0/sprockets%2Ff61844e1ee3a7d1425bdc3c524b9864c +0 -0
- data/test/dummy/tmp/cache/assets/D3F/730/sprockets%2F42e5b389fd468b620820e30feba48a4f +0 -0
- data/test/dummy/tmp/cache/assets/D3F/D60/sprockets%2Fc4be91aa2c15835ee9463297d1d1cf63 +0 -0
- data/test/dummy/tmp/cache/assets/D40/2F0/sprockets%2F4e62f80b61f6ba86e7e4422d55192acd +0 -0
- data/test/dummy/tmp/cache/assets/D40/450/sprockets%2Fbb52e6c1d4033d98782eb3e6953ea13f +0 -0
- data/test/dummy/tmp/cache/assets/D40/A70/sprockets%2F9fc97e7cb3f02054434fc6d5b92560aa +0 -0
- data/test/dummy/tmp/cache/assets/D41/560/sprockets%2F80dacf68f8f4c072cc8e2600993124ea +0 -0
- data/test/dummy/tmp/cache/assets/D41/650/sprockets%2F6e9c347ae1b83e9f48b7a13e0fe50630 +0 -0
- data/test/dummy/tmp/cache/assets/D42/370/sprockets%2F6cc76bba170617de617563a983fb82bd +0 -0
- data/test/dummy/tmp/cache/assets/D43/3D0/sprockets%2F8ada471f7421754fee5fbf924129fc02 +0 -0
- data/test/dummy/tmp/cache/assets/D43/7C0/sprockets%2F8e5114ada2934ee254f7ece612c9d249 +0 -0
- data/test/dummy/tmp/cache/assets/D43/950/sprockets%2F4daa403e1633b51ae8a13cb1334ec00a +0 -0
- data/test/dummy/tmp/cache/assets/D43/E00/sprockets%2Fc4c5ff4471dfaa6231dc699271f5406f +0 -0
- data/test/dummy/tmp/cache/assets/D44/0A0/sprockets%2Fa6f7ddb2d883616fd31562ff0f4c5173 +0 -0
- data/test/dummy/tmp/cache/assets/D44/E90/sprockets%2F1216c14a8fb1c0c982e86dd6c8ef9425 +0 -0
- data/test/dummy/tmp/cache/assets/D45/580/sprockets%2F7c3eeca57727e72e6b272c1c836cd049 +0 -0
- data/test/dummy/tmp/cache/assets/D46/6E0/sprockets%2Fbd1d8ec68a8962ff1832082bc158ee33 +0 -0
- data/test/dummy/tmp/cache/assets/D46/8E0/sprockets%2Fb35bf69c999ecf20641b357ad13a819c +0 -0
- data/test/dummy/tmp/cache/assets/D48/470/sprockets%2F5031e9bffd9c3b316bfb718e8e925444 +0 -0
- data/test/dummy/tmp/cache/assets/D48/640/sprockets%2F9f4f18d910b678b1d0777e04cdaf6f24 +0 -0
- data/test/dummy/tmp/cache/assets/D49/BB0/sprockets%2F7b540757fd5b74d7e28cf951f402a6fa +0 -0
- data/test/dummy/tmp/cache/assets/D4A/050/sprockets%2F624bb566309f6ab88f4eebd1a76f5167 +0 -0
- data/test/dummy/tmp/cache/assets/D4A/590/sprockets%2F83b19be32a99cbc53d6b1593ff59573a +0 -0
- data/test/dummy/tmp/cache/assets/D4A/F90/sprockets%2Fcf6b86c748033f0a17b7cc831c6d58f9 +0 -0
- data/test/dummy/tmp/cache/assets/D4B/1D0/sprockets%2F0769c4e1883fbee89ccfa684319051bb +0 -0
- data/test/dummy/tmp/cache/assets/D4C/100/sprockets%2Ff6ad0962972e10a956e6a85dd7c358db +0 -0
- data/test/dummy/tmp/cache/assets/D4D/DF0/sprockets%2Feb951b6de7e9a824c622816c85473cde +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/B80/sprockets%2F12b0ea98f9192449e82d8ae7d185dbd6 +0 -0
- data/test/dummy/tmp/cache/assets/D4F/1F0/sprockets%2F2824f2530a0ac36c117a2afcac736a6a +0 -0
- data/test/dummy/tmp/cache/assets/D50/3C0/sprockets%2F178a6e5098feedc2b5ae759413b77d83 +0 -0
- data/test/dummy/tmp/cache/assets/D50/D70/sprockets%2F13297c9f3a654ebe511fc93c9c7d974c +0 -0
- data/test/dummy/tmp/cache/assets/D52/B60/sprockets%2Ff845b7f41c8cb98d13b90964a92e9e2c +0 -0
- data/test/dummy/tmp/cache/assets/D53/120/sprockets%2F6bfa5aab9fb0247002900e73cc2eb206 +0 -0
- data/test/dummy/tmp/cache/assets/D54/C50/sprockets%2F011c250cecb491f0716c2d35db11d5ef +0 -0
- data/test/dummy/tmp/cache/assets/D55/CF0/sprockets%2F7d7fe3b68cb317492f290a6f57b2f79f +0 -0
- data/test/dummy/tmp/cache/assets/D56/060/sprockets%2F3cc85144bd659faafd4ba12514a04a41 +0 -0
- data/test/dummy/tmp/cache/assets/D56/8B0/sprockets%2Fd07237e557b67cf8dc3d7f9993fad027 +0 -0
- data/test/dummy/tmp/cache/assets/D58/030/sprockets%2F20c195c0206544ad0039cc7eaddff13d +0 -0
- data/test/dummy/tmp/cache/assets/D58/3E0/sprockets%2Fc24b0c6ca152dc28e8d957a036d10bc1 +0 -0
- data/test/dummy/tmp/cache/assets/D58/D30/sprockets%2Ff15a54b9f439372e8f8b4a68778c5eea +0 -0
- data/test/dummy/tmp/cache/assets/D59/D70/sprockets%2Fed9f0de1b65ae8d7ef89087c83728461 +0 -0
- data/test/dummy/tmp/cache/assets/D59/F60/sprockets%2Fa60b09ec201afe4006f5363c33d76eac +0 -0
- data/test/dummy/tmp/cache/assets/D59/FD0/sprockets%2Ff3ed2c82c99fe2e39994837f0aa8346d +0 -0
- data/test/dummy/tmp/cache/assets/D5A/DA0/sprockets%2Fd1c25b1bd44d0def57ce592c912100f1 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/E70/sprockets%2F206e1e7e85af42e0d1eeb0b061028fd2 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D5C/DD0/sprockets%2Feec24d1953ff13e02858b0aac10a076e +0 -0
- data/test/dummy/tmp/cache/assets/D5D/1A0/sprockets%2Faa06db4710c1a4b247d56b385daec719 +0 -0
- data/test/dummy/tmp/cache/assets/D5D/990/sprockets%2F51fcb2d63f0aa308af357e3127eac616 +0 -0
- data/test/dummy/tmp/cache/assets/D5D/CE0/sprockets%2Fc30fd9a32d15a079b2b0cb99865bab20 +0 -0
- data/test/dummy/tmp/cache/assets/D5E/B80/sprockets%2Fe625810245c919dc11b09d0fe0fbfb2a +0 -0
- data/test/dummy/tmp/cache/assets/D5E/F20/sprockets%2F752a76745e38ed8f3aee8bd996a9b366 +0 -0
- data/test/dummy/tmp/cache/assets/D60/C60/sprockets%2Fdb27de9df2ccd7874c6798689219b17e +0 -0
- data/test/dummy/tmp/cache/assets/D60/CC0/sprockets%2F94b21cc1744250cb2ddcb8d8c80e813a +0 -0
- data/test/dummy/tmp/cache/assets/D61/A70/sprockets%2Fddd9348f4a2f2224a3f214a7d5ea12f3 +0 -0
- data/test/dummy/tmp/cache/assets/D61/EA0/sprockets%2F1bf460ff6016c9a0300ef911b4dd96db +0 -0
- data/test/dummy/tmp/cache/assets/D62/DB0/sprockets%2Fda35aee549e43a36049ab2ac3e27713d +0 -0
- data/test/dummy/tmp/cache/assets/D63/110/sprockets%2F9d0225436ad44c81b4c2c54e1ffd8bb2 +0 -0
- data/test/dummy/tmp/cache/assets/D63/420/sprockets%2F5d1b25fd4631fd4b6077fd6c4aac1155 +0 -0
- data/test/dummy/tmp/cache/assets/D63/8B0/sprockets%2Ffd68b2a5725a037c42c2aefe4417ec05 +0 -0
- data/test/dummy/tmp/cache/assets/D64/FC0/sprockets%2F949311ddda0a051ffab848db9b50a591 +0 -0
- data/test/dummy/tmp/cache/assets/D65/560/sprockets%2F33385b9c98a3a1cb3b45e330ced1dc75 +0 -0
- data/test/dummy/tmp/cache/assets/D66/750/sprockets%2Fd4153ec333cf53abf1c7abd718c02689 +0 -0
- data/test/dummy/tmp/cache/assets/D67/270/sprockets%2F2bd6d8a7baa62843bcc05e5d2239256f +0 -0
- data/test/dummy/tmp/cache/assets/D68/3B0/sprockets%2Fe0ac076b844e6c350abc027feb685e91 +0 -0
- data/test/dummy/tmp/cache/assets/D68/870/sprockets%2F7a92d35590718f3fb11c95add4a5bb3a +0 -0
- data/test/dummy/tmp/cache/assets/D68/980/sprockets%2F63eabb497ea33b281c722fc7b12f95d1 +0 -0
- data/test/dummy/tmp/cache/assets/D68/DE0/sprockets%2F7d630ecce0c227377a609deed09a332e +0 -0
- data/test/dummy/tmp/cache/assets/D69/570/sprockets%2Ff54291dc566dc2a25ccd0d55a6e8209b +0 -0
- data/test/dummy/tmp/cache/assets/D69/900/sprockets%2Ff0a07be0d41e5cb998f70020effb8048 +0 -0
- data/test/dummy/tmp/cache/assets/D6A/000/sprockets%2Fbb7461dd924cbd860e8cae2a0e921079 +0 -0
- data/test/dummy/tmp/cache/assets/D6A/110/sprockets%2Fb93ff472ebb3773cd9b412fbb47c2502 +0 -0
- data/test/dummy/tmp/cache/assets/D6A/2F0/sprockets%2Fffe90709b05c7ac131463faada7d4395 +0 -0
- data/test/dummy/tmp/cache/assets/D6B/010/sprockets%2Fde174944909ea6c90acc19a0ab576dd0 +0 -0
- data/test/dummy/tmp/cache/assets/D6B/ED0/sprockets%2F95316224abccb0d08782d77dda95abc8 +0 -0
- data/test/dummy/tmp/cache/assets/D6C/AC0/sprockets%2F97aac3f84c8a14d18caa957ed41613e1 +0 -0
- data/test/dummy/tmp/cache/assets/D6E/F90/sprockets%2F543aa025557a09fe4e19aed7b77b0ee7 +0 -0
- data/test/dummy/tmp/cache/assets/D6F/5B0/sprockets%2Fc0a3a580c584caaa292d939c2d999b2f +0 -0
- data/test/dummy/tmp/cache/assets/D6F/AA0/sprockets%2F6ba461f33c45ba3ca198cb5f177d49d7 +0 -0
- data/test/dummy/tmp/cache/assets/D70/1D0/sprockets%2F1920e0a4ad06e9d71d89f3cecd56084e +0 -0
- data/test/dummy/tmp/cache/assets/D70/620/sprockets%2Fb7a0b3fec35d697aaa981766c325d9b1 +0 -0
- data/test/dummy/tmp/cache/assets/D70/880/sprockets%2F3ff7edf6019d5b55c68c1f43d7b6100d +0 -0
- data/test/dummy/tmp/cache/assets/D70/B80/sprockets%2Ff66eaed3de611551ae84d6e34b04d495 +0 -0
- data/test/dummy/tmp/cache/assets/D71/760/sprockets%2Fc64381994a923ace4c5e2e5c178ba4fa +0 -0
- data/test/dummy/tmp/cache/assets/D72/3D0/sprockets%2F923ba252f3fd65b366e437c6ddbd278b +0 -0
- data/test/dummy/tmp/cache/assets/D72/E60/sprockets%2F22cd61e47198a268f3be5aebf3534cd8 +0 -0
- data/test/dummy/tmp/cache/assets/D73/020/sprockets%2F2e306d7c72e689d14fadcf72dc7327c1 +0 -0
- data/test/dummy/tmp/cache/assets/D73/9B0/sprockets%2Ff8a186d6bf7a3faad8829b9aa1881006 +0 -0
- data/test/dummy/tmp/cache/assets/D73/A90/sprockets%2F887d5caf9ac104401916ca75fcff08a8 +0 -0
- data/test/dummy/tmp/cache/assets/D74/960/sprockets%2F493fabdec98fe58d0c36db7821521a63 +0 -0
- data/test/dummy/tmp/cache/assets/D75/460/sprockets%2F8cd8795055b081fd1be3e7fa2785dca2 +0 -0
- data/test/dummy/tmp/cache/assets/D75/510/sprockets%2Fb4491f28776c3b33b589fcb590aedc2c +0 -0
- data/test/dummy/tmp/cache/assets/D75/600/sprockets%2F2afafb282ed0628408f76753fbc9df51 +0 -0
- data/test/dummy/tmp/cache/assets/D75/840/sprockets%2F9937d516ad47438fccb8f0815fe2ab3a +0 -0
- data/test/dummy/tmp/cache/assets/D76/CF0/sprockets%2F7ec2368edb7eb22a3fd702a4272e9e89 +0 -0
- data/test/dummy/tmp/cache/assets/D77/440/sprockets%2F938ff041ac8b9346fa3d51cffd0675b7 +0 -0
- data/test/dummy/tmp/cache/assets/D77/580/sprockets%2Fa8dd3ed803c736f6995bf1543d0d8be1 +0 -0
- data/test/dummy/tmp/cache/assets/D77/720/sprockets%2Fffe40f92385ceb1311ae53d77f948ad5 +0 -0
- data/test/dummy/tmp/cache/assets/D77/C50/sprockets%2F0d3dac59d5038274467ffb8dbfd5924b +0 -0
- data/test/dummy/tmp/cache/assets/D78/100/sprockets%2F0f618f82a476ad93a8c199c9c6bbfa50 +0 -0
- data/test/dummy/tmp/cache/assets/D78/490/sprockets%2Fe2986e19baeda4ad61a7999a44303e8c +0 -0
- data/test/dummy/tmp/cache/assets/D78/5E0/sprockets%2Fd8e4db6d4b7de69d0d28f4a627124f81 +0 -0
- data/test/dummy/tmp/cache/assets/D78/C40/sprockets%2F95d8ee0f10fcadca3927427c3990b99a +0 -0
- data/test/dummy/tmp/cache/assets/D79/440/sprockets%2Fabd1b8188900ee5afcef4a486673855d +0 -0
- data/test/dummy/tmp/cache/assets/D79/750/sprockets%2F624cecec55d5d244b8b935f06e57b4e8 +0 -0
- data/test/dummy/tmp/cache/assets/D79/BD0/sprockets%2Fa28334562f4a5947f684bdcfefe2b65a +0 -0
- data/test/dummy/tmp/cache/assets/D7B/470/sprockets%2F4628828d5fded2770f9d4541cacc0f9c +0 -0
- data/test/dummy/tmp/cache/assets/D7B/920/sprockets%2Fda69e29ee3ffe7a2c63781c7d10593d3 +0 -0
- data/test/dummy/tmp/cache/assets/D7C/510/sprockets%2F779ca358c6e034a723cbeca985fb84d7 +0 -0
- data/test/dummy/tmp/cache/assets/D7C/B80/sprockets%2Fe00c543f5cfb7825e52c7bf6d299cf38 +0 -0
- data/test/dummy/tmp/cache/assets/D7C/D80/sprockets%2F9dcd822bf5be7ee30d14c04a96785b99 +0 -0
- data/test/dummy/tmp/cache/assets/D7C/F50/sprockets%2Fc3ac208cec41908ff3393197ccd789ee +0 -0
- data/test/dummy/tmp/cache/assets/D7E/600/sprockets%2F73cfa96224daea00c732aebb0413f12b +0 -0
- data/test/dummy/tmp/cache/assets/D7E/CE0/sprockets%2F480dd37fe4cf71f649a5186d5c29dfc2 +0 -0
- data/test/dummy/tmp/cache/assets/D7F/660/sprockets%2Fe856b8fe72d371ddcb9a6d961317f36c +0 -0
- data/test/dummy/tmp/cache/assets/D80/310/sprockets%2Fd20319d8ef9238666d8dead0ccd6675f +0 -0
- data/test/dummy/tmp/cache/assets/D80/550/sprockets%2F9f26fe839674331ce8ba44ee79edc0a4 +0 -0
- data/test/dummy/tmp/cache/assets/D80/CD0/sprockets%2Fe77d6be07ff62e4fc47e35d4c04d8853 +0 -0
- data/test/dummy/tmp/cache/assets/D80/ED0/sprockets%2F0a56cc02f4f6620064b5dbb91bfa20bb +0 -0
- data/test/dummy/tmp/cache/assets/D81/DD0/sprockets%2Ffffebdff398ef962880d3810b514082f +0 -0
- data/test/dummy/tmp/cache/assets/D82/540/sprockets%2F850ad4b014aea40e7abeed224d30763b +0 -0
- data/test/dummy/tmp/cache/assets/D84/550/sprockets%2Fbc1fc79d543f504d2e8581ce6ee68d78 +0 -0
- data/test/dummy/tmp/cache/assets/D86/330/sprockets%2Fe262ff5799f085cfc9f3c0f9ad090c67 +13 -0
- data/test/dummy/tmp/cache/assets/D87/1F0/sprockets%2F96766fecddb0ec4f87238167d9b7ae90 +0 -0
- data/test/dummy/tmp/cache/assets/D89/790/sprockets%2Fc28cac5b0fbe00ee48e7b0616b34123e +0 -0
- data/test/dummy/tmp/cache/assets/D89/E50/sprockets%2F5198fa00faf0ae724c5a7b0b0047b4df +0 -0
- data/test/dummy/tmp/cache/assets/D8A/160/sprockets%2F3c99b6f39fd9f6a31444944e6fbbfe29 +0 -0
- data/test/dummy/tmp/cache/assets/D8D/0B0/sprockets%2F4e290aaad51d06a4b3e91f88060cad6c +0 -0
- data/test/dummy/tmp/cache/assets/D8F/440/sprockets%2F47623d312f4ac92cbe27e72fdb4a0aa6 +0 -0
- data/test/dummy/tmp/cache/assets/D91/460/sprockets%2Fb7cf39ef8fd9fd950130e779e4847c6d +0 -0
- data/test/dummy/tmp/cache/assets/D92/9A0/sprockets%2Fd055f103c6d30edb8abebb381d2997c1 +0 -0
- data/test/dummy/tmp/cache/assets/D93/190/sprockets%2F4c3c82c0fe91f855df82401f121bdaae +0 -0
- data/test/dummy/tmp/cache/assets/D93/1C0/sprockets%2Ff23b5794b0f2c371a40e4ffaae246cb7 +0 -0
- data/test/dummy/tmp/cache/assets/D93/4C0/sprockets%2F857ecd2092cee11f740b3cf2e373ad2a +0 -0
- data/test/dummy/tmp/cache/assets/D96/5C0/sprockets%2Fec17fb2aa35590948ecdfab12265cd43 +0 -0
- data/test/dummy/tmp/cache/assets/D96/5E0/sprockets%2F8ab3acca6a547a8f9521fbc1e76b1129 +0 -0
- data/test/dummy/tmp/cache/assets/D97/950/sprockets%2Fb599ecabbba5b1bb1c025092990966de +0 -0
- data/test/dummy/tmp/cache/assets/D97/BF0/sprockets%2F09df11e5a1e8a6ac6ba8c2ab6f692615 +0 -0
- data/test/dummy/tmp/cache/assets/D98/230/sprockets%2F1ade5eb764fe2cd76faa1241d12259f6 +0 -0
- data/test/dummy/tmp/cache/assets/D98/CD0/sprockets%2Fcafa6a24ecba1f5c899188701d0084dc +0 -0
- data/test/dummy/tmp/cache/assets/D99/390/sprockets%2F68e0acf8be26200d58dcf4edc1c70329 +0 -0
- data/test/dummy/tmp/cache/assets/{DA1/930/sprockets%2F8e0da9449a5212b1faede8db894814ae → D99/8B0/sprockets%2F751a6a4f71b2d265b1a2ba69fe74da9e} +0 -0
- data/test/dummy/tmp/cache/assets/D99/D70/sprockets%2Ff9bd12f1c79a65cab71c8864b2bb7c02 +0 -0
- data/test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b +0 -0
- data/test/dummy/tmp/cache/assets/D9C/F00/sprockets%2F3e977aee4ddade1c0c397ac4414862d1 +0 -0
- data/test/dummy/tmp/cache/assets/D9C/FC0/sprockets%2F4bb5a2a65c16b0ef27fec77491d1da88 +0 -0
- data/test/dummy/tmp/cache/assets/D9D/AB0/sprockets%2F3a6af815e06da817837c0867e1dbdcad +0 -0
- data/test/dummy/tmp/cache/assets/D9E/3D0/sprockets%2F9e1c6c638a039a1bc71fb3f098ffc0e4 +0 -0
- data/test/dummy/tmp/cache/assets/D9E/8A0/sprockets%2F0a7eeed4a8f1f8254832ab05ebc45f84 +0 -0
- data/test/dummy/tmp/cache/assets/D9F/870/sprockets%2F0ba85295bee19d33738bdd5b0e6ac77c +0 -0
- data/test/dummy/tmp/cache/assets/D9F/EA0/sprockets%2F33a453bf9407af39d63d34bffa5b6c6d +0 -0
- data/test/dummy/tmp/cache/assets/DA0/5B0/sprockets%2Fcb59af26c8dbd9e32b43bc1f628884a0 +0 -0
- data/test/dummy/tmp/cache/assets/DA0/D10/sprockets%2Ff3ea93c25f1ee82c0d968ccc1e542b37 +0 -0
- data/test/dummy/tmp/cache/assets/DA1/270/sprockets%2F2f1f73349032e4ef6bffeb3b6164dd9a +0 -0
- data/test/dummy/tmp/cache/assets/DA1/440/sprockets%2Fabefcd66d26e6dc045535ddf32c08297 +0 -0
- data/test/dummy/tmp/cache/assets/DA1/C50/sprockets%2F6871442f272dc32ae3f5da27dfcfb7f4 +0 -0
- data/test/dummy/tmp/cache/assets/DA2/900/sprockets%2F253fd4c683d31b6ae7d2ec8db9b5c509 +0 -0
- data/test/dummy/tmp/cache/assets/DA3/AF0/sprockets%2F669d9e6e618b3cb21db4063b5eaaf87c +0 -0
- data/test/dummy/tmp/cache/assets/DA4/100/sprockets%2F10c9ed07a7c83a5f8f2fa5827a6c3eb8 +0 -0
- data/test/dummy/tmp/cache/assets/DA5/F50/sprockets%2F6e5e9448aeecbd1a4e242fd346a5d829 +0 -0
- data/test/dummy/tmp/cache/assets/DA6/450/sprockets%2Fddd8a39e9f078ac33133bb71e5365fef +0 -0
- data/test/dummy/tmp/cache/assets/DA7/120/sprockets%2F1bf2a915b5c9ee1fd36c85f5276fe04f +0 -0
- data/test/dummy/tmp/cache/assets/DA9/3A0/sprockets%2F6a93e60a4af9dde11c88ce1f1f5f0698 +0 -0
- data/test/dummy/tmp/cache/assets/DA9/910/sprockets%2Fbb959ba602ab7943a96debe1558da88e +0 -0
- data/test/dummy/tmp/cache/assets/DAA/8E0/sprockets%2Fb59cb9365c263e17d8e9cc72b2f1e8ea +0 -0
- data/test/dummy/tmp/cache/assets/DAA/A50/sprockets%2F8cfa87b2646897bd65abdc6f4a23df51 +0 -0
- data/test/dummy/tmp/cache/assets/DAA/C50/sprockets%2F990e0def657f2f38f0f46ea25c3aa67e +0 -0
- data/test/dummy/tmp/cache/assets/DAC/390/sprockets%2F692b14ff6d597b82d7cb9b7671ddbf0a +0 -0
- data/test/dummy/tmp/cache/assets/DAD/150/sprockets%2F7510e84f786ad386efd0ac4ecf963dc4 +0 -0
- data/test/dummy/tmp/cache/assets/DAD/B00/sprockets%2Fc50f0bb43f1be82d46b3dbaed700d002 +0 -0
- data/test/dummy/tmp/cache/assets/DAF/6A0/sprockets%2Fa10a9fb17fdd3c30a048cfa112fdb441 +0 -0
- data/test/dummy/tmp/cache/assets/DB0/FB0/sprockets%2F7b977859d2c94edcaddb62b75e2a098b +0 -0
- data/test/dummy/tmp/cache/assets/DB4/580/sprockets%2F73cfb0d516a66b01deb0d0c098dfb0d0 +0 -0
- data/test/dummy/tmp/cache/assets/DBE/6D0/sprockets%2Fe6f798b88c87fe64a4e40ead8ad85d37 +0 -0
- data/test/dummy/tmp/cache/assets/DBE/F60/sprockets%2Ff389a1ce4db9c7c6ae03ac1f312fa232 +0 -0
- data/test/dummy/tmp/cache/assets/DBF/D70/sprockets%2F0fb312a776d39a42a8c6cb8ca0d4eb5b +0 -0
- data/test/dummy/tmp/cache/assets/DC0/D20/sprockets%2F348d1dba39ef8d6e48fd02a201a6eaa1 +0 -0
- data/test/dummy/tmp/cache/assets/DC1/330/sprockets%2F0ca5e4ab25ba6b584b50c681b2e2f8ef +0 -0
- data/test/dummy/tmp/cache/assets/DC3/9A0/sprockets%2F4fca05aadb18e1ce743875b3c0eae763 +0 -0
- data/test/dummy/tmp/cache/assets/DC5/990/sprockets%2Fad178a990d23dd1ac46e0bd930dcf46c +0 -0
- data/test/dummy/tmp/cache/assets/DC9/F10/sprockets%2Fef521f1bf8efce0a0ec6c3e6728b0508 +0 -0
- data/test/dummy/tmp/cache/assets/DCA/1A0/sprockets%2Fa340bbf09a7ea93e47ac5dc7b9bc5436 +0 -0
- data/test/dummy/tmp/cache/assets/DCD/6B0/sprockets%2F05ccaeb7ffede091c1708296eacb9713 +0 -0
- data/test/dummy/tmp/cache/assets/DCF/260/sprockets%2Ffa6048415c7ead7b13579c9cbeb8dae0 +0 -0
- data/test/dummy/tmp/cache/assets/DD4/820/sprockets%2F35a959659ad9dc2de1e0fbe3c13d18fd +0 -0
- data/test/dummy/tmp/cache/assets/DD5/2A0/sprockets%2Fef50b031ac1a0fb2e08a2a6ea3fc08b0 +0 -0
- data/test/dummy/tmp/cache/assets/DD5/610/sprockets%2F9e1ba99824f7731edc3489abbaca5ef1 +0 -0
- data/test/dummy/tmp/cache/assets/DD6/330/sprockets%2F7ca77285ccddf7fdab491480fde7c151 +0 -0
- data/test/dummy/tmp/cache/assets/DD7/B50/sprockets%2F7effa89c4b23ab60109f969a9a66ccbc +0 -0
- data/test/dummy/tmp/cache/assets/DD8/2D0/sprockets%2Fc7f10cddd3a3cdccc64580ca85795f99 +0 -0
- data/test/dummy/tmp/cache/assets/DD9/DE0/sprockets%2Fb966cd2ba3e1b3ff91f8b948ec238e2e +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +31 -0
- data/test/dummy/tmp/cache/assets/DDD/390/sprockets%2F97cde4e909ae99d0bacaaf5483a8b944 +0 -0
- data/test/dummy/tmp/cache/assets/DDE/420/sprockets%2Ffb8b186d5bf0307f86f65fc787d2adeb +0 -0
- data/test/dummy/tmp/cache/assets/DDE/960/sprockets%2Ff3399fed917fb2a6f8ff71d4d1ae21b9 +0 -0
- data/test/dummy/tmp/cache/assets/DDF/B10/sprockets%2F74a9645f5a8bb77187bbb49aac2ef9ef +0 -0
- data/test/dummy/tmp/cache/assets/DE1/B90/sprockets%2Fd1da8c874edf3fa186e5e3f3e29e862e +0 -0
- data/test/dummy/tmp/cache/assets/DE2/FF0/sprockets%2F8f58db6f60a268bbf88249eb2d76ecbe +0 -0
- data/test/dummy/tmp/cache/assets/DE5/C00/sprockets%2Fdd9d56992a0f3fe1cbd8b667ec9d09e6 +0 -0
- data/test/dummy/tmp/cache/assets/DE6/DB0/sprockets%2F267addac8fe023b1a311ddad2e25f71d +0 -0
- data/test/dummy/tmp/cache/assets/DE8/2F0/sprockets%2F96f2a8f5f9405bdef3dd3cfd3ee26699 +0 -0
- data/test/dummy/tmp/cache/assets/DEA/ED0/sprockets%2Fa9ece897c9d32df5d53aed7eb5d38973 +0 -0
- data/test/dummy/tmp/cache/assets/DEE/140/sprockets%2F9e7b9f2cc1e4af0aac3a2c630a6823bf +0 -0
- data/test/dummy/tmp/cache/assets/DEF/170/sprockets%2Fb277fe609cadbad6cda3d5440e17e11b +0 -0
- data/test/dummy/tmp/cache/assets/DF1/390/sprockets%2F6e5c959ef6f318f078e7d4a9f6ff3bfb +0 -0
- data/test/dummy/tmp/cache/assets/DF1/AB0/sprockets%2Fe07c10f91a71dedd69d86ce3ac210aeb +0 -0
- data/test/dummy/tmp/cache/assets/DF1/B20/sprockets%2Fdaf37c0f4b45bd9e7261afd02a1e3b5f +0 -0
- data/test/dummy/tmp/cache/assets/DF3/5D0/sprockets%2Fbded3ce230d39fbb3d0802ef2d7726bd +0 -0
- data/test/dummy/tmp/cache/assets/DF3/E20/sprockets%2F552e130b12fc2abeb75fcafcde9e6471 +0 -0
- data/test/dummy/tmp/cache/assets/DF4/810/sprockets%2F07fbe0ba9e5c035a15e3defdc472b7c5 +0 -0
- data/test/dummy/tmp/cache/assets/DF4/BF0/sprockets%2Fba73f1ee71ebc1ad6b8f025b4d3e58d2 +0 -0
- data/test/dummy/tmp/cache/assets/DF5/F30/sprockets%2F61a9f09fc06eb910c5a984a3db1fbcbc +0 -0
- data/test/dummy/tmp/cache/assets/DF6/220/sprockets%2F7e6ea4f6a6c0c9cf3db8c0d4414b3de0 +0 -0
- data/test/dummy/tmp/cache/assets/DF7/0A0/sprockets%2F846c5a4fe7a07fb7db1a50f17e2adfb4 +0 -0
- data/test/dummy/tmp/cache/assets/DF7/EE0/sprockets%2F661abfd8ab8ddb966ccded48ca100623 +0 -0
- data/test/dummy/tmp/cache/assets/DF8/A50/sprockets%2Fab8699ae64f2efbfb0c01bd269661aba +0 -0
- data/test/dummy/tmp/cache/assets/DFA/E10/sprockets%2Fe0ed51edc80877cbe7d5c6ea334c41da +0 -0
- data/test/dummy/tmp/cache/assets/DFA/FD0/sprockets%2Fae353fbfac66799b1b2b673cd0ee2dd2 +0 -0
- data/test/dummy/tmp/cache/assets/DFB/A10/sprockets%2Fe8c0b2f8d9deb6d6edacfe3042213c29 +0 -0
- data/test/dummy/tmp/cache/assets/DFC/D30/sprockets%2F4420d2feffc9ca5db5627b7cc32e18fb +0 -0
- data/test/dummy/tmp/cache/assets/DFD/D00/sprockets%2Fa1f60245fdcbef10e7b34ff59b7e1ce7 +0 -0
- data/test/dummy/tmp/cache/assets/DFE/390/sprockets%2Fe3b16ae99b11b9eeb1f19b9da4a3f9b4 +0 -0
- data/test/dummy/tmp/cache/assets/E02/C40/sprockets%2F78ca65bacdf0f50b219c998bd2d8c1fd +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E04/E00/sprockets%2F82bbcd7dc4cd65bcaf98f457e64cd006 +0 -0
- data/test/dummy/tmp/cache/assets/E07/B90/sprockets%2Faa8bbd5ec66e8551cb8f02e6f91ccf66 +0 -0
- data/test/dummy/tmp/cache/assets/E0A/170/sprockets%2F997a4124bcbaff8ef47ba8c3f186b6fc +0 -0
- data/test/dummy/tmp/cache/assets/E0A/1C0/sprockets%2Fb86fd2e0b485e4ed9457b5e1fbd7bcf4 +0 -0
- data/test/dummy/tmp/cache/assets/E0B/300/sprockets%2F6b29fde38df17f56a7dfd0b53e78c0fb +0 -0
- data/test/dummy/tmp/cache/assets/E0D/910/sprockets%2F13bc0ba3fbaece034c2cd4e223cea493 +0 -0
- data/test/dummy/tmp/cache/assets/E12/620/sprockets%2F6aed958a85d7bbfed8175b89b21baef9 +0 -0
- data/test/dummy/tmp/cache/assets/E12/C20/sprockets%2Feb34805a939ece95f8dade1eacfe8575 +0 -0
- data/test/dummy/tmp/cache/assets/E18/BD0/sprockets%2Fdd3f079cb22f0cbad4d62c2df2e6a1c1 +0 -0
- data/test/dummy/tmp/cache/assets/E19/9B0/sprockets%2F8dcc04b1c4d8aecb55c19e2f0a13aac8 +0 -0
- data/test/dummy/tmp/cache/assets/E19/A50/sprockets%2Fc235225f0a4e2d6aaac029dec6dc7fca +0 -0
- data/test/dummy/tmp/cache/assets/E1C/6A0/sprockets%2Fd27eac5dac6f025912b1ae4f60aafe6b +0 -0
- data/test/dummy/tmp/cache/assets/E1E/6D0/sprockets%2F0286dff2b4ebd44afc41a7bea4db414e +0 -0
- data/test/dummy/tmp/cache/assets/E1F/040/sprockets%2Fcaaa0078fb3ec94cd2b8a2565d4abda8 +0 -0
- data/test/dummy/tmp/cache/assets/E25/920/sprockets%2F96dab96ea56aceaeaaaa605803bb68d4 +0 -0
- data/test/dummy/tmp/cache/assets/E26/430/sprockets%2Ffa79fa9d616edd2acb247422aa17eafb +0 -0
- data/test/dummy/tmp/cache/assets/E2B/B40/sprockets%2F88b136beafea9b44ef70aa16b4afcb78 +0 -0
- data/test/dummy/tmp/cache/assets/E2D/350/sprockets%2F38bf1c815d0b29bdf4c5c5f8c7c7beaa +0 -0
- data/test/dummy/tmp/cache/assets/E2D/620/sprockets%2F378b29aa9f5b06dba19fac1a7c8cdfd4 +0 -0
- data/test/dummy/tmp/cache/assets/E2F/350/sprockets%2Fad9346a4df3cc90fb4aba15ce9db9f47 +0 -0
- data/test/dummy/tmp/cache/assets/E32/D80/sprockets%2F460ccbfbbb7bd5d4f4954bcd1792bf8f +0 -0
- data/test/dummy/tmp/cache/assets/E33/6A0/sprockets%2Fda09745d0a9bccceef4b95f7c4e3d36c +0 -0
- data/test/dummy/tmp/cache/assets/E39/2D0/sprockets%2F52e15dbdf2cefdb67efc480d67e38f6a +0 -0
- data/test/dummy/tmp/cache/assets/E41/2C0/sprockets%2Fb4fdba6739eff84ef39eec25f5f15fd0 +0 -0
- data/test/dummy/tmp/cache/assets/E50/0A0/sprockets%2F3b85ffabdab3abb59d1aa3c63ded2674 +0 -0
- data/test/dummy/tmp/cache/assets/E56/660/sprockets%2Ffed6a01984e7ea5c007c5e3bfad1fadd +0 -0
- data/test/dummy/tmp/cache/assets/E62/880/sprockets%2F3aaf0abaaa5dfc481858fcf99be744df +0 -0
- data/test/dummy/tmp/cache/assets/E66/340/sprockets%2F57b82ebdad2ba79dd446f878a3eeaedb +0 -0
- data/test/dummy/tmp/cache/assets/E68/350/sprockets%2Ff26bb3efad0f92afcaf6dfb597fa7448 +0 -0
- data/test/dummy/tmp/cache/assets/E68/EA0/sprockets%2F93ee9ef7cee9da2cd08dca8430cce81d +0 -0
- data/test/dummy/tmp/cache/assets/E71/550/sprockets%2F0efa339ed96f9cb5eab36f8adec8de39 +0 -0
- data/test/dummy/tmp/cache/assets/E8B/C90/sprockets%2Fa4bdcee220f4a6e6d48fd6cb5dceed71 +0 -0
- data/test/dummy/tmp/cache/assets/E94/740/sprockets%2Faa66cedb6ca6aee1d95ebaf8937beb57 +0 -0
- data/test/dummy/tmp/cache/assets/E95/F50/sprockets%2F37a48ac3dc87ddfec85b4dc7abcca99b +0 -0
- data/test/dummy/tmp/cache/assets/EF4/820/sprockets%2Fee2adf3afe09beb7fd9cbb9ea29da75d +0 -0
- data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_base.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_forms.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_header.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_mixins.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_typography.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_all.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_buttons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_gradients.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_icons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_reset.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_rounded.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_sections.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_shadows.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_utilities.scssc +0 -0
- data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_variables.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_comments.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_date_picker.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_flash_messages.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_tables.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/9ca9a22eff91c4261249b7b40e957b81799629ba/application.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/9fa1a2d9195a64ca73dc2fbf42b5468fc9babf48/active_admin.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/c467ab1ac00bb4b33ddebfbc4207f8cc0f9e61bc/reset.css.scssc +0 -0
- metadata +2822 -205
- data/lib/rich/legacy_formtastic.rb +0 -21
- data/lib/rich/rails_admin.rb +0 -14
- data/test/dummy/tmp/cache/assets/C87/8E0/sprockets%2F17e0d5efdd575486014469da98231146 +0 -0
- data/test/dummy/tmp/cache/assets/CA5/030/sprockets%2Ff1b86195281bc68a00fa20c6107f3638 +0 -0
- data/test/dummy/tmp/cache/assets/CA6/D70/sprockets%2F2cb539c0037029723e323a67fbe99b20 +0 -0
- data/test/dummy/tmp/cache/assets/CAA/4C0/sprockets%2F5b64d12f9a13a72a8495fc5154c72720 +0 -0
- data/test/dummy/tmp/cache/assets/CAF/610/sprockets%2F0335639b1fe477c2726a98f223f4c0a5 +0 -0
- data/test/dummy/tmp/cache/assets/CBF/9D0/sprockets%2Fb6b4157c8461b7799f5331967eec007d +0 -0
- data/test/dummy/tmp/cache/assets/CC2/680/sprockets%2F246dc8445ce003f6b944c6c1796769d7 +0 -0
- data/test/dummy/tmp/cache/assets/CC9/FB0/sprockets%2Fb265a0c8713c462a3dab42a043592c84 +0 -0
- data/test/dummy/tmp/cache/assets/CCC/800/sprockets%2F655e3dff9911f7527f1787fd951c4471 +0 -0
- data/test/dummy/tmp/cache/assets/CDE/720/sprockets%2Fc5b9143c5e46515e7453e0592b0fa57c +0 -0
- data/test/dummy/tmp/cache/assets/CE4/D20/sprockets%2F7a924cdc374439e3f1f48d1d527b3219 +0 -0
- data/test/dummy/tmp/cache/assets/CEA/ED0/sprockets%2F502a590ce74298a6596411ce9bd880df +0 -0
- data/test/dummy/tmp/cache/assets/CEB/BA0/sprockets%2F1c35edc033470f3659ee6fa97c607468 +0 -0
- data/test/dummy/tmp/cache/assets/CEC/1A0/sprockets%2F87fdead6014b961bb870b5931890d677 +0 -0
- data/test/dummy/tmp/cache/assets/CFA/C40/sprockets%2F14a89388c9e53e2effddc82034375987 +0 -0
- data/test/dummy/tmp/cache/assets/D01/980/sprockets%2F47c7e52f43c37ea9a1731f0400c393aa +0 -0
- data/test/dummy/tmp/cache/assets/D09/A80/sprockets%2Fee7932182acd760811453ac1e56a6ce4 +0 -0
- data/test/dummy/tmp/cache/assets/D0B/B20/sprockets%2Fdd220433e63488b61313f47e3ff64bbd +0 -0
- data/test/dummy/tmp/cache/assets/D15/F30/sprockets%2F87caf81fdffb8037b59096a0519a0481 +0 -0
- data/test/dummy/tmp/cache/assets/D15/F40/sprockets%2F83d1a8006e470e79f75592d63bdedc04 +0 -0
- data/test/dummy/tmp/cache/assets/D23/2C0/sprockets%2F0c3abf24c60bbb7d31217d1109870ce4 +0 -0
- data/test/dummy/tmp/cache/assets/D30/D00/sprockets%2Fc07d24cdbe55e5c2510d1590cf662a26 +0 -0
- data/test/dummy/tmp/cache/assets/D38/680/sprockets%2F60a41a53a3c2d1b9fecd7564d1b58576 +0 -0
- data/test/dummy/tmp/cache/assets/D3B/C70/sprockets%2Ff704fd927eb4b431ebbb078964ad1082 +0 -0
- data/test/dummy/tmp/cache/assets/D3E/420/sprockets%2F8813eaec4334ab6b9e4d4066c05c569b +0 -0
- data/test/dummy/tmp/cache/assets/D43/5E0/sprockets%2Ffa3d6621ff6b3f04b13a46974ac7488e +0 -0
- data/test/dummy/tmp/cache/assets/D45/740/sprockets%2F8c6505fad3328da88838a2038f1cee7b +0 -0
- data/test/dummy/tmp/cache/assets/D50/F20/sprockets%2Fcf6ca517cd1745586b9190ffd974d53d +0 -0
- data/test/dummy/tmp/cache/assets/D51/0E0/sprockets%2F7c2fe2f837656b4be38c13cc949de744 +0 -0
- data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
- data/test/dummy/tmp/cache/assets/D62/550/sprockets%2F06614d902daa3481bbae7c51b66d3f6e +0 -0
- data/test/dummy/tmp/cache/assets/D69/3A0/sprockets%2Fc2e8be30894dbf2c5ae343b31d4581a9 +0 -0
- data/test/dummy/tmp/cache/assets/D6D/950/sprockets%2Fb9497be057cbca0f3561346f1b9e3c6a +0 -0
- data/test/dummy/tmp/cache/assets/D71/0D0/sprockets%2F71cd5d2d914e51ad358b9b64f443ccc8 +0 -0
- data/test/dummy/tmp/cache/assets/D77/020/sprockets%2Fad98cede2e30585e158452e7cd60ab86 +0 -0
- data/test/dummy/tmp/cache/assets/D7A/110/sprockets%2F9bb282830e134ce5eff5c3f880be48f5 +0 -0
- data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
- data/test/dummy/tmp/cache/assets/DDD/C20/sprockets%2F00d5c014021fc61bebcf0aafced83d17 +0 -0
- data/test/dummy/tmp/cache/assets/DE9/D40/sprockets%2F716df3d3bad61ab36c36d8ae1aea136a +0 -0
- data/test/dummy/tmp/cache/assets/DFF/4D0/sprockets%2F0d7eae306cc4e83ae549e96b1b6da8db +0 -0
- data/test/dummy/tmp/cache/assets/E06/920/sprockets%2F6baa37d1c26468aef4fe5fe4bf982fa3 +0 -0
- data/test/dummy/tmp/cache/assets/E07/6D0/sprockets%2Ff05a33fad80ccddbb49e773fc5837bf9 +0 -0
- data/test/dummy/tmp/cache/assets/E2F/E90/sprockets%2Ff4b19e42c92a93dcaaec9fe6eae4081d +0 -0
- data/test/dummy/tmp/cache/assets/E7E/2C0/sprockets%2Fcb51b66fdf6bc0ac41e34a2f9ddcfc0c +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_all.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_buttons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_gradients.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_icons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_reset.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_rounded.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_sections.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_shadows.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_utilities.scssc +0 -0
- data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_variables.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_comments.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_date_picker.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_flash_messages.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_tables.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_comments.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_date_picker.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_flash_messages.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_tables.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_base.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_forms.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_header.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_mixins.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_typography.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_base.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_forms.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_header.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_mixins.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_typography.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_all.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_buttons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_gradients.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_icons.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_reset.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_rounded.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_sections.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_shadows.css.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_utilities.scssc +0 -0
- data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_variables.css.scssc +0 -0
@@ -0,0 +1,1691 @@
|
|
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 Defines the {@link CKEDITOR.dom.element} class, which
|
8
|
+
* represents a DOM element.
|
9
|
+
*/
|
10
|
+
|
11
|
+
/**
|
12
|
+
* Represents a DOM element.
|
13
|
+
* @constructor
|
14
|
+
* @augments CKEDITOR.dom.node
|
15
|
+
* @param {Object|String} element A native DOM element or the element name for
|
16
|
+
* new elements.
|
17
|
+
* @param {CKEDITOR.dom.document} [ownerDocument] The document that will contain
|
18
|
+
* the element in case of element creation.
|
19
|
+
* @example
|
20
|
+
* // Create a new <span> element.
|
21
|
+
* var element = new CKEDITOR.dom.element( 'span' );
|
22
|
+
* @example
|
23
|
+
* // Create an element based on a native DOM element.
|
24
|
+
* var element = new CKEDITOR.dom.element( document.getElementById( 'myId' ) );
|
25
|
+
*/
|
26
|
+
CKEDITOR.dom.element = function( element, ownerDocument )
|
27
|
+
{
|
28
|
+
if ( typeof element == 'string' )
|
29
|
+
element = ( ownerDocument ? ownerDocument.$ : document ).createElement( element );
|
30
|
+
|
31
|
+
// Call the base constructor (we must not call CKEDITOR.dom.node).
|
32
|
+
CKEDITOR.dom.domObject.call( this, element );
|
33
|
+
};
|
34
|
+
|
35
|
+
// PACKAGER_RENAME( CKEDITOR.dom.element )
|
36
|
+
|
37
|
+
/**
|
38
|
+
* The the {@link CKEDITOR.dom.element} representing and element. If the
|
39
|
+
* element is a native DOM element, it will be transformed into a valid
|
40
|
+
* CKEDITOR.dom.element object.
|
41
|
+
* @returns {CKEDITOR.dom.element} The transformed element.
|
42
|
+
* @example
|
43
|
+
* var element = new CKEDITOR.dom.element( 'span' );
|
44
|
+
* alert( element == <b>CKEDITOR.dom.element.get( element )</b> ); "true"
|
45
|
+
* @example
|
46
|
+
* var element = document.getElementById( 'myElement' );
|
47
|
+
* alert( <b>CKEDITOR.dom.element.get( element )</b>.getName() ); e.g. "p"
|
48
|
+
*/
|
49
|
+
CKEDITOR.dom.element.get = function( element )
|
50
|
+
{
|
51
|
+
return element && ( element.$ ? element : new CKEDITOR.dom.element( element ) );
|
52
|
+
};
|
53
|
+
|
54
|
+
CKEDITOR.dom.element.prototype = new CKEDITOR.dom.node();
|
55
|
+
|
56
|
+
/**
|
57
|
+
* Creates an instance of the {@link CKEDITOR.dom.element} class based on the
|
58
|
+
* HTML representation of an element.
|
59
|
+
* @param {String} html The element HTML. It should define only one element in
|
60
|
+
* the "root" level. The "root" element can have child nodes, but not
|
61
|
+
* siblings.
|
62
|
+
* @returns {CKEDITOR.dom.element} The element instance.
|
63
|
+
* @example
|
64
|
+
* var element = <b>CKEDITOR.dom.element.createFromHtml( '<strong class="anyclass">My element</strong>' )</b>;
|
65
|
+
* alert( element.getName() ); // "strong"
|
66
|
+
*/
|
67
|
+
CKEDITOR.dom.element.createFromHtml = function( html, ownerDocument )
|
68
|
+
{
|
69
|
+
var temp = new CKEDITOR.dom.element( 'div', ownerDocument );
|
70
|
+
temp.setHtml( html );
|
71
|
+
|
72
|
+
// When returning the node, remove it from its parent to detach it.
|
73
|
+
return temp.getFirst().remove();
|
74
|
+
};
|
75
|
+
|
76
|
+
CKEDITOR.dom.element.setMarker = function( database, element, name, value )
|
77
|
+
{
|
78
|
+
var id = element.getCustomData( 'list_marker_id' ) ||
|
79
|
+
( element.setCustomData( 'list_marker_id', CKEDITOR.tools.getNextNumber() ).getCustomData( 'list_marker_id' ) ),
|
80
|
+
markerNames = element.getCustomData( 'list_marker_names' ) ||
|
81
|
+
( element.setCustomData( 'list_marker_names', {} ).getCustomData( 'list_marker_names' ) );
|
82
|
+
database[id] = element;
|
83
|
+
markerNames[name] = 1;
|
84
|
+
|
85
|
+
return element.setCustomData( name, value );
|
86
|
+
};
|
87
|
+
|
88
|
+
CKEDITOR.dom.element.clearAllMarkers = function( database )
|
89
|
+
{
|
90
|
+
for ( var i in database )
|
91
|
+
CKEDITOR.dom.element.clearMarkers( database, database[i], 1 );
|
92
|
+
};
|
93
|
+
|
94
|
+
CKEDITOR.dom.element.clearMarkers = function( database, element, removeFromDatabase )
|
95
|
+
{
|
96
|
+
var names = element.getCustomData( 'list_marker_names' ),
|
97
|
+
id = element.getCustomData( 'list_marker_id' );
|
98
|
+
for ( var i in names )
|
99
|
+
element.removeCustomData( i );
|
100
|
+
element.removeCustomData( 'list_marker_names' );
|
101
|
+
if ( removeFromDatabase )
|
102
|
+
{
|
103
|
+
element.removeCustomData( 'list_marker_id' );
|
104
|
+
delete database[id];
|
105
|
+
}
|
106
|
+
};
|
107
|
+
|
108
|
+
CKEDITOR.tools.extend( CKEDITOR.dom.element.prototype,
|
109
|
+
/** @lends CKEDITOR.dom.element.prototype */
|
110
|
+
{
|
111
|
+
/**
|
112
|
+
* The node type. This is a constant value set to
|
113
|
+
* {@link CKEDITOR.NODE_ELEMENT}.
|
114
|
+
* @type Number
|
115
|
+
* @example
|
116
|
+
*/
|
117
|
+
type : CKEDITOR.NODE_ELEMENT,
|
118
|
+
|
119
|
+
/**
|
120
|
+
* Adds a CSS class to the element. It appends the class to the
|
121
|
+
* already existing names.
|
122
|
+
* @param {String} className The name of the class to be added.
|
123
|
+
* @example
|
124
|
+
* var element = new CKEDITOR.dom.element( 'div' );
|
125
|
+
* element.addClass( 'classA' ); // <div class="classA">
|
126
|
+
* element.addClass( 'classB' ); // <div class="classA classB">
|
127
|
+
* element.addClass( 'classA' ); // <div class="classA classB">
|
128
|
+
*/
|
129
|
+
addClass : function( className )
|
130
|
+
{
|
131
|
+
var c = this.$.className;
|
132
|
+
if ( c )
|
133
|
+
{
|
134
|
+
var regex = new RegExp( '(?:^|\\s)' + className + '(?:\\s|$)', '' );
|
135
|
+
if ( !regex.test( c ) )
|
136
|
+
c += ' ' + className;
|
137
|
+
}
|
138
|
+
this.$.className = c || className;
|
139
|
+
},
|
140
|
+
|
141
|
+
/**
|
142
|
+
* Removes a CSS class name from the elements classes. Other classes
|
143
|
+
* remain untouched.
|
144
|
+
* @param {String} className The name of the class to remove.
|
145
|
+
* @example
|
146
|
+
* var element = new CKEDITOR.dom.element( 'div' );
|
147
|
+
* element.addClass( 'classA' ); // <div class="classA">
|
148
|
+
* element.addClass( 'classB' ); // <div class="classA classB">
|
149
|
+
* element.removeClass( 'classA' ); // <div class="classB">
|
150
|
+
* element.removeClass( 'classB' ); // <div>
|
151
|
+
*/
|
152
|
+
removeClass : function( className )
|
153
|
+
{
|
154
|
+
var c = this.getAttribute( 'class' );
|
155
|
+
if ( c )
|
156
|
+
{
|
157
|
+
var regex = new RegExp( '(?:^|\\s+)' + className + '(?=\\s|$)', 'i' );
|
158
|
+
if ( regex.test( c ) )
|
159
|
+
{
|
160
|
+
c = c.replace( regex, '' ).replace( /^\s+/, '' );
|
161
|
+
|
162
|
+
if ( c )
|
163
|
+
this.setAttribute( 'class', c );
|
164
|
+
else
|
165
|
+
this.removeAttribute( 'class' );
|
166
|
+
}
|
167
|
+
}
|
168
|
+
},
|
169
|
+
|
170
|
+
hasClass : function( className )
|
171
|
+
{
|
172
|
+
var regex = new RegExp( '(?:^|\\s+)' + className + '(?=\\s|$)', '' );
|
173
|
+
return regex.test( this.getAttribute('class') );
|
174
|
+
},
|
175
|
+
|
176
|
+
/**
|
177
|
+
* Append a node as a child of this element.
|
178
|
+
* @param {CKEDITOR.dom.node|String} node The node or element name to be
|
179
|
+
* appended.
|
180
|
+
* @param {Boolean} [toStart] Indicates that the element is to be
|
181
|
+
* appended at the start.
|
182
|
+
* @returns {CKEDITOR.dom.node} The appended node.
|
183
|
+
* @example
|
184
|
+
* var p = new CKEDITOR.dom.element( 'p' );
|
185
|
+
*
|
186
|
+
* var strong = new CKEDITOR.dom.element( 'strong' );
|
187
|
+
* <b>p.append( strong );</b>
|
188
|
+
*
|
189
|
+
* var em = <b>p.append( 'em' );</b>
|
190
|
+
*
|
191
|
+
* // result: "<p><strong></strong><em></em></p>"
|
192
|
+
*/
|
193
|
+
append : function( node, toStart )
|
194
|
+
{
|
195
|
+
if ( typeof node == 'string' )
|
196
|
+
node = this.getDocument().createElement( node );
|
197
|
+
|
198
|
+
if ( toStart )
|
199
|
+
this.$.insertBefore( node.$, this.$.firstChild );
|
200
|
+
else
|
201
|
+
this.$.appendChild( node.$ );
|
202
|
+
|
203
|
+
return node;
|
204
|
+
},
|
205
|
+
|
206
|
+
appendHtml : function( html )
|
207
|
+
{
|
208
|
+
if ( !this.$.childNodes.length )
|
209
|
+
this.setHtml( html );
|
210
|
+
else
|
211
|
+
{
|
212
|
+
var temp = new CKEDITOR.dom.element( 'div', this.getDocument() );
|
213
|
+
temp.setHtml( html );
|
214
|
+
temp.moveChildren( this );
|
215
|
+
}
|
216
|
+
},
|
217
|
+
|
218
|
+
/**
|
219
|
+
* Append text to this element.
|
220
|
+
* @param {String} text The text to be appended.
|
221
|
+
* @returns {CKEDITOR.dom.node} The appended node.
|
222
|
+
* @example
|
223
|
+
* var p = new CKEDITOR.dom.element( 'p' );
|
224
|
+
* p.appendText( 'This is' );
|
225
|
+
* p.appendText( ' some text' );
|
226
|
+
*
|
227
|
+
* // result: "<p>This is some text</p>"
|
228
|
+
*/
|
229
|
+
appendText : function( text )
|
230
|
+
{
|
231
|
+
if ( this.$.text != undefined )
|
232
|
+
this.$.text += text;
|
233
|
+
else
|
234
|
+
this.append( new CKEDITOR.dom.text( text ) );
|
235
|
+
},
|
236
|
+
|
237
|
+
appendBogus : function()
|
238
|
+
{
|
239
|
+
var lastChild = this.getLast() ;
|
240
|
+
|
241
|
+
// Ignore empty/spaces text.
|
242
|
+
while ( lastChild && lastChild.type == CKEDITOR.NODE_TEXT && !CKEDITOR.tools.rtrim( lastChild.getText() ) )
|
243
|
+
lastChild = lastChild.getPrevious();
|
244
|
+
if ( !lastChild || !lastChild.is || !lastChild.is( 'br' ) )
|
245
|
+
{
|
246
|
+
var bogus = CKEDITOR.env.opera ?
|
247
|
+
this.getDocument().createText('') :
|
248
|
+
this.getDocument().createElement( 'br' );
|
249
|
+
|
250
|
+
CKEDITOR.env.gecko && bogus.setAttribute( 'type', '_moz' );
|
251
|
+
|
252
|
+
this.append( bogus );
|
253
|
+
}
|
254
|
+
},
|
255
|
+
|
256
|
+
/**
|
257
|
+
* Breaks one of the ancestor element in the element position, moving
|
258
|
+
* this element between the broken parts.
|
259
|
+
* @param {CKEDITOR.dom.element} parent The anscestor element to get broken.
|
260
|
+
* @example
|
261
|
+
* // Before breaking:
|
262
|
+
* // <b>This <i>is some<span /> sample</i> test text</b>
|
263
|
+
* // If "element" is <span /> and "parent" is <i>:
|
264
|
+
* // <b>This <i>is some</i><span /><i> sample</i> test text</b>
|
265
|
+
* element.breakParent( parent );
|
266
|
+
* @example
|
267
|
+
* // Before breaking:
|
268
|
+
* // <b>This <i>is some<span /> sample</i> test text</b>
|
269
|
+
* // If "element" is <span /> and "parent" is <b>:
|
270
|
+
* // <b>This <i>is some</i></b><span /><b><i> sample</i> test text</b>
|
271
|
+
* element.breakParent( parent );
|
272
|
+
*/
|
273
|
+
breakParent : function( parent )
|
274
|
+
{
|
275
|
+
var range = new CKEDITOR.dom.range( this.getDocument() );
|
276
|
+
|
277
|
+
// We'll be extracting part of this element, so let's use our
|
278
|
+
// range to get the correct piece.
|
279
|
+
range.setStartAfter( this );
|
280
|
+
range.setEndAfter( parent );
|
281
|
+
|
282
|
+
// Extract it.
|
283
|
+
var docFrag = range.extractContents();
|
284
|
+
|
285
|
+
// Move the element outside the broken element.
|
286
|
+
range.insertNode( this.remove() );
|
287
|
+
|
288
|
+
// Re-insert the extracted piece after the element.
|
289
|
+
docFrag.insertAfterNode( this );
|
290
|
+
},
|
291
|
+
|
292
|
+
contains :
|
293
|
+
CKEDITOR.env.ie || CKEDITOR.env.webkit ?
|
294
|
+
function( node )
|
295
|
+
{
|
296
|
+
var $ = this.$;
|
297
|
+
|
298
|
+
return node.type != CKEDITOR.NODE_ELEMENT ?
|
299
|
+
$.contains( node.getParent().$ ) :
|
300
|
+
$ != node.$ && $.contains( node.$ );
|
301
|
+
}
|
302
|
+
:
|
303
|
+
function( node )
|
304
|
+
{
|
305
|
+
return !!( this.$.compareDocumentPosition( node.$ ) & 16 );
|
306
|
+
},
|
307
|
+
|
308
|
+
/**
|
309
|
+
* Moves the selection focus to this element.
|
310
|
+
* @function
|
311
|
+
* @param {Boolean} defer Whether to asynchronously defer the
|
312
|
+
* execution by 100 ms.
|
313
|
+
* @example
|
314
|
+
* var element = CKEDITOR.document.getById( 'myTextarea' );
|
315
|
+
* <b>element.focus()</b>;
|
316
|
+
*/
|
317
|
+
focus : ( function()
|
318
|
+
{
|
319
|
+
function exec()
|
320
|
+
{
|
321
|
+
// IE throws error if the element is not visible.
|
322
|
+
try
|
323
|
+
{
|
324
|
+
this.$.focus();
|
325
|
+
}
|
326
|
+
catch (e)
|
327
|
+
{}
|
328
|
+
}
|
329
|
+
|
330
|
+
return function( defer )
|
331
|
+
{
|
332
|
+
if ( defer )
|
333
|
+
CKEDITOR.tools.setTimeout( exec, 100, this );
|
334
|
+
else
|
335
|
+
exec.call( this );
|
336
|
+
};
|
337
|
+
})(),
|
338
|
+
|
339
|
+
/**
|
340
|
+
* Gets the inner HTML of this element.
|
341
|
+
* @returns {String} The inner HTML of this element.
|
342
|
+
* @example
|
343
|
+
* var element = CKEDITOR.dom.element.createFromHtml( '<div><b>Example</b></div>' );
|
344
|
+
* alert( <b>p.getHtml()</b> ); // "<b>Example</b>"
|
345
|
+
*/
|
346
|
+
getHtml : function()
|
347
|
+
{
|
348
|
+
var retval = this.$.innerHTML;
|
349
|
+
// Strip <?xml:namespace> tags in IE. (#3341).
|
350
|
+
return CKEDITOR.env.ie ? retval.replace( /<\?[^>]*>/g, '' ) : retval;
|
351
|
+
},
|
352
|
+
|
353
|
+
getOuterHtml : function()
|
354
|
+
{
|
355
|
+
if ( this.$.outerHTML )
|
356
|
+
{
|
357
|
+
// IE includes the <?xml:namespace> tag in the outerHTML of
|
358
|
+
// namespaced element. So, we must strip it here. (#3341)
|
359
|
+
return this.$.outerHTML.replace( /<\?[^>]*>/, '' );
|
360
|
+
}
|
361
|
+
|
362
|
+
var tmpDiv = this.$.ownerDocument.createElement( 'div' );
|
363
|
+
tmpDiv.appendChild( this.$.cloneNode( true ) );
|
364
|
+
return tmpDiv.innerHTML;
|
365
|
+
},
|
366
|
+
|
367
|
+
/**
|
368
|
+
* Sets the inner HTML of this element.
|
369
|
+
* @param {String} html The HTML to be set for this element.
|
370
|
+
* @returns {String} The inserted HTML.
|
371
|
+
* @example
|
372
|
+
* var p = new CKEDITOR.dom.element( 'p' );
|
373
|
+
* <b>p.setHtml( '<b>Inner</b> HTML' );</b>
|
374
|
+
*
|
375
|
+
* // result: "<p><b>Inner</b> HTML</p>"
|
376
|
+
*/
|
377
|
+
setHtml : function( html )
|
378
|
+
{
|
379
|
+
return ( this.$.innerHTML = html );
|
380
|
+
},
|
381
|
+
|
382
|
+
/**
|
383
|
+
* Sets the element contents as plain text.
|
384
|
+
* @param {String} text The text to be set.
|
385
|
+
* @returns {String} The inserted text.
|
386
|
+
* @example
|
387
|
+
* var element = new CKEDITOR.dom.element( 'div' );
|
388
|
+
* element.setText( 'A > B & C < D' );
|
389
|
+
* alert( element.innerHTML ); // "A &gt; B &amp; C &lt; D"
|
390
|
+
*/
|
391
|
+
setText : function( text )
|
392
|
+
{
|
393
|
+
CKEDITOR.dom.element.prototype.setText = ( this.$.innerText != undefined ) ?
|
394
|
+
function ( text )
|
395
|
+
{
|
396
|
+
return this.$.innerText = text;
|
397
|
+
} :
|
398
|
+
function ( text )
|
399
|
+
{
|
400
|
+
return this.$.textContent = text;
|
401
|
+
};
|
402
|
+
|
403
|
+
return this.setText( text );
|
404
|
+
},
|
405
|
+
|
406
|
+
/**
|
407
|
+
* Gets the value of an element attribute.
|
408
|
+
* @function
|
409
|
+
* @param {String} name The attribute name.
|
410
|
+
* @returns {String} The attribute value or null if not defined.
|
411
|
+
* @example
|
412
|
+
* var element = CKEDITOR.dom.element.createFromHtml( '<input type="text" />' );
|
413
|
+
* alert( <b>element.getAttribute( 'type' )</b> ); // "text"
|
414
|
+
*/
|
415
|
+
getAttribute : (function()
|
416
|
+
{
|
417
|
+
var standard = function( name )
|
418
|
+
{
|
419
|
+
return this.$.getAttribute( name, 2 );
|
420
|
+
};
|
421
|
+
|
422
|
+
if ( CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) )
|
423
|
+
{
|
424
|
+
return function( name )
|
425
|
+
{
|
426
|
+
switch ( name )
|
427
|
+
{
|
428
|
+
case 'class':
|
429
|
+
name = 'className';
|
430
|
+
break;
|
431
|
+
|
432
|
+
case 'http-equiv':
|
433
|
+
name = 'httpEquiv';
|
434
|
+
break;
|
435
|
+
|
436
|
+
case 'name':
|
437
|
+
return this.$.name;
|
438
|
+
|
439
|
+
case 'tabindex':
|
440
|
+
var tabIndex = standard.call( this, name );
|
441
|
+
|
442
|
+
// IE returns tabIndex=0 by default for all
|
443
|
+
// elements. For those elements,
|
444
|
+
// getAtrribute( 'tabindex', 2 ) returns 32768
|
445
|
+
// instead. So, we must make this check to give a
|
446
|
+
// uniform result among all browsers.
|
447
|
+
if ( tabIndex !== 0 && this.$.tabIndex === 0 )
|
448
|
+
tabIndex = null;
|
449
|
+
|
450
|
+
return tabIndex;
|
451
|
+
break;
|
452
|
+
|
453
|
+
case 'checked':
|
454
|
+
{
|
455
|
+
var attr = this.$.attributes.getNamedItem( name ),
|
456
|
+
attrValue = attr.specified ? attr.nodeValue // For value given by parser.
|
457
|
+
: this.$.checked; // For value created via DOM interface.
|
458
|
+
|
459
|
+
return attrValue ? 'checked' : null;
|
460
|
+
}
|
461
|
+
|
462
|
+
case 'hspace':
|
463
|
+
case 'value':
|
464
|
+
return this.$[ name ];
|
465
|
+
|
466
|
+
case 'style':
|
467
|
+
// IE does not return inline styles via getAttribute(). See #2947.
|
468
|
+
return this.$.style.cssText;
|
469
|
+
}
|
470
|
+
|
471
|
+
return standard.call( this, name );
|
472
|
+
};
|
473
|
+
}
|
474
|
+
else
|
475
|
+
return standard;
|
476
|
+
})(),
|
477
|
+
|
478
|
+
getChildren : function()
|
479
|
+
{
|
480
|
+
return new CKEDITOR.dom.nodeList( this.$.childNodes );
|
481
|
+
},
|
482
|
+
|
483
|
+
/**
|
484
|
+
* Gets the current computed value of one of the element CSS style
|
485
|
+
* properties.
|
486
|
+
* @function
|
487
|
+
* @param {String} propertyName The style property name.
|
488
|
+
* @returns {String} The property value.
|
489
|
+
* @example
|
490
|
+
* var element = new CKEDITOR.dom.element( 'span' );
|
491
|
+
* alert( <b>element.getComputedStyle( 'display' )</b> ); // "inline"
|
492
|
+
*/
|
493
|
+
getComputedStyle :
|
494
|
+
CKEDITOR.env.ie ?
|
495
|
+
function( propertyName )
|
496
|
+
{
|
497
|
+
return this.$.currentStyle[ CKEDITOR.tools.cssStyleToDomStyle( propertyName ) ];
|
498
|
+
}
|
499
|
+
:
|
500
|
+
function( propertyName )
|
501
|
+
{
|
502
|
+
return this.getWindow().$.getComputedStyle( this.$, '' ).getPropertyValue( propertyName );
|
503
|
+
},
|
504
|
+
|
505
|
+
/**
|
506
|
+
* Gets the DTD entries for this element.
|
507
|
+
* @returns {Object} An object containing the list of elements accepted
|
508
|
+
* by this element.
|
509
|
+
*/
|
510
|
+
getDtd : function()
|
511
|
+
{
|
512
|
+
var dtd = CKEDITOR.dtd[ this.getName() ];
|
513
|
+
|
514
|
+
this.getDtd = function()
|
515
|
+
{
|
516
|
+
return dtd;
|
517
|
+
};
|
518
|
+
|
519
|
+
return dtd;
|
520
|
+
},
|
521
|
+
|
522
|
+
getElementsByTag : CKEDITOR.dom.document.prototype.getElementsByTag,
|
523
|
+
|
524
|
+
/**
|
525
|
+
* Gets the computed tabindex for this element.
|
526
|
+
* @function
|
527
|
+
* @returns {Number} The tabindex value.
|
528
|
+
* @example
|
529
|
+
* var element = CKEDITOR.document.getById( 'myDiv' );
|
530
|
+
* alert( <b>element.getTabIndex()</b> ); // e.g. "-1"
|
531
|
+
*/
|
532
|
+
getTabIndex :
|
533
|
+
CKEDITOR.env.ie ?
|
534
|
+
function()
|
535
|
+
{
|
536
|
+
var tabIndex = this.$.tabIndex;
|
537
|
+
|
538
|
+
// IE returns tabIndex=0 by default for all elements. In
|
539
|
+
// those cases we must check that the element really has
|
540
|
+
// the tabindex attribute set to zero, or it is one of
|
541
|
+
// those element that should have zero by default.
|
542
|
+
if ( tabIndex === 0 && !CKEDITOR.dtd.$tabIndex[ this.getName() ] && parseInt( this.getAttribute( 'tabindex' ), 10 ) !== 0 )
|
543
|
+
tabIndex = -1;
|
544
|
+
|
545
|
+
return tabIndex;
|
546
|
+
}
|
547
|
+
: CKEDITOR.env.webkit ?
|
548
|
+
function()
|
549
|
+
{
|
550
|
+
var tabIndex = this.$.tabIndex;
|
551
|
+
|
552
|
+
// Safari returns "undefined" for elements that should not
|
553
|
+
// have tabindex (like a div). So, we must try to get it
|
554
|
+
// from the attribute.
|
555
|
+
// https://bugs.webkit.org/show_bug.cgi?id=20596
|
556
|
+
if ( tabIndex == undefined )
|
557
|
+
{
|
558
|
+
tabIndex = parseInt( this.getAttribute( 'tabindex' ), 10 );
|
559
|
+
|
560
|
+
// If the element don't have the tabindex attribute,
|
561
|
+
// then we should return -1.
|
562
|
+
if ( isNaN( tabIndex ) )
|
563
|
+
tabIndex = -1;
|
564
|
+
}
|
565
|
+
|
566
|
+
return tabIndex;
|
567
|
+
}
|
568
|
+
:
|
569
|
+
function()
|
570
|
+
{
|
571
|
+
return this.$.tabIndex;
|
572
|
+
},
|
573
|
+
|
574
|
+
/**
|
575
|
+
* Gets the text value of this element.
|
576
|
+
*
|
577
|
+
* Only in IE (which uses innerText), <br> will cause linebreaks,
|
578
|
+
* and sucessive whitespaces (including line breaks) will be reduced to
|
579
|
+
* a single space. This behavior is ok for us, for now. It may change
|
580
|
+
* in the future.
|
581
|
+
* @returns {String} The text value.
|
582
|
+
* @example
|
583
|
+
* var element = CKEDITOR.dom.element.createFromHtml( '<div>Same <i>text</i>.</div>' );
|
584
|
+
* alert( <b>element.getText()</b> ); // "Sample text."
|
585
|
+
*/
|
586
|
+
getText : function()
|
587
|
+
{
|
588
|
+
return this.$.textContent || this.$.innerText || '';
|
589
|
+
},
|
590
|
+
|
591
|
+
/**
|
592
|
+
* Gets the window object that contains this element.
|
593
|
+
* @returns {CKEDITOR.dom.window} The window object.
|
594
|
+
* @example
|
595
|
+
*/
|
596
|
+
getWindow : function()
|
597
|
+
{
|
598
|
+
return this.getDocument().getWindow();
|
599
|
+
},
|
600
|
+
|
601
|
+
/**
|
602
|
+
* Gets the value of the "id" attribute of this element.
|
603
|
+
* @returns {String} The element id, or null if not available.
|
604
|
+
* @example
|
605
|
+
* var element = CKEDITOR.dom.element.createFromHtml( '<p id="myId"></p>' );
|
606
|
+
* alert( <b>element.getId()</b> ); // "myId"
|
607
|
+
*/
|
608
|
+
getId : function()
|
609
|
+
{
|
610
|
+
return this.$.id || null;
|
611
|
+
},
|
612
|
+
|
613
|
+
/**
|
614
|
+
* Gets the value of the "name" attribute of this element.
|
615
|
+
* @returns {String} The element name, or null if not available.
|
616
|
+
* @example
|
617
|
+
* var element = CKEDITOR.dom.element.createFromHtml( '<input name="myName"></input>' );
|
618
|
+
* alert( <b>element.getNameAtt()</b> ); // "myName"
|
619
|
+
*/
|
620
|
+
getNameAtt : function()
|
621
|
+
{
|
622
|
+
return this.$.name || null;
|
623
|
+
},
|
624
|
+
|
625
|
+
/**
|
626
|
+
* Gets the element name (tag name). The returned name is guaranteed to
|
627
|
+
* be always full lowercased.
|
628
|
+
* @returns {String} The element name.
|
629
|
+
* @example
|
630
|
+
* var element = new CKEDITOR.dom.element( 'span' );
|
631
|
+
* alert( <b>element.getName()</b> ); // "span"
|
632
|
+
*/
|
633
|
+
getName : function()
|
634
|
+
{
|
635
|
+
// Cache the lowercased name inside a closure.
|
636
|
+
var nodeName = this.$.nodeName.toLowerCase();
|
637
|
+
|
638
|
+
if ( CKEDITOR.env.ie && ! ( document.documentMode > 8 ) )
|
639
|
+
{
|
640
|
+
var scopeName = this.$.scopeName;
|
641
|
+
if ( scopeName != 'HTML' )
|
642
|
+
nodeName = scopeName.toLowerCase() + ':' + nodeName;
|
643
|
+
}
|
644
|
+
|
645
|
+
return (
|
646
|
+
this.getName = function()
|
647
|
+
{
|
648
|
+
return nodeName;
|
649
|
+
})();
|
650
|
+
},
|
651
|
+
|
652
|
+
/**
|
653
|
+
* Gets the value set to this element. This value is usually available
|
654
|
+
* for form field elements.
|
655
|
+
* @returns {String} The element value.
|
656
|
+
*/
|
657
|
+
getValue : function()
|
658
|
+
{
|
659
|
+
return this.$.value;
|
660
|
+
},
|
661
|
+
|
662
|
+
/**
|
663
|
+
* Gets the first child node of this element.
|
664
|
+
* @param {Function} evaluator Filtering the result node.
|
665
|
+
* @returns {CKEDITOR.dom.node} The first child node or null if not
|
666
|
+
* available.
|
667
|
+
* @example
|
668
|
+
* var element = CKEDITOR.dom.element.createFromHtml( '<div><b>Example</b></div>' );
|
669
|
+
* var first = <b>element.getFirst()</b>;
|
670
|
+
* alert( first.getName() ); // "b"
|
671
|
+
*/
|
672
|
+
getFirst : function( evaluator )
|
673
|
+
{
|
674
|
+
var first = this.$.firstChild,
|
675
|
+
retval = first && new CKEDITOR.dom.node( first );
|
676
|
+
if ( retval && evaluator && !evaluator( retval ) )
|
677
|
+
retval = retval.getNext( evaluator );
|
678
|
+
|
679
|
+
return retval;
|
680
|
+
},
|
681
|
+
|
682
|
+
/**
|
683
|
+
* @param {Function} evaluator Filtering the result node.
|
684
|
+
*/
|
685
|
+
getLast : function( evaluator )
|
686
|
+
{
|
687
|
+
var last = this.$.lastChild,
|
688
|
+
retval = last && new CKEDITOR.dom.node( last );
|
689
|
+
if ( retval && evaluator && !evaluator( retval ) )
|
690
|
+
retval = retval.getPrevious( evaluator );
|
691
|
+
|
692
|
+
return retval;
|
693
|
+
},
|
694
|
+
|
695
|
+
getStyle : function( name )
|
696
|
+
{
|
697
|
+
return this.$.style[ CKEDITOR.tools.cssStyleToDomStyle( name ) ];
|
698
|
+
},
|
699
|
+
|
700
|
+
/**
|
701
|
+
* Checks if the element name matches one or more names.
|
702
|
+
* @param {String} name[,name[,...]] One or more names to be checked.
|
703
|
+
* @returns {Boolean} true if the element name matches any of the names.
|
704
|
+
* @example
|
705
|
+
* var element = new CKEDITOR.element( 'span' );
|
706
|
+
* alert( <b>element.is( 'span' )</b> ); "true"
|
707
|
+
* alert( <b>element.is( 'p', 'span' )</b> ); "true"
|
708
|
+
* alert( <b>element.is( 'p' )</b> ); "false"
|
709
|
+
* alert( <b>element.is( 'p', 'div' )</b> ); "false"
|
710
|
+
*/
|
711
|
+
is : function()
|
712
|
+
{
|
713
|
+
var name = this.getName();
|
714
|
+
for ( var i = 0 ; i < arguments.length ; i++ )
|
715
|
+
{
|
716
|
+
if ( arguments[ i ] == name )
|
717
|
+
return true;
|
718
|
+
}
|
719
|
+
return false;
|
720
|
+
},
|
721
|
+
|
722
|
+
/**
|
723
|
+
* Decide whether one element is able to receive cursor.
|
724
|
+
* @param {Boolean} [textCursor=true] Only consider element that could receive text child.
|
725
|
+
*/
|
726
|
+
isEditable : function( textCursor )
|
727
|
+
{
|
728
|
+
var name = this.getName();
|
729
|
+
|
730
|
+
if ( this.isReadOnly()
|
731
|
+
|| this.getComputedStyle( 'display' ) == 'none'
|
732
|
+
|| this.getComputedStyle( 'visibility' ) == 'hidden'
|
733
|
+
|| CKEDITOR.dtd.$nonEditable[ name ] )
|
734
|
+
{
|
735
|
+
return false;
|
736
|
+
}
|
737
|
+
|
738
|
+
if ( textCursor !== false )
|
739
|
+
{
|
740
|
+
// Get the element DTD (defaults to span for unknown elements).
|
741
|
+
var dtd = CKEDITOR.dtd[ name ] || CKEDITOR.dtd.span;
|
742
|
+
// In the DTD # == text node.
|
743
|
+
return ( dtd && dtd[ '#'] );
|
744
|
+
}
|
745
|
+
|
746
|
+
return true;
|
747
|
+
},
|
748
|
+
|
749
|
+
isIdentical : function( otherElement )
|
750
|
+
{
|
751
|
+
if ( this.getName() != otherElement.getName() )
|
752
|
+
return false;
|
753
|
+
|
754
|
+
var thisAttribs = this.$.attributes,
|
755
|
+
otherAttribs = otherElement.$.attributes;
|
756
|
+
|
757
|
+
var thisLength = thisAttribs.length,
|
758
|
+
otherLength = otherAttribs.length;
|
759
|
+
|
760
|
+
for ( var i = 0 ; i < thisLength ; i++ )
|
761
|
+
{
|
762
|
+
var attribute = thisAttribs[ i ];
|
763
|
+
|
764
|
+
if ( attribute.nodeName == '_moz_dirty' )
|
765
|
+
continue;
|
766
|
+
|
767
|
+
if ( ( !CKEDITOR.env.ie || ( attribute.specified && attribute.nodeName != 'data-cke-expando' ) ) && attribute.nodeValue != otherElement.getAttribute( attribute.nodeName ) )
|
768
|
+
return false;
|
769
|
+
}
|
770
|
+
|
771
|
+
// For IE, we have to for both elements, because it's difficult to
|
772
|
+
// know how the atttibutes collection is organized in its DOM.
|
773
|
+
if ( CKEDITOR.env.ie )
|
774
|
+
{
|
775
|
+
for ( i = 0 ; i < otherLength ; i++ )
|
776
|
+
{
|
777
|
+
attribute = otherAttribs[ i ];
|
778
|
+
if ( attribute.specified && attribute.nodeName != 'data-cke-expando'
|
779
|
+
&& attribute.nodeValue != this.getAttribute( attribute.nodeName ) )
|
780
|
+
return false;
|
781
|
+
}
|
782
|
+
}
|
783
|
+
|
784
|
+
return true;
|
785
|
+
},
|
786
|
+
|
787
|
+
/**
|
788
|
+
* Checks if this element is visible. May not work if the element is
|
789
|
+
* child of an element with visibility set to "hidden", but works well
|
790
|
+
* on the great majority of cases.
|
791
|
+
* @return {Boolean} True if the element is visible.
|
792
|
+
*/
|
793
|
+
isVisible : function()
|
794
|
+
{
|
795
|
+
var isVisible = ( this.$.offsetHeight || this.$.offsetWidth ) && this.getComputedStyle( 'visibility' ) != 'hidden',
|
796
|
+
elementWindow,
|
797
|
+
elementWindowFrame;
|
798
|
+
|
799
|
+
// Webkit and Opera report non-zero offsetHeight despite that
|
800
|
+
// element is inside an invisible iframe. (#4542)
|
801
|
+
if ( isVisible && ( CKEDITOR.env.webkit || CKEDITOR.env.opera ) )
|
802
|
+
{
|
803
|
+
elementWindow = this.getWindow();
|
804
|
+
|
805
|
+
if ( !elementWindow.equals( CKEDITOR.document.getWindow() )
|
806
|
+
&& ( elementWindowFrame = elementWindow.$.frameElement ) )
|
807
|
+
{
|
808
|
+
isVisible = new CKEDITOR.dom.element( elementWindowFrame ).isVisible();
|
809
|
+
}
|
810
|
+
}
|
811
|
+
|
812
|
+
return !!isVisible;
|
813
|
+
},
|
814
|
+
|
815
|
+
/**
|
816
|
+
* Whether it's an empty inline elements which has no visual impact when removed.
|
817
|
+
*/
|
818
|
+
isEmptyInlineRemoveable : function()
|
819
|
+
{
|
820
|
+
if ( !CKEDITOR.dtd.$removeEmpty[ this.getName() ] )
|
821
|
+
return false;
|
822
|
+
|
823
|
+
var children = this.getChildren();
|
824
|
+
for ( var i = 0, count = children.count(); i < count; i++ )
|
825
|
+
{
|
826
|
+
var child = children.getItem( i );
|
827
|
+
|
828
|
+
if ( child.type == CKEDITOR.NODE_ELEMENT && child.data( 'cke-bookmark' ) )
|
829
|
+
continue;
|
830
|
+
|
831
|
+
if ( child.type == CKEDITOR.NODE_ELEMENT && !child.isEmptyInlineRemoveable()
|
832
|
+
|| child.type == CKEDITOR.NODE_TEXT && CKEDITOR.tools.trim( child.getText() ) )
|
833
|
+
{
|
834
|
+
return false;
|
835
|
+
}
|
836
|
+
}
|
837
|
+
return true;
|
838
|
+
},
|
839
|
+
|
840
|
+
/**
|
841
|
+
* Checks if the element has any defined attributes.
|
842
|
+
* @function
|
843
|
+
* @returns {Boolean} True if the element has attributes.
|
844
|
+
* @example
|
845
|
+
* var element = CKEDITOR.dom.element.createFromHtml( '<div title="Test">Example</div>' );
|
846
|
+
* alert( <b>element.hasAttributes()</b> ); // "true"
|
847
|
+
* @example
|
848
|
+
* var element = CKEDITOR.dom.element.createFromHtml( '<div>Example</div>' );
|
849
|
+
* alert( <b>element.hasAttributes()</b> ); // "false"
|
850
|
+
*/
|
851
|
+
hasAttributes :
|
852
|
+
CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) ?
|
853
|
+
function()
|
854
|
+
{
|
855
|
+
var attributes = this.$.attributes;
|
856
|
+
|
857
|
+
for ( var i = 0 ; i < attributes.length ; i++ )
|
858
|
+
{
|
859
|
+
var attribute = attributes[i];
|
860
|
+
|
861
|
+
switch ( attribute.nodeName )
|
862
|
+
{
|
863
|
+
case 'class' :
|
864
|
+
// IE has a strange bug. If calling removeAttribute('className'),
|
865
|
+
// the attributes collection will still contain the "class"
|
866
|
+
// attribute, which will be marked as "specified", even if the
|
867
|
+
// outerHTML of the element is not displaying the class attribute.
|
868
|
+
// Note : I was not able to reproduce it outside the editor,
|
869
|
+
// but I've faced it while working on the TC of #1391.
|
870
|
+
if ( this.getAttribute( 'class' ) )
|
871
|
+
return true;
|
872
|
+
|
873
|
+
// Attributes to be ignored.
|
874
|
+
case 'data-cke-expando' :
|
875
|
+
continue;
|
876
|
+
|
877
|
+
/*jsl:fallthru*/
|
878
|
+
|
879
|
+
default :
|
880
|
+
if ( attribute.specified )
|
881
|
+
return true;
|
882
|
+
}
|
883
|
+
}
|
884
|
+
|
885
|
+
return false;
|
886
|
+
}
|
887
|
+
:
|
888
|
+
function()
|
889
|
+
{
|
890
|
+
var attrs = this.$.attributes,
|
891
|
+
attrsNum = attrs.length;
|
892
|
+
|
893
|
+
// The _moz_dirty attribute might get into the element after pasting (#5455)
|
894
|
+
var execludeAttrs = { 'data-cke-expando' : 1, _moz_dirty : 1 };
|
895
|
+
|
896
|
+
return attrsNum > 0 &&
|
897
|
+
( attrsNum > 2 ||
|
898
|
+
!execludeAttrs[ attrs[0].nodeName ] ||
|
899
|
+
( attrsNum == 2 && !execludeAttrs[ attrs[1].nodeName ] ) );
|
900
|
+
},
|
901
|
+
|
902
|
+
/**
|
903
|
+
* Checks if the specified attribute is defined for this element.
|
904
|
+
* @returns {Boolean} True if the specified attribute is defined.
|
905
|
+
* @param {String} name The attribute name.
|
906
|
+
* @example
|
907
|
+
*/
|
908
|
+
hasAttribute : (function()
|
909
|
+
{
|
910
|
+
function standard( name )
|
911
|
+
{
|
912
|
+
var $attr = this.$.attributes.getNamedItem( name );
|
913
|
+
return !!( $attr && $attr.specified );
|
914
|
+
}
|
915
|
+
|
916
|
+
return ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) ?
|
917
|
+
function( name )
|
918
|
+
{
|
919
|
+
// On IE < 8 the name attribute cannot be retrieved
|
920
|
+
// right after the element creation and setting the
|
921
|
+
// name with setAttribute.
|
922
|
+
if ( name == 'name' )
|
923
|
+
return !!this.$.name;
|
924
|
+
|
925
|
+
return standard.call( this, name );
|
926
|
+
}
|
927
|
+
:
|
928
|
+
standard;
|
929
|
+
})(),
|
930
|
+
|
931
|
+
/**
|
932
|
+
* Hides this element (display:none).
|
933
|
+
* @example
|
934
|
+
* var element = CKEDITOR.dom.element.getById( 'myElement' );
|
935
|
+
* <b>element.hide()</b>;
|
936
|
+
*/
|
937
|
+
hide : function()
|
938
|
+
{
|
939
|
+
this.setStyle( 'display', 'none' );
|
940
|
+
},
|
941
|
+
|
942
|
+
moveChildren : function( target, toStart )
|
943
|
+
{
|
944
|
+
var $ = this.$;
|
945
|
+
target = target.$;
|
946
|
+
|
947
|
+
if ( $ == target )
|
948
|
+
return;
|
949
|
+
|
950
|
+
var child;
|
951
|
+
|
952
|
+
if ( toStart )
|
953
|
+
{
|
954
|
+
while ( ( child = $.lastChild ) )
|
955
|
+
target.insertBefore( $.removeChild( child ), target.firstChild );
|
956
|
+
}
|
957
|
+
else
|
958
|
+
{
|
959
|
+
while ( ( child = $.firstChild ) )
|
960
|
+
target.appendChild( $.removeChild( child ) );
|
961
|
+
}
|
962
|
+
},
|
963
|
+
|
964
|
+
/**
|
965
|
+
* Merges sibling elements that are identical to this one.<br>
|
966
|
+
* <br>
|
967
|
+
* Identical child elements are also merged. For example:<br>
|
968
|
+
* <b><i></i></b><b><i></i></b> => <b><i></i></b>
|
969
|
+
* @function
|
970
|
+
* @param {Boolean} [inlineOnly] Allow only inline elements to be merged. Defaults to "true".
|
971
|
+
*/
|
972
|
+
mergeSiblings : ( function()
|
973
|
+
{
|
974
|
+
function mergeElements( element, sibling, isNext )
|
975
|
+
{
|
976
|
+
if ( sibling && sibling.type == CKEDITOR.NODE_ELEMENT )
|
977
|
+
{
|
978
|
+
// Jumping over bookmark nodes and empty inline elements, e.g. <b><i></i></b>,
|
979
|
+
// queuing them to be moved later. (#5567)
|
980
|
+
var pendingNodes = [];
|
981
|
+
|
982
|
+
while ( sibling.data( 'cke-bookmark' )
|
983
|
+
|| sibling.isEmptyInlineRemoveable() )
|
984
|
+
{
|
985
|
+
pendingNodes.push( sibling );
|
986
|
+
sibling = isNext ? sibling.getNext() : sibling.getPrevious();
|
987
|
+
if ( !sibling || sibling.type != CKEDITOR.NODE_ELEMENT )
|
988
|
+
return;
|
989
|
+
}
|
990
|
+
|
991
|
+
if ( element.isIdentical( sibling ) )
|
992
|
+
{
|
993
|
+
// Save the last child to be checked too, to merge things like
|
994
|
+
// <b><i></i></b><b><i></i></b> => <b><i></i></b>
|
995
|
+
var innerSibling = isNext ? element.getLast() : element.getFirst();
|
996
|
+
|
997
|
+
// Move pending nodes first into the target element.
|
998
|
+
while( pendingNodes.length )
|
999
|
+
pendingNodes.shift().move( element, !isNext );
|
1000
|
+
|
1001
|
+
sibling.moveChildren( element, !isNext );
|
1002
|
+
sibling.remove();
|
1003
|
+
|
1004
|
+
// Now check the last inner child (see two comments above).
|
1005
|
+
if ( innerSibling && innerSibling.type == CKEDITOR.NODE_ELEMENT )
|
1006
|
+
innerSibling.mergeSiblings();
|
1007
|
+
}
|
1008
|
+
}
|
1009
|
+
}
|
1010
|
+
|
1011
|
+
return function( inlineOnly )
|
1012
|
+
{
|
1013
|
+
if ( ! ( inlineOnly === false
|
1014
|
+
|| CKEDITOR.dtd.$removeEmpty[ this.getName() ]
|
1015
|
+
|| this.is( 'a' ) ) ) // Merge empty links and anchors also. (#5567)
|
1016
|
+
{
|
1017
|
+
return;
|
1018
|
+
}
|
1019
|
+
|
1020
|
+
mergeElements( this, this.getNext(), true );
|
1021
|
+
mergeElements( this, this.getPrevious() );
|
1022
|
+
};
|
1023
|
+
} )(),
|
1024
|
+
|
1025
|
+
/**
|
1026
|
+
* Shows this element (display it).
|
1027
|
+
* @example
|
1028
|
+
* var element = CKEDITOR.dom.element.getById( 'myElement' );
|
1029
|
+
* <b>element.show()</b>;
|
1030
|
+
*/
|
1031
|
+
show : function()
|
1032
|
+
{
|
1033
|
+
this.setStyles(
|
1034
|
+
{
|
1035
|
+
display : '',
|
1036
|
+
visibility : ''
|
1037
|
+
});
|
1038
|
+
},
|
1039
|
+
|
1040
|
+
/**
|
1041
|
+
* Sets the value of an element attribute.
|
1042
|
+
* @param {String} name The name of the attribute.
|
1043
|
+
* @param {String} value The value to be set to the attribute.
|
1044
|
+
* @function
|
1045
|
+
* @returns {CKEDITOR.dom.element} This element instance.
|
1046
|
+
* @example
|
1047
|
+
* var element = CKEDITOR.dom.element.getById( 'myElement' );
|
1048
|
+
* <b>element.setAttribute( 'class', 'myClass' )</b>;
|
1049
|
+
* <b>element.setAttribute( 'title', 'This is an example' )</b>;
|
1050
|
+
*/
|
1051
|
+
setAttribute : (function()
|
1052
|
+
{
|
1053
|
+
var standard = function( name, value )
|
1054
|
+
{
|
1055
|
+
this.$.setAttribute( name, value );
|
1056
|
+
return this;
|
1057
|
+
};
|
1058
|
+
|
1059
|
+
if ( CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) )
|
1060
|
+
{
|
1061
|
+
return function( name, value )
|
1062
|
+
{
|
1063
|
+
if ( name == 'class' )
|
1064
|
+
this.$.className = value;
|
1065
|
+
else if ( name == 'style' )
|
1066
|
+
this.$.style.cssText = value;
|
1067
|
+
else if ( name == 'tabindex' ) // Case sensitive.
|
1068
|
+
this.$.tabIndex = value;
|
1069
|
+
else if ( name == 'checked' )
|
1070
|
+
this.$.checked = value;
|
1071
|
+
else
|
1072
|
+
standard.apply( this, arguments );
|
1073
|
+
return this;
|
1074
|
+
};
|
1075
|
+
}
|
1076
|
+
else if ( CKEDITOR.env.ie8Compat && CKEDITOR.env.secure )
|
1077
|
+
{
|
1078
|
+
return function( name, value )
|
1079
|
+
{
|
1080
|
+
// IE8 throws error when setting src attribute to non-ssl value. (#7847)
|
1081
|
+
if ( name == 'src' && value.match( /^http:\/\// ) )
|
1082
|
+
try { standard.apply( this, arguments ); } catch( e ){}
|
1083
|
+
else
|
1084
|
+
standard.apply( this, arguments );
|
1085
|
+
return this;
|
1086
|
+
};
|
1087
|
+
}
|
1088
|
+
else
|
1089
|
+
return standard;
|
1090
|
+
})(),
|
1091
|
+
|
1092
|
+
/**
|
1093
|
+
* Sets the value of several element attributes.
|
1094
|
+
* @param {Object} attributesPairs An object containing the names and
|
1095
|
+
* values of the attributes.
|
1096
|
+
* @returns {CKEDITOR.dom.element} This element instance.
|
1097
|
+
* @example
|
1098
|
+
* var element = CKEDITOR.dom.element.getById( 'myElement' );
|
1099
|
+
* <b>element.setAttributes({
|
1100
|
+
* 'class' : 'myClass',
|
1101
|
+
* 'title' : 'This is an example' })</b>;
|
1102
|
+
*/
|
1103
|
+
setAttributes : function( attributesPairs )
|
1104
|
+
{
|
1105
|
+
for ( var name in attributesPairs )
|
1106
|
+
this.setAttribute( name, attributesPairs[ name ] );
|
1107
|
+
return this;
|
1108
|
+
},
|
1109
|
+
|
1110
|
+
/**
|
1111
|
+
* Sets the element value. This function is usually used with form
|
1112
|
+
* field element.
|
1113
|
+
* @param {String} value The element value.
|
1114
|
+
* @returns {CKEDITOR.dom.element} This element instance.
|
1115
|
+
*/
|
1116
|
+
setValue : function( value )
|
1117
|
+
{
|
1118
|
+
this.$.value = value;
|
1119
|
+
return this;
|
1120
|
+
},
|
1121
|
+
|
1122
|
+
/**
|
1123
|
+
* Removes an attribute from the element.
|
1124
|
+
* @param {String} name The attribute name.
|
1125
|
+
* @function
|
1126
|
+
* @example
|
1127
|
+
* var element = CKEDITOR.dom.element.createFromHtml( '<div class="classA"></div>' );
|
1128
|
+
* element.removeAttribute( 'class' );
|
1129
|
+
*/
|
1130
|
+
removeAttribute : (function()
|
1131
|
+
{
|
1132
|
+
var standard = function( name )
|
1133
|
+
{
|
1134
|
+
this.$.removeAttribute( name );
|
1135
|
+
};
|
1136
|
+
|
1137
|
+
if ( CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.ie6Compat ) )
|
1138
|
+
{
|
1139
|
+
return function( name )
|
1140
|
+
{
|
1141
|
+
if ( name == 'class' )
|
1142
|
+
name = 'className';
|
1143
|
+
else if ( name == 'tabindex' )
|
1144
|
+
name = 'tabIndex';
|
1145
|
+
standard.call( this, name );
|
1146
|
+
};
|
1147
|
+
}
|
1148
|
+
else
|
1149
|
+
return standard;
|
1150
|
+
})(),
|
1151
|
+
|
1152
|
+
removeAttributes : function ( attributes )
|
1153
|
+
{
|
1154
|
+
if ( CKEDITOR.tools.isArray( attributes ) )
|
1155
|
+
{
|
1156
|
+
for ( var i = 0 ; i < attributes.length ; i++ )
|
1157
|
+
this.removeAttribute( attributes[ i ] );
|
1158
|
+
}
|
1159
|
+
else
|
1160
|
+
{
|
1161
|
+
for ( var attr in attributes )
|
1162
|
+
attributes.hasOwnProperty( attr ) && this.removeAttribute( attr );
|
1163
|
+
}
|
1164
|
+
},
|
1165
|
+
|
1166
|
+
/**
|
1167
|
+
* Removes a style from the element.
|
1168
|
+
* @param {String} name The style name.
|
1169
|
+
* @function
|
1170
|
+
* @example
|
1171
|
+
* var element = CKEDITOR.dom.element.createFromHtml( '<div style="display:none"></div>' );
|
1172
|
+
* element.removeStyle( 'display' );
|
1173
|
+
*/
|
1174
|
+
removeStyle : function( name )
|
1175
|
+
{
|
1176
|
+
this.setStyle( name, '' );
|
1177
|
+
if ( this.$.style.removeAttribute )
|
1178
|
+
this.$.style.removeAttribute( CKEDITOR.tools.cssStyleToDomStyle( name ) );
|
1179
|
+
|
1180
|
+
if ( !this.$.style.cssText )
|
1181
|
+
this.removeAttribute( 'style' );
|
1182
|
+
},
|
1183
|
+
|
1184
|
+
/**
|
1185
|
+
* Sets the value of an element style.
|
1186
|
+
* @param {String} name The name of the style. The CSS naming notation
|
1187
|
+
* must be used (e.g. "background-color").
|
1188
|
+
* @param {String} value The value to be set to the style.
|
1189
|
+
* @returns {CKEDITOR.dom.element} This element instance.
|
1190
|
+
* @example
|
1191
|
+
* var element = CKEDITOR.dom.element.getById( 'myElement' );
|
1192
|
+
* <b>element.setStyle( 'background-color', '#ff0000' )</b>;
|
1193
|
+
* <b>element.setStyle( 'margin-top', '10px' )</b>;
|
1194
|
+
* <b>element.setStyle( 'float', 'right' )</b>;
|
1195
|
+
*/
|
1196
|
+
setStyle : function( name, value )
|
1197
|
+
{
|
1198
|
+
this.$.style[ CKEDITOR.tools.cssStyleToDomStyle( name ) ] = value;
|
1199
|
+
return this;
|
1200
|
+
},
|
1201
|
+
|
1202
|
+
/**
|
1203
|
+
* Sets the value of several element styles.
|
1204
|
+
* @param {Object} stylesPairs An object containing the names and
|
1205
|
+
* values of the styles.
|
1206
|
+
* @returns {CKEDITOR.dom.element} This element instance.
|
1207
|
+
* @example
|
1208
|
+
* var element = CKEDITOR.dom.element.getById( 'myElement' );
|
1209
|
+
* <b>element.setStyles({
|
1210
|
+
* 'position' : 'absolute',
|
1211
|
+
* 'float' : 'right' })</b>;
|
1212
|
+
*/
|
1213
|
+
setStyles : function( stylesPairs )
|
1214
|
+
{
|
1215
|
+
for ( var name in stylesPairs )
|
1216
|
+
this.setStyle( name, stylesPairs[ name ] );
|
1217
|
+
return this;
|
1218
|
+
},
|
1219
|
+
|
1220
|
+
/**
|
1221
|
+
* Sets the opacity of an element.
|
1222
|
+
* @param {Number} opacity A number within the range [0.0, 1.0].
|
1223
|
+
* @example
|
1224
|
+
* var element = CKEDITOR.dom.element.getById( 'myElement' );
|
1225
|
+
* <b>element.setOpacity( 0.75 )</b>;
|
1226
|
+
*/
|
1227
|
+
setOpacity : function( opacity )
|
1228
|
+
{
|
1229
|
+
if ( CKEDITOR.env.ie )
|
1230
|
+
{
|
1231
|
+
opacity = Math.round( opacity * 100 );
|
1232
|
+
this.setStyle( 'filter', opacity >= 100 ? '' : 'progid:DXImageTransform.Microsoft.Alpha(opacity=' + opacity + ')' );
|
1233
|
+
}
|
1234
|
+
else
|
1235
|
+
this.setStyle( 'opacity', opacity );
|
1236
|
+
},
|
1237
|
+
|
1238
|
+
/**
|
1239
|
+
* Makes the element and its children unselectable.
|
1240
|
+
* @function
|
1241
|
+
* @example
|
1242
|
+
* var element = CKEDITOR.dom.element.getById( 'myElement' );
|
1243
|
+
* element.unselectable();
|
1244
|
+
*/
|
1245
|
+
unselectable :
|
1246
|
+
CKEDITOR.env.gecko ?
|
1247
|
+
function()
|
1248
|
+
{
|
1249
|
+
this.$.style.MozUserSelect = 'none';
|
1250
|
+
this.on( 'dragstart', function( evt ) { evt.data.preventDefault(); } );
|
1251
|
+
}
|
1252
|
+
: CKEDITOR.env.webkit ?
|
1253
|
+
function()
|
1254
|
+
{
|
1255
|
+
this.$.style.KhtmlUserSelect = 'none';
|
1256
|
+
this.on( 'dragstart', function( evt ) { evt.data.preventDefault(); } );
|
1257
|
+
}
|
1258
|
+
:
|
1259
|
+
function()
|
1260
|
+
{
|
1261
|
+
if ( CKEDITOR.env.ie || CKEDITOR.env.opera )
|
1262
|
+
{
|
1263
|
+
var element = this.$,
|
1264
|
+
e,
|
1265
|
+
i = 0;
|
1266
|
+
|
1267
|
+
element.unselectable = 'on';
|
1268
|
+
|
1269
|
+
while ( ( e = element.all[ i++ ] ) )
|
1270
|
+
{
|
1271
|
+
switch ( e.tagName.toLowerCase() )
|
1272
|
+
{
|
1273
|
+
case 'iframe' :
|
1274
|
+
case 'textarea' :
|
1275
|
+
case 'input' :
|
1276
|
+
case 'select' :
|
1277
|
+
/* Ignore the above tags */
|
1278
|
+
break;
|
1279
|
+
default :
|
1280
|
+
e.unselectable = 'on';
|
1281
|
+
}
|
1282
|
+
}
|
1283
|
+
}
|
1284
|
+
},
|
1285
|
+
|
1286
|
+
getPositionedAncestor : function()
|
1287
|
+
{
|
1288
|
+
var current = this;
|
1289
|
+
while ( current.getName() != 'html' )
|
1290
|
+
{
|
1291
|
+
if ( current.getComputedStyle( 'position' ) != 'static' )
|
1292
|
+
return current;
|
1293
|
+
|
1294
|
+
current = current.getParent();
|
1295
|
+
}
|
1296
|
+
return null;
|
1297
|
+
},
|
1298
|
+
|
1299
|
+
getDocumentPosition : function( refDocument )
|
1300
|
+
{
|
1301
|
+
var x = 0, y = 0,
|
1302
|
+
doc = this.getDocument(),
|
1303
|
+
body = doc.getBody(),
|
1304
|
+
quirks = doc.$.compatMode == 'BackCompat';
|
1305
|
+
|
1306
|
+
if ( document.documentElement[ "getBoundingClientRect" ] )
|
1307
|
+
{
|
1308
|
+
var box = this.$.getBoundingClientRect(),
|
1309
|
+
$doc = doc.$,
|
1310
|
+
$docElem = $doc.documentElement;
|
1311
|
+
|
1312
|
+
var clientTop = $docElem.clientTop || body.$.clientTop || 0,
|
1313
|
+
clientLeft = $docElem.clientLeft || body.$.clientLeft || 0,
|
1314
|
+
needAdjustScrollAndBorders = true;
|
1315
|
+
|
1316
|
+
/*
|
1317
|
+
* #3804: getBoundingClientRect() works differently on IE and non-IE
|
1318
|
+
* browsers, regarding scroll positions.
|
1319
|
+
*
|
1320
|
+
* On IE, the top position of the <html> element is always 0, no matter
|
1321
|
+
* how much you scrolled down.
|
1322
|
+
*
|
1323
|
+
* On other browsers, the top position of the <html> element is negative
|
1324
|
+
* scrollTop.
|
1325
|
+
*/
|
1326
|
+
if ( CKEDITOR.env.ie )
|
1327
|
+
{
|
1328
|
+
var inDocElem = doc.getDocumentElement().contains( this ),
|
1329
|
+
inBody = doc.getBody().contains( this );
|
1330
|
+
|
1331
|
+
needAdjustScrollAndBorders = ( quirks && inBody ) || ( !quirks && inDocElem );
|
1332
|
+
}
|
1333
|
+
|
1334
|
+
if ( needAdjustScrollAndBorders )
|
1335
|
+
{
|
1336
|
+
x = box.left + ( !quirks && $docElem.scrollLeft || body.$.scrollLeft );
|
1337
|
+
x -= clientLeft;
|
1338
|
+
y = box.top + ( !quirks && $docElem.scrollTop || body.$.scrollTop );
|
1339
|
+
y -= clientTop;
|
1340
|
+
}
|
1341
|
+
}
|
1342
|
+
else
|
1343
|
+
{
|
1344
|
+
var current = this, previous = null, offsetParent;
|
1345
|
+
while ( current && !( current.getName() == 'body' || current.getName() == 'html' ) )
|
1346
|
+
{
|
1347
|
+
x += current.$.offsetLeft - current.$.scrollLeft;
|
1348
|
+
y += current.$.offsetTop - current.$.scrollTop;
|
1349
|
+
|
1350
|
+
// Opera includes clientTop|Left into offsetTop|Left.
|
1351
|
+
if ( !current.equals( this ) )
|
1352
|
+
{
|
1353
|
+
x += ( current.$.clientLeft || 0 );
|
1354
|
+
y += ( current.$.clientTop || 0 );
|
1355
|
+
}
|
1356
|
+
|
1357
|
+
var scrollElement = previous;
|
1358
|
+
while ( scrollElement && !scrollElement.equals( current ) )
|
1359
|
+
{
|
1360
|
+
x -= scrollElement.$.scrollLeft;
|
1361
|
+
y -= scrollElement.$.scrollTop;
|
1362
|
+
scrollElement = scrollElement.getParent();
|
1363
|
+
}
|
1364
|
+
|
1365
|
+
previous = current;
|
1366
|
+
current = ( offsetParent = current.$.offsetParent ) ?
|
1367
|
+
new CKEDITOR.dom.element( offsetParent ) : null;
|
1368
|
+
}
|
1369
|
+
}
|
1370
|
+
|
1371
|
+
if ( refDocument )
|
1372
|
+
{
|
1373
|
+
var currentWindow = this.getWindow(),
|
1374
|
+
refWindow = refDocument.getWindow();
|
1375
|
+
|
1376
|
+
if ( !currentWindow.equals( refWindow ) && currentWindow.$.frameElement )
|
1377
|
+
{
|
1378
|
+
var iframePosition = ( new CKEDITOR.dom.element( currentWindow.$.frameElement ) ).getDocumentPosition( refDocument );
|
1379
|
+
|
1380
|
+
x += iframePosition.x;
|
1381
|
+
y += iframePosition.y;
|
1382
|
+
}
|
1383
|
+
}
|
1384
|
+
|
1385
|
+
if ( !document.documentElement[ "getBoundingClientRect" ] )
|
1386
|
+
{
|
1387
|
+
// In Firefox, we'll endup one pixel before the element positions,
|
1388
|
+
// so we must add it here.
|
1389
|
+
if ( CKEDITOR.env.gecko && !quirks )
|
1390
|
+
{
|
1391
|
+
x += this.$.clientLeft ? 1 : 0;
|
1392
|
+
y += this.$.clientTop ? 1 : 0;
|
1393
|
+
}
|
1394
|
+
}
|
1395
|
+
|
1396
|
+
return { x : x, y : y };
|
1397
|
+
},
|
1398
|
+
|
1399
|
+
scrollIntoView : function( alignTop )
|
1400
|
+
{
|
1401
|
+
// Get the element window.
|
1402
|
+
var win = this.getWindow(),
|
1403
|
+
winHeight = win.getViewPaneSize().height;
|
1404
|
+
|
1405
|
+
// Starts from the offset that will be scrolled with the negative value of
|
1406
|
+
// the visible window height.
|
1407
|
+
var offset = winHeight * -1;
|
1408
|
+
|
1409
|
+
// Append the view pane's height if align to top.
|
1410
|
+
// Append element height if we are aligning to the bottom.
|
1411
|
+
if ( alignTop )
|
1412
|
+
offset += winHeight;
|
1413
|
+
else
|
1414
|
+
{
|
1415
|
+
offset += this.$.offsetHeight || 0;
|
1416
|
+
|
1417
|
+
// Consider the margin in the scroll, which is ok for our current needs, but
|
1418
|
+
// needs investigation if we will be using this function in other places.
|
1419
|
+
offset += parseInt( this.getComputedStyle( 'marginBottom' ) || 0, 10 ) || 0;
|
1420
|
+
}
|
1421
|
+
|
1422
|
+
// Append the offsets for the entire element hierarchy.
|
1423
|
+
var elementPosition = this.getDocumentPosition();
|
1424
|
+
offset += elementPosition.y;
|
1425
|
+
|
1426
|
+
// offset value might be out of range(nagative), fix it(#3692).
|
1427
|
+
offset = offset < 0 ? 0 : offset;
|
1428
|
+
|
1429
|
+
// Scroll the window to the desired position, if not already visible(#3795).
|
1430
|
+
var currentScroll = win.getScrollPosition().y;
|
1431
|
+
if ( offset > currentScroll || offset < currentScroll - winHeight )
|
1432
|
+
win.$.scrollTo( 0, offset );
|
1433
|
+
},
|
1434
|
+
|
1435
|
+
setState : function( state )
|
1436
|
+
{
|
1437
|
+
switch ( state )
|
1438
|
+
{
|
1439
|
+
case CKEDITOR.TRISTATE_ON :
|
1440
|
+
this.addClass( 'cke_on' );
|
1441
|
+
this.removeClass( 'cke_off' );
|
1442
|
+
this.removeClass( 'cke_disabled' );
|
1443
|
+
break;
|
1444
|
+
case CKEDITOR.TRISTATE_DISABLED :
|
1445
|
+
this.addClass( 'cke_disabled' );
|
1446
|
+
this.removeClass( 'cke_off' );
|
1447
|
+
this.removeClass( 'cke_on' );
|
1448
|
+
break;
|
1449
|
+
default :
|
1450
|
+
this.addClass( 'cke_off' );
|
1451
|
+
this.removeClass( 'cke_on' );
|
1452
|
+
this.removeClass( 'cke_disabled' );
|
1453
|
+
break;
|
1454
|
+
}
|
1455
|
+
},
|
1456
|
+
|
1457
|
+
/**
|
1458
|
+
* Returns the inner document of this IFRAME element.
|
1459
|
+
* @returns {CKEDITOR.dom.document} The inner document.
|
1460
|
+
*/
|
1461
|
+
getFrameDocument : function()
|
1462
|
+
{
|
1463
|
+
var $ = this.$;
|
1464
|
+
|
1465
|
+
try
|
1466
|
+
{
|
1467
|
+
// In IE, with custom document.domain, it may happen that
|
1468
|
+
// the iframe is not yet available, resulting in "Access
|
1469
|
+
// Denied" for the following property access.
|
1470
|
+
$.contentWindow.document;
|
1471
|
+
}
|
1472
|
+
catch ( e )
|
1473
|
+
{
|
1474
|
+
// Trick to solve this issue, forcing the iframe to get ready
|
1475
|
+
// by simply setting its "src" property.
|
1476
|
+
$.src = $.src;
|
1477
|
+
|
1478
|
+
// In IE6 though, the above is not enough, so we must pause the
|
1479
|
+
// execution for a while, giving it time to think.
|
1480
|
+
if ( CKEDITOR.env.ie && CKEDITOR.env.version < 7 )
|
1481
|
+
{
|
1482
|
+
window.showModalDialog(
|
1483
|
+
'javascript:document.write("' +
|
1484
|
+
'<script>' +
|
1485
|
+
'window.setTimeout(' +
|
1486
|
+
'function(){window.close();}' +
|
1487
|
+
',50);' +
|
1488
|
+
'</script>")' );
|
1489
|
+
}
|
1490
|
+
}
|
1491
|
+
|
1492
|
+
return $ && new CKEDITOR.dom.document( $.contentWindow.document );
|
1493
|
+
},
|
1494
|
+
|
1495
|
+
/**
|
1496
|
+
* Copy all the attributes from one node to the other, kinda like a clone
|
1497
|
+
* skipAttributes is an object with the attributes that must NOT be copied.
|
1498
|
+
* @param {CKEDITOR.dom.element} dest The destination element.
|
1499
|
+
* @param {Object} skipAttributes A dictionary of attributes to skip.
|
1500
|
+
* @example
|
1501
|
+
*/
|
1502
|
+
copyAttributes : function( dest, skipAttributes )
|
1503
|
+
{
|
1504
|
+
var attributes = this.$.attributes;
|
1505
|
+
skipAttributes = skipAttributes || {};
|
1506
|
+
|
1507
|
+
for ( var n = 0 ; n < attributes.length ; n++ )
|
1508
|
+
{
|
1509
|
+
var attribute = attributes[n];
|
1510
|
+
|
1511
|
+
// Lowercase attribute name hard rule is broken for
|
1512
|
+
// some attribute on IE, e.g. CHECKED.
|
1513
|
+
var attrName = attribute.nodeName.toLowerCase(),
|
1514
|
+
attrValue;
|
1515
|
+
|
1516
|
+
// We can set the type only once, so do it with the proper value, not copying it.
|
1517
|
+
if ( attrName in skipAttributes )
|
1518
|
+
continue;
|
1519
|
+
|
1520
|
+
if ( attrName == 'checked' && ( attrValue = this.getAttribute( attrName ) ) )
|
1521
|
+
dest.setAttribute( attrName, attrValue );
|
1522
|
+
// IE BUG: value attribute is never specified even if it exists.
|
1523
|
+
else if ( attribute.specified ||
|
1524
|
+
( CKEDITOR.env.ie && attribute.nodeValue && attrName == 'value' ) )
|
1525
|
+
{
|
1526
|
+
attrValue = this.getAttribute( attrName );
|
1527
|
+
if ( attrValue === null )
|
1528
|
+
attrValue = attribute.nodeValue;
|
1529
|
+
|
1530
|
+
dest.setAttribute( attrName, attrValue );
|
1531
|
+
}
|
1532
|
+
}
|
1533
|
+
|
1534
|
+
// The style:
|
1535
|
+
if ( this.$.style.cssText !== '' )
|
1536
|
+
dest.$.style.cssText = this.$.style.cssText;
|
1537
|
+
},
|
1538
|
+
|
1539
|
+
/**
|
1540
|
+
* Changes the tag name of the current element.
|
1541
|
+
* @param {String} newTag The new tag for the element.
|
1542
|
+
*/
|
1543
|
+
renameNode : function( newTag )
|
1544
|
+
{
|
1545
|
+
// If it's already correct exit here.
|
1546
|
+
if ( this.getName() == newTag )
|
1547
|
+
return;
|
1548
|
+
|
1549
|
+
var doc = this.getDocument();
|
1550
|
+
|
1551
|
+
// Create the new node.
|
1552
|
+
var newNode = new CKEDITOR.dom.element( newTag, doc );
|
1553
|
+
|
1554
|
+
// Copy all attributes.
|
1555
|
+
this.copyAttributes( newNode );
|
1556
|
+
|
1557
|
+
// Move children to the new node.
|
1558
|
+
this.moveChildren( newNode );
|
1559
|
+
|
1560
|
+
// Replace the node.
|
1561
|
+
this.getParent() && this.$.parentNode.replaceChild( newNode.$, this.$ );
|
1562
|
+
newNode.$[ 'data-cke-expando' ] = this.$[ 'data-cke-expando' ];
|
1563
|
+
this.$ = newNode.$;
|
1564
|
+
},
|
1565
|
+
|
1566
|
+
/**
|
1567
|
+
* Gets a DOM tree descendant under the current node.
|
1568
|
+
* @param {Array|Number} indices The child index or array of child indices under the node.
|
1569
|
+
* @returns {CKEDITOR.dom.node} The specified DOM child under the current node. Null if child does not exist.
|
1570
|
+
* @example
|
1571
|
+
* var strong = p.getChild(0);
|
1572
|
+
*/
|
1573
|
+
getChild : function( indices )
|
1574
|
+
{
|
1575
|
+
var rawNode = this.$;
|
1576
|
+
|
1577
|
+
if ( !indices.slice )
|
1578
|
+
rawNode = rawNode.childNodes[ indices ];
|
1579
|
+
else
|
1580
|
+
{
|
1581
|
+
while ( indices.length > 0 && rawNode )
|
1582
|
+
rawNode = rawNode.childNodes[ indices.shift() ];
|
1583
|
+
}
|
1584
|
+
|
1585
|
+
return rawNode ? new CKEDITOR.dom.node( rawNode ) : null;
|
1586
|
+
},
|
1587
|
+
|
1588
|
+
getChildCount : function()
|
1589
|
+
{
|
1590
|
+
return this.$.childNodes.length;
|
1591
|
+
},
|
1592
|
+
|
1593
|
+
disableContextMenu : function()
|
1594
|
+
{
|
1595
|
+
this.on( 'contextmenu', function( event )
|
1596
|
+
{
|
1597
|
+
// Cancel the browser context menu.
|
1598
|
+
if ( !event.data.getTarget().hasClass( 'cke_enable_context_menu' ) )
|
1599
|
+
event.data.preventDefault();
|
1600
|
+
} );
|
1601
|
+
},
|
1602
|
+
|
1603
|
+
/**
|
1604
|
+
* Gets element's direction. Supports both CSS 'direction' prop and 'dir' attr.
|
1605
|
+
*/
|
1606
|
+
getDirection : function( useComputed )
|
1607
|
+
{
|
1608
|
+
return useComputed ?
|
1609
|
+
this.getComputedStyle( 'direction' )
|
1610
|
+
// Webkit: offline element returns empty direction (#8053).
|
1611
|
+
|| this.getDirection()
|
1612
|
+
|| this.getDocument().$.dir
|
1613
|
+
|| this.getDocument().getBody().getDirection( 1 )
|
1614
|
+
: this.getStyle( 'direction' ) || this.getAttribute( 'dir' );
|
1615
|
+
},
|
1616
|
+
|
1617
|
+
/**
|
1618
|
+
* Gets, sets and removes custom data to be stored as HTML5 data-* attributes.
|
1619
|
+
* @param {String} name The name of the attribute, excluding the 'data-' part.
|
1620
|
+
* @param {String} [value] The value to set. If set to false, the attribute will be removed.
|
1621
|
+
* @example
|
1622
|
+
* element.data( 'extra-info', 'test' ); // appended the attribute data-extra-info="test" to the element
|
1623
|
+
* alert( element.data( 'extra-info' ) ); // "test"
|
1624
|
+
* element.data( 'extra-info', false ); // remove the data-extra-info attribute from the element
|
1625
|
+
*/
|
1626
|
+
data : function ( name, value )
|
1627
|
+
{
|
1628
|
+
name = 'data-' + name;
|
1629
|
+
if ( value === undefined )
|
1630
|
+
return this.getAttribute( name );
|
1631
|
+
else if ( value === false )
|
1632
|
+
this.removeAttribute( name );
|
1633
|
+
else
|
1634
|
+
this.setAttribute( name, value );
|
1635
|
+
|
1636
|
+
return null;
|
1637
|
+
}
|
1638
|
+
});
|
1639
|
+
|
1640
|
+
( function()
|
1641
|
+
{
|
1642
|
+
var sides = {
|
1643
|
+
width : [ "border-left-width", "border-right-width","padding-left", "padding-right" ],
|
1644
|
+
height : [ "border-top-width", "border-bottom-width", "padding-top", "padding-bottom" ]
|
1645
|
+
};
|
1646
|
+
|
1647
|
+
function marginAndPaddingSize( type )
|
1648
|
+
{
|
1649
|
+
var adjustment = 0;
|
1650
|
+
for ( var i = 0, len = sides[ type ].length; i < len; i++ )
|
1651
|
+
adjustment += parseInt( this.getComputedStyle( sides [ type ][ i ] ) || 0, 10 ) || 0;
|
1652
|
+
return adjustment;
|
1653
|
+
}
|
1654
|
+
|
1655
|
+
/**
|
1656
|
+
* Sets the element size considering the box model.
|
1657
|
+
* @name CKEDITOR.dom.element.prototype.setSize
|
1658
|
+
* @function
|
1659
|
+
* @param {String} type The dimension to set. It accepts "width" and "height".
|
1660
|
+
* @param {Number} size The length unit in px.
|
1661
|
+
* @param {Boolean} isBorderBox Apply the size based on the border box model.
|
1662
|
+
*/
|
1663
|
+
CKEDITOR.dom.element.prototype.setSize = function( type, size, isBorderBox )
|
1664
|
+
{
|
1665
|
+
if ( typeof size == 'number' )
|
1666
|
+
{
|
1667
|
+
if ( isBorderBox && !( CKEDITOR.env.ie && CKEDITOR.env.quirks ) )
|
1668
|
+
size -= marginAndPaddingSize.call( this, type );
|
1669
|
+
|
1670
|
+
this.setStyle( type, size + 'px' );
|
1671
|
+
}
|
1672
|
+
};
|
1673
|
+
|
1674
|
+
/**
|
1675
|
+
* Gets the element size, possibly considering the box model.
|
1676
|
+
* @name CKEDITOR.dom.element.prototype.getSize
|
1677
|
+
* @function
|
1678
|
+
* @param {String} type The dimension to get. It accepts "width" and "height".
|
1679
|
+
* @param {Boolean} isBorderBox Get the size based on the border box model.
|
1680
|
+
*/
|
1681
|
+
CKEDITOR.dom.element.prototype.getSize = function( type, isBorderBox )
|
1682
|
+
{
|
1683
|
+
var size = Math.max( this.$[ 'offset' + CKEDITOR.tools.capitalize( type ) ],
|
1684
|
+
this.$[ 'client' + CKEDITOR.tools.capitalize( type ) ] ) || 0;
|
1685
|
+
|
1686
|
+
if ( isBorderBox )
|
1687
|
+
size -= marginAndPaddingSize.call( this, type );
|
1688
|
+
|
1689
|
+
return size;
|
1690
|
+
};
|
1691
|
+
})();
|