forge-cli 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/lib/forge-cli/modules/base/manifest.yml +1 -1
- data/lib/forge-cli/modules/base/routes.rb +1 -1
- data/lib/forge-cli/modules/posts/routes.rb +3 -1
- data/lib/forge-cli/version.rb +1 -1
- data/lib/forge/Gemfile +1 -0
- data/lib/forge/app/assets/javascripts/ckeditor/config.js +35 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/contents.css +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/lang/en.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/lang/he.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/about/dialogs/about.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/ajax_save/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/attachment/dialogs/attachment.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/images/attachment.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/en.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/ru.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/uk.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/attachment/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/autogrow/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/div/dialogs/div.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/embed/dialogs/embed.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/images/embed.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/en.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/ru.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/uk.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/embed/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/find/dialogs/find.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/flash/dialogs/flash.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/flash/images/placeholder.png +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forge_assets/plugin.js +2 -2
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/button.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/form.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/radio.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/select.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/forms/images/hiddenfield.gif +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/iframedialog/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/image/dialogs/image.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/link/dialogs/anchor.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/link/dialogs/link.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/link/images/anchor.gif +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +0 -0
- data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/icons/hidpi/mediaembed.png +0 -0
- data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/icons/mediaembed.png +0 -0
- data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/plugin.js +64 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/pastefromword/filter/default.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/scayt/dialogs/options.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_address.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_blockquote.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_div.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h1.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h2.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h3.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h4.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h5.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h6.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_p.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_pre.png +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/angel_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/angry_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/broken_heart.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/confused_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/cry_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/devil_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/envelope.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/heart.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/kiss.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/lightbulb.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/omg_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/regular_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/sad_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/shades_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/teeth_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/thumbs_down.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/thumbs_up.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/tounge_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/wink_smile.gif +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/styles/styles/default.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/table/dialogs/table.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/tableresize/plugin.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/templates/dialogs/templates.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/templates/templates/default.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template1.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template2.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template3.gif +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/lang/en.js +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/plugin.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/uicolor.gif +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/yui/yui.js +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/wsc/dialogs/ciframe.html +0 -0
- data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/wsc/dialogs/tmpFrameset.html +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +0 -0
- data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +0 -0
- data/lib/forge/app/models/asset.rb +2 -1
- data/lib/forge/app/views/forge/pages/_form.html.haml +12 -5
- data/lib/forge/app/views/forge/posts/_form.html.haml +12 -6
- data/lib/forge/app/views/layouts/forge.html.haml +0 -3
- data/lib/forge/config/routes.rb +4 -2
- data/lib/forge/lib/assets/javascripts/forge/features/asset_dialog.js.erb +1 -1
- data/lib/forge/lib/assets/javascripts/forge/features/asset_drawer.js.erb +4 -4
- data/lib/forge/lib/assets/javascripts/forge/forge_manifest.js.erb +1 -0
- data/lib/forge/lib/generators/forge/scaffold/scaffold_generator.rb +1 -0
- data/lib/forge/lib/templates/active_record/model/model.rb +4 -1
- data/lib/forge/public/images/image_new.png +0 -0
- metadata +207 -699
- data/lib/forge/public/javascripts/ckeditor/CHANGES.html +0 -923
- data/lib/forge/public/javascripts/ckeditor/INSTALL.html +0 -92
- data/lib/forge/public/javascripts/ckeditor/LICENSE.html +0 -1334
- data/lib/forge/public/javascripts/ckeditor/_source/adapters/jquery.js +0 -297
- data/lib/forge/public/javascripts/ckeditor/_source/core/_bootstrap.js +0 -91
- data/lib/forge/public/javascripts/ckeditor/_source/core/ajax.js +0 -143
- data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor.js +0 -113
- data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor_base.js +0 -193
- data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor_basic.js +0 -242
- data/lib/forge/public/javascripts/ckeditor/_source/core/command.js +0 -73
- data/lib/forge/public/javascripts/ckeditor/_source/core/commanddefinition.js +0 -102
- data/lib/forge/public/javascripts/ckeditor/_source/core/config.js +0 -405
- data/lib/forge/public/javascripts/ckeditor/_source/core/dataprocessor.js +0 -66
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom.js +0 -21
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/comment.js +0 -32
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/document.js +0 -224
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/documentfragment.js +0 -49
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/domobject.js +0 -251
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/element.js +0 -1556
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/elementpath.js +0 -116
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/event.js +0 -142
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/node.js +0 -683
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/nodelist.js +0 -23
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/range.js +0 -1880
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/rangelist.js +0 -163
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/text.js +0 -123
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/walker.js +0 -445
- data/lib/forge/public/javascripts/ckeditor/_source/core/dom/window.js +0 -96
- data/lib/forge/public/javascripts/ckeditor/_source/core/dtd.js +0 -233
- data/lib/forge/public/javascripts/ckeditor/_source/core/editor.js +0 -759
- data/lib/forge/public/javascripts/ckeditor/_source/core/editor_basic.js +0 -182
- data/lib/forge/public/javascripts/ckeditor/_source/core/env.js +0 -229
- data/lib/forge/public/javascripts/ckeditor/_source/core/event.js +0 -336
- data/lib/forge/public/javascripts/ckeditor/_source/core/eventInfo.js +0 -120
- data/lib/forge/public/javascripts/ckeditor/_source/core/focusmanager.js +0 -137
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser.js +0 -218
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/basicwriter.js +0 -145
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/cdata.js +0 -43
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/comment.js +0 -60
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/element.js +0 -240
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/filter.js +0 -288
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/fragment.js +0 -497
- data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/text.js +0 -55
- data/lib/forge/public/javascripts/ckeditor/_source/core/imagecacher.js +0 -59
- data/lib/forge/public/javascripts/ckeditor/_source/core/lang.js +0 -152
- data/lib/forge/public/javascripts/ckeditor/_source/core/loader.js +0 -243
- data/lib/forge/public/javascripts/ckeditor/_source/core/plugindefinition.js +0 -66
- data/lib/forge/public/javascripts/ckeditor/_source/core/plugins.js +0 -85
- data/lib/forge/public/javascripts/ckeditor/_source/core/resourcemanager.js +0 -238
- data/lib/forge/public/javascripts/ckeditor/_source/core/scriptloader.js +0 -198
- data/lib/forge/public/javascripts/ckeditor/_source/core/skins.js +0 -204
- data/lib/forge/public/javascripts/ckeditor/_source/core/themes.js +0 -19
- data/lib/forge/public/javascripts/ckeditor/_source/core/tools.js +0 -747
- data/lib/forge/public/javascripts/ckeditor/_source/core/ui.js +0 -116
- data/lib/forge/public/javascripts/ckeditor/_source/core/xml.js +0 -165
- data/lib/forge/public/javascripts/ckeditor/_source/lang/_languages.js +0 -83
- data/lib/forge/public/javascripts/ckeditor/_source/lang/_translationstatus.txt +0 -60
- data/lib/forge/public/javascripts/ckeditor/_source/lang/af.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ar.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/bg.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/bn.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/bs.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ca.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/cs.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/cy.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/da.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/de.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/el.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/en-au.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/en-ca.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/en-gb.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/en.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/eo.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/es.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/et.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/eu.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/fa.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/fi.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/fo.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/fr-ca.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/fr.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/gl.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/gu.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/he.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/hi.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/hr.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/hu.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/is.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/it.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ja.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/km.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ko.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/lt.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/lv.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/mn.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ms.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/nb.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/nl.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/no.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/pl.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/pt-br.js +0 -757
- data/lib/forge/public/javascripts/ckeditor/_source/lang/pt.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ro.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/ru.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/sk.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/sl.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/sr-latn.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/sr.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/sv.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/th.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/tr.js +0 -757
- data/lib/forge/public/javascripts/ckeditor/_source/lang/uk.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/vi.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/zh-cn.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/lang/zh.js +0 -758
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +0 -211
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/lang/en.js +0 -108
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/lang/he.js +0 -216
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/plugin.js +0 -46
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/about/dialogs/about.js +0 -73
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/about/plugin.js +0 -23
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/ajax_save/plugin.js +0 -43
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/attachment/dialogs/attachment.js +0 -384
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/attachment/plugin.js +0 -44
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/autogrow/plugin.js +0 -79
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/basicstyles/plugin.js +0 -101
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/bidi/plugin.js +0 -247
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/blockquote/plugin.js +0 -301
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/button/plugin.js +0 -277
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/clipboard/dialogs/paste.js +0 -205
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/clipboard/plugin.js +0 -412
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/colorbutton/plugin.js +0 -251
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +0 -340
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/colordialog/plugin.js +0 -13
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/contextmenu/plugin.js +0 -276
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialog/dialogDefinition.js +0 -315
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialog/plugin.js +0 -3016
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialogadvtab/plugin.js +0 -207
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialogui/plugin.js +0 -1522
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/div/dialogs/div.js +0 -535
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/div/plugin.js +0 -121
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/domiterator/plugin.js +0 -350
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/editingblock/plugin.js +0 -230
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/elementspath/plugin.js +0 -206
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/embed/dialogs/embed.js +0 -65
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/embed/plugin.js +0 -43
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/enterkey/plugin.js +0 -363
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/entities/plugin.js +0 -227
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/fakeobjects/plugin.js +0 -122
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/filebrowser/plugin.js +0 -491
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/find/dialogs/find.js +0 -885
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/find/plugin.js +0 -46
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/flash/dialogs/flash.js +0 -698
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/flash/plugin.js +0 -174
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/floatpanel/plugin.js +0 -398
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/font/plugin.js +0 -234
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/format/plugin.js +0 -194
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/button.js +0 -135
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/checkbox.js +0 -155
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/form.js +0 -177
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +0 -98
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/radio.js +0 -135
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/select.js +0 -556
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/textarea.js +0 -114
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/textfield.js +0 -199
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/plugin.js +0 -281
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/horizontalrule/plugin.js +0 -36
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/htmldataprocessor/plugin.js +0 -494
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/htmlwriter/plugin.js +0 -314
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/iframedialog/plugin.js +0 -136
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/image/dialogs/image.js +0 -1396
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/image/plugin.js +0 -81
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/indent/plugin.js +0 -447
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/justify/plugin.js +0 -190
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/keystrokes/plugin.js +0 -229
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/dialogs/anchor.js +0 -99
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/dialogs/link.js +0 -1420
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/plugin.js +0 -238
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/list/plugin.js +0 -683
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/listblock/plugin.js +0 -257
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +0 -203
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/liststyle/plugin.js +0 -66
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/maximize/plugin.js +0 -343
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/menu/plugin.js +0 -409
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/menubutton/plugin.js +0 -94
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/newpage/plugin.js +0 -54
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/pagebreak/plugin.js +0 -121
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/panel/plugin.js +0 -398
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/panelbutton/plugin.js +0 -147
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastefromword/filter/default.js +0 -1170
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastefromword/plugin.js +0 -122
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +0 -70
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastetext/plugin.js +0 -145
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/popup/plugin.js +0 -64
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/preview/plugin.js +0 -108
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/print/plugin.js +0 -41
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/removeformat/plugin.js +0 -184
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/resize/plugin.js +0 -157
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/richcombo/plugin.js +0 -370
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/save/plugin.js +0 -55
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/dialogs/options.js +0 -533
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +0 -71
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/plugin.js +0 -943
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/selection/plugin.js +0 -1367
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/showblocks/plugin.js +0 -156
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/showborders/plugin.js +0 -201
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/smiley/dialogs/smiley.js +0 -216
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/smiley/plugin.js +0 -94
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/sourcearea/plugin.js +0 -207
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +0 -409
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/specialchar/plugin.js +0 -29
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/styles/plugin.js +0 -1445
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/styles/styles/default.js +0 -88
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/stylescombo/plugin.js +0 -207
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/tab/plugin.js +0 -367
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/table/dialogs/table.js +0 -673
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/table/plugin.js +0 -78
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/tableresize/plugin.js +0 -450
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +0 -533
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/tabletools/plugin.js +0 -1120
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/dialogs/templates.js +0 -231
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/plugin.js +0 -100
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/templates/default.js +0 -94
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/toolbar/plugin.js +0 -481
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +0 -205
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/lang/en.js +0 -15
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/plugin.js +0 -37
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +0 -15
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/yui/yui.js +0 -71
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/undo/plugin.js +0 -555
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/wsc.css +0 -82
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/wsc.js +0 -176
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/plugin.js +0 -33
- data/lib/forge/public/javascripts/ckeditor/_source/plugins/wysiwygarea/plugin.js +0 -1126
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/dialog.css +0 -856
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/editor.css +0 -25
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/elementspath.css +0 -73
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons.css +0 -357
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/mainui.css +0 -195
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/menu.css +0 -202
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/panel.css +0 -217
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/presets.css +0 -49
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/reset.css +0 -84
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/richcombo.css +0 -277
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/skin.js +0 -268
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/templates.css +0 -88
- data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/toolbar.css +0 -409
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/dialog.css +0 -765
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/editor.css +0 -25
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/elementspath.css +0 -74
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons.css +0 -354
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/mainui.css +0 -145
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/menu.css +0 -199
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/panel.css +0 -212
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/presets.css +0 -49
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/reset.css +0 -84
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/richcombo.css +0 -297
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/skin.js +0 -81
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/templates.css +0 -87
- data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/toolbar.css +0 -470
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/dialog.css +0 -780
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/editor.css +0 -25
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/elementspath.css +0 -74
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons.css +0 -354
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/mainui.css +0 -154
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/menu.css +0 -201
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/panel.css +0 -212
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/presets.css +0 -50
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/reset.css +0 -84
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/richcombo.css +0 -297
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/skin.js +0 -77
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/templates.css +0 -87
- data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/toolbar.css +0 -423
- data/lib/forge/public/javascripts/ckeditor/_source/themes/default/theme.js +0 -356
- data/lib/forge/public/javascripts/ckeditor/adapters/jquery.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/ckeditor.js +0 -135
- data/lib/forge/public/javascripts/ckeditor/ckeditor.pack +0 -211
- data/lib/forge/public/javascripts/ckeditor/ckeditor_basic.js +0 -8
- data/lib/forge/public/javascripts/ckeditor/ckeditor_basic_source.js +0 -20
- data/lib/forge/public/javascripts/ckeditor/ckeditor_source.js +0 -25
- data/lib/forge/public/javascripts/ckeditor/config.js +0 -47
- data/lib/forge/public/javascripts/ckeditor/css/ckfinder.css +0 -299
- data/lib/forge/public/javascripts/ckeditor/css/fck_dialog.css +0 -119
- data/lib/forge/public/javascripts/ckeditor/css/fck_editor.css +0 -448
- data/lib/forge/public/javascripts/ckeditor/css/swfupload.css +0 -94
- data/lib/forge/public/javascripts/ckeditor/images/add.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/cancelbutton.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/ckfnothumb.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/doc.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/image_new.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/mp3.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/pdf.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/rar.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/refresh.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/select_files.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/spacer.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/swf.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/toolbar.start.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/images/xls.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/lang/_languages.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/_translationstatus.txt +0 -60
- data/lib/forge/public/javascripts/ckeditor/lang/af.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ar.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/bg.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/bn.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/bs.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ca.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/cs.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/cy.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/da.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/de.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/el.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/en-au.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/en-ca.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/en-gb.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/en.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/eo.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/es.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/et.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/eu.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/fa.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/fi.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/fo.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/fr-ca.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/fr.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/gl.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/gu.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/he.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/hi.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/hr.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/hu.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/is.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/it.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ja.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/km.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ko.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/lt.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/lv.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/mn.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ms.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/nb.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/nl.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/no.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/pl.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/pt-br.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/pt.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ro.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/ru.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/sk.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/sl.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/sr-latn.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/sr.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/sv.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/th.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/tr.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/uk.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/vi.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/zh-cn.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/lang/zh.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/attachment/images/attachment.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/en.js +0 -10
- data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/ru.js +0 -10
- data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/uk.js +0 -10
- data/lib/forge/public/javascripts/ckeditor/plugins/embed/images/embed.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/en.js +0 -9
- data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/ru.js +0 -9
- data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/uk.js +0 -9
- data/lib/forge/public/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
- data/lib/forge/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
- data/lib/forge/public/javascripts/ckeditor/skins/kama/dialog.css +0 -9
- data/lib/forge/public/javascripts/ckeditor/skins/kama/editor.css +0 -12
- data/lib/forge/public/javascripts/ckeditor/skins/kama/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/kama/skin.js +0 -7
- data/lib/forge/public/javascripts/ckeditor/skins/kama/templates.css +0 -6
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/dialog.css +0 -9
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/editor.css +0 -13
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/skin.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/skins/office2003/templates.css +0 -6
- data/lib/forge/public/javascripts/ckeditor/skins/v2/dialog.css +0 -8
- data/lib/forge/public/javascripts/ckeditor/skins/v2/editor.css +0 -12
- data/lib/forge/public/javascripts/ckeditor/skins/v2/icons.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/icons_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/mini.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/noimage.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/sprites.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/lib/forge/public/javascripts/ckeditor/skins/v2/skin.js +0 -6
- data/lib/forge/public/javascripts/ckeditor/skins/v2/templates.css +0 -6
- data/lib/forge/public/javascripts/ckeditor/swfupload/fileprogress.js +0 -275
- data/lib/forge/public/javascripts/ckeditor/swfupload/handlers.js +0 -170
- data/lib/forge/public/javascripts/ckeditor/swfupload/mootools-1.2.3-core-yc.js +0 -356
- data/lib/forge/public/javascripts/ckeditor/swfupload/querystring.js +0 -40
- data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.js +0 -1
- data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.queue.js +0 -1
- data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.swf +0 -0
- data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.swfobject.js +0 -111
- data/lib/forge/public/javascripts/ckeditor/themes/default/theme.js +0 -8
@@ -1,204 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Copyright (c) 2003-2010, 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.skins} object, which is used to
|
8
|
-
* manage skins loading.
|
9
|
-
*/
|
10
|
-
|
11
|
-
/**
|
12
|
-
* Manages skins loading.
|
13
|
-
* @namespace
|
14
|
-
* @example
|
15
|
-
*/
|
16
|
-
CKEDITOR.skins = (function()
|
17
|
-
{
|
18
|
-
// Holds the list of loaded skins.
|
19
|
-
var loaded = {};
|
20
|
-
var preloaded = {};
|
21
|
-
var paths = {};
|
22
|
-
|
23
|
-
var loadPart = function( editor, skinName, part, callback )
|
24
|
-
{
|
25
|
-
// Get the skin definition.
|
26
|
-
var skinDefinition = loaded[ skinName ];
|
27
|
-
|
28
|
-
if ( !editor.skin )
|
29
|
-
{
|
30
|
-
editor.skin = skinDefinition;
|
31
|
-
|
32
|
-
// Trigger init function if any.
|
33
|
-
if ( skinDefinition.init )
|
34
|
-
skinDefinition.init( editor );
|
35
|
-
}
|
36
|
-
|
37
|
-
var appendSkinPath = function( fileNames )
|
38
|
-
{
|
39
|
-
for ( var n = 0 ; n < fileNames.length ; n++ )
|
40
|
-
{
|
41
|
-
fileNames[ n ] = CKEDITOR.getUrl( paths[ skinName ] + fileNames[ n ] );
|
42
|
-
}
|
43
|
-
};
|
44
|
-
|
45
|
-
function fixCSSTextRelativePath( cssStyleText, baseUrl )
|
46
|
-
{
|
47
|
-
return cssStyleText.replace( /url\s*\(([\s'"]*)(.*?)([\s"']*)\)/g,
|
48
|
-
function( match, opener, path, closer )
|
49
|
-
{
|
50
|
-
if ( /^\/|^\w?:/.test( path ) )
|
51
|
-
return match;
|
52
|
-
else
|
53
|
-
return 'url(' + baseUrl + opener + path + closer + ')';
|
54
|
-
} );
|
55
|
-
}
|
56
|
-
|
57
|
-
// Check if we need to preload images from it.
|
58
|
-
if ( !preloaded[ skinName ] )
|
59
|
-
{
|
60
|
-
var preload = skinDefinition.preload;
|
61
|
-
if ( preload && preload.length > 0 )
|
62
|
-
{
|
63
|
-
appendSkinPath( preload );
|
64
|
-
CKEDITOR.imageCacher.load( preload, function()
|
65
|
-
{
|
66
|
-
preloaded[ skinName ] = 1;
|
67
|
-
loadPart( editor, skinName, part, callback );
|
68
|
-
} );
|
69
|
-
return;
|
70
|
-
}
|
71
|
-
|
72
|
-
// Mark it as preloaded.
|
73
|
-
preloaded[ skinName ] = 1;
|
74
|
-
}
|
75
|
-
|
76
|
-
// Get the part definition.
|
77
|
-
part = skinDefinition[ part ];
|
78
|
-
var partIsLoaded = !part || !!part._isLoaded;
|
79
|
-
|
80
|
-
// Call the callback immediately if already loaded.
|
81
|
-
if ( partIsLoaded )
|
82
|
-
callback && callback();
|
83
|
-
else
|
84
|
-
{
|
85
|
-
// Put the callback in a queue.
|
86
|
-
var pending = part._pending || ( part._pending = [] );
|
87
|
-
pending.push( callback );
|
88
|
-
|
89
|
-
// We may have more than one skin part load request. Just the first
|
90
|
-
// one must do the loading job.
|
91
|
-
if ( pending.length > 1 )
|
92
|
-
return;
|
93
|
-
|
94
|
-
// Check whether the "css" and "js" properties have been defined
|
95
|
-
// for that part.
|
96
|
-
var cssIsLoaded = !part.css || !part.css.length;
|
97
|
-
var jsIsLoaded = !part.js || !part.js.length;
|
98
|
-
|
99
|
-
// This is the function that will trigger the callback calls on
|
100
|
-
// load.
|
101
|
-
var checkIsLoaded = function()
|
102
|
-
{
|
103
|
-
if ( cssIsLoaded && jsIsLoaded )
|
104
|
-
{
|
105
|
-
// Mark the part as loaded.
|
106
|
-
part._isLoaded = 1;
|
107
|
-
|
108
|
-
// Call all pending callbacks.
|
109
|
-
for ( var i = 0 ; i < pending.length ; i++ )
|
110
|
-
{
|
111
|
-
if ( pending[ i ] )
|
112
|
-
pending[ i ]();
|
113
|
-
}
|
114
|
-
}
|
115
|
-
};
|
116
|
-
|
117
|
-
// Load the "css" pieces.
|
118
|
-
if ( !cssIsLoaded )
|
119
|
-
{
|
120
|
-
var cssPart = part.css;
|
121
|
-
|
122
|
-
if ( CKEDITOR.tools.isArray( cssPart ) )
|
123
|
-
{
|
124
|
-
appendSkinPath( cssPart );
|
125
|
-
for ( var c = 0 ; c < cssPart.length ; c++ )
|
126
|
-
CKEDITOR.document.appendStyleSheet( cssPart[ c ] );
|
127
|
-
}
|
128
|
-
else
|
129
|
-
{
|
130
|
-
cssPart = fixCSSTextRelativePath(
|
131
|
-
cssPart, CKEDITOR.getUrl( paths[ skinName ] ) );
|
132
|
-
// Processing Inline CSS part.
|
133
|
-
CKEDITOR.document.appendStyleText( cssPart );
|
134
|
-
}
|
135
|
-
|
136
|
-
part.css = cssPart;
|
137
|
-
|
138
|
-
cssIsLoaded = 1;
|
139
|
-
}
|
140
|
-
|
141
|
-
// Load the "js" pieces.
|
142
|
-
if ( !jsIsLoaded )
|
143
|
-
{
|
144
|
-
appendSkinPath( part.js );
|
145
|
-
CKEDITOR.scriptLoader.load( part.js, function()
|
146
|
-
{
|
147
|
-
jsIsLoaded = 1;
|
148
|
-
checkIsLoaded();
|
149
|
-
});
|
150
|
-
}
|
151
|
-
|
152
|
-
// We may have nothing to load, so check it immediately.
|
153
|
-
checkIsLoaded();
|
154
|
-
}
|
155
|
-
};
|
156
|
-
|
157
|
-
return /** @lends CKEDITOR.skins */ {
|
158
|
-
|
159
|
-
/**
|
160
|
-
* Registers a skin definition.
|
161
|
-
* @param {String} skinName The skin name.
|
162
|
-
* @param {Object} skinDefinition The skin definition.
|
163
|
-
* @example
|
164
|
-
*/
|
165
|
-
add : function( skinName, skinDefinition )
|
166
|
-
{
|
167
|
-
loaded[ skinName ] = skinDefinition;
|
168
|
-
|
169
|
-
skinDefinition.skinPath = paths[ skinName ]
|
170
|
-
|| ( paths[ skinName ] =
|
171
|
-
CKEDITOR.getUrl(
|
172
|
-
'_source/' + // @Packager.RemoveLine
|
173
|
-
'skins/' + skinName + '/' ) );
|
174
|
-
},
|
175
|
-
|
176
|
-
/**
|
177
|
-
* Loads a skin part. Skins are defined in parts, which are basically
|
178
|
-
* separated CSS files. This function is mainly used by the core code and
|
179
|
-
* should not have much use out of it.
|
180
|
-
* @param {String} skinName The name of the skin to be loaded.
|
181
|
-
* @param {String} skinPart The skin part to be loaded. Common skin parts
|
182
|
-
* are "editor" and "dialog".
|
183
|
-
* @param {Function} [callback] A function to be called once the skin
|
184
|
-
* part files are loaded.
|
185
|
-
* @example
|
186
|
-
*/
|
187
|
-
load : function( editor, skinPart, callback )
|
188
|
-
{
|
189
|
-
var skinName = editor.skinName,
|
190
|
-
skinPath = editor.skinPath;
|
191
|
-
|
192
|
-
if ( loaded[ skinName ] )
|
193
|
-
loadPart( editor, skinName, skinPart, callback );
|
194
|
-
else
|
195
|
-
{
|
196
|
-
paths[ skinName ] = skinPath;
|
197
|
-
CKEDITOR.scriptLoader.load( CKEDITOR.getUrl( skinPath + 'skin.js' ), function()
|
198
|
-
{
|
199
|
-
loadPart( editor, skinName, skinPart, callback );
|
200
|
-
});
|
201
|
-
}
|
202
|
-
}
|
203
|
-
};
|
204
|
-
})();
|
@@ -1,19 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Copyright (c) 2003-2010, 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.themes} object, which is used to
|
8
|
-
* manage themes registration and loading.
|
9
|
-
*/
|
10
|
-
|
11
|
-
/**
|
12
|
-
* Manages themes registration and loading.
|
13
|
-
* @namespace
|
14
|
-
* @augments CKEDITOR.resourceManager
|
15
|
-
* @example
|
16
|
-
*/
|
17
|
-
CKEDITOR.themes = new CKEDITOR.resourceManager(
|
18
|
-
'_source/'+ // @Packager.RemoveLine
|
19
|
-
'themes/', 'theme' );
|
@@ -1,747 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Copyright (c) 2003-2010, 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.tools} object, which contains
|
8
|
-
* utility functions.
|
9
|
-
*/
|
10
|
-
|
11
|
-
(function()
|
12
|
-
{
|
13
|
-
var functions = [];
|
14
|
-
|
15
|
-
CKEDITOR.on( 'reset', function()
|
16
|
-
{
|
17
|
-
functions = [];
|
18
|
-
});
|
19
|
-
|
20
|
-
/**
|
21
|
-
* Utility functions.
|
22
|
-
* @namespace
|
23
|
-
* @example
|
24
|
-
*/
|
25
|
-
CKEDITOR.tools =
|
26
|
-
{
|
27
|
-
/**
|
28
|
-
* Compare the elements of two arrays.
|
29
|
-
* @param {Array} arrayA An array to be compared.
|
30
|
-
* @param {Array} arrayB The other array to be compared.
|
31
|
-
* @returns {Boolean} "true" is the arrays have the same lenght and
|
32
|
-
* their elements match.
|
33
|
-
* @example
|
34
|
-
* var a = [ 1, 'a', 3 ];
|
35
|
-
* var b = [ 1, 3, 'a' ];
|
36
|
-
* var c = [ 1, 'a', 3 ];
|
37
|
-
* var d = [ 1, 'a', 3, 4 ];
|
38
|
-
*
|
39
|
-
* alert( CKEDITOR.tools.arrayCompare( a, b ) ); // false
|
40
|
-
* alert( CKEDITOR.tools.arrayCompare( a, c ) ); // true
|
41
|
-
* alert( CKEDITOR.tools.arrayCompare( a, d ) ); // false
|
42
|
-
*/
|
43
|
-
arrayCompare : function( arrayA, arrayB )
|
44
|
-
{
|
45
|
-
if ( !arrayA && !arrayB )
|
46
|
-
return true;
|
47
|
-
|
48
|
-
if ( !arrayA || !arrayB || arrayA.length != arrayB.length )
|
49
|
-
return false;
|
50
|
-
|
51
|
-
for ( var i = 0 ; i < arrayA.length ; i++ )
|
52
|
-
{
|
53
|
-
if ( arrayA[ i ] != arrayB[ i ] )
|
54
|
-
return false;
|
55
|
-
}
|
56
|
-
|
57
|
-
return true;
|
58
|
-
},
|
59
|
-
|
60
|
-
/**
|
61
|
-
* Creates a deep copy of an object.
|
62
|
-
* Attention: there is no support for recursive references.
|
63
|
-
* @param {Object} object The object to be cloned.
|
64
|
-
* @returns {Object} The object clone.
|
65
|
-
* @example
|
66
|
-
* var obj =
|
67
|
-
* {
|
68
|
-
* name : 'John',
|
69
|
-
* cars :
|
70
|
-
* {
|
71
|
-
* Mercedes : { color : 'blue' },
|
72
|
-
* Porsche : { color : 'red' }
|
73
|
-
* }
|
74
|
-
* };
|
75
|
-
* var clone = CKEDITOR.tools.clone( obj );
|
76
|
-
* clone.name = 'Paul';
|
77
|
-
* clone.cars.Porsche.color = 'silver';
|
78
|
-
* alert( obj.name ); // John
|
79
|
-
* alert( clone.name ); // Paul
|
80
|
-
* alert( obj.cars.Porsche.color ); // red
|
81
|
-
* alert( clone.cars.Porsche.color ); // silver
|
82
|
-
*/
|
83
|
-
clone : function( obj )
|
84
|
-
{
|
85
|
-
var clone;
|
86
|
-
|
87
|
-
// Array.
|
88
|
-
if ( obj && ( obj instanceof Array ) )
|
89
|
-
{
|
90
|
-
clone = [];
|
91
|
-
|
92
|
-
for ( var i = 0 ; i < obj.length ; i++ )
|
93
|
-
clone[ i ] = this.clone( obj[ i ] );
|
94
|
-
|
95
|
-
return clone;
|
96
|
-
}
|
97
|
-
|
98
|
-
// "Static" types.
|
99
|
-
if ( obj === null
|
100
|
-
|| ( typeof( obj ) != 'object' )
|
101
|
-
|| ( obj instanceof String )
|
102
|
-
|| ( obj instanceof Number )
|
103
|
-
|| ( obj instanceof Boolean )
|
104
|
-
|| ( obj instanceof Date )
|
105
|
-
|| ( obj instanceof RegExp) )
|
106
|
-
{
|
107
|
-
return obj;
|
108
|
-
}
|
109
|
-
|
110
|
-
// Objects.
|
111
|
-
clone = new obj.constructor();
|
112
|
-
|
113
|
-
for ( var propertyName in obj )
|
114
|
-
{
|
115
|
-
var property = obj[ propertyName ];
|
116
|
-
clone[ propertyName ] = this.clone( property );
|
117
|
-
}
|
118
|
-
|
119
|
-
return clone;
|
120
|
-
},
|
121
|
-
|
122
|
-
/**
|
123
|
-
* Turn the first letter of string to upper-case.
|
124
|
-
* @param {String} str
|
125
|
-
*/
|
126
|
-
capitalize: function( str )
|
127
|
-
{
|
128
|
-
return str.charAt( 0 ).toUpperCase() + str.substring( 1 ).toLowerCase();
|
129
|
-
},
|
130
|
-
|
131
|
-
/**
|
132
|
-
* Copy the properties from one object to another. By default, properties
|
133
|
-
* already present in the target object <strong>are not</strong> overwritten.
|
134
|
-
* @param {Object} target The object to be extended.
|
135
|
-
* @param {Object} source[,souce(n)] The objects from which copy
|
136
|
-
* properties. Any number of objects can be passed to this function.
|
137
|
-
* @param {Boolean} [overwrite] If 'true' is specified it indicates that
|
138
|
-
* properties already present in the target object could be
|
139
|
-
* overwritten by subsequent objects.
|
140
|
-
* @param {Object} [properties] Only properties within the specified names
|
141
|
-
* list will be received from the source object.
|
142
|
-
* @returns {Object} the extended object (target).
|
143
|
-
* @example
|
144
|
-
* // Create the sample object.
|
145
|
-
* var myObject =
|
146
|
-
* {
|
147
|
-
* prop1 : true
|
148
|
-
* };
|
149
|
-
*
|
150
|
-
* // Extend the above object with two properties.
|
151
|
-
* CKEDITOR.tools.extend( myObject,
|
152
|
-
* {
|
153
|
-
* prop2 : true,
|
154
|
-
* prop3 : true
|
155
|
-
* } );
|
156
|
-
*
|
157
|
-
* // Alert "prop1", "prop2" and "prop3".
|
158
|
-
* for ( var p in myObject )
|
159
|
-
* alert( p );
|
160
|
-
*/
|
161
|
-
extend : function( target )
|
162
|
-
{
|
163
|
-
var argsLength = arguments.length,
|
164
|
-
overwrite, propertiesList;
|
165
|
-
|
166
|
-
if ( typeof ( overwrite = arguments[ argsLength - 1 ] ) == 'boolean')
|
167
|
-
argsLength--;
|
168
|
-
else if ( typeof ( overwrite = arguments[ argsLength - 2 ] ) == 'boolean' )
|
169
|
-
{
|
170
|
-
propertiesList = arguments [ argsLength -1 ];
|
171
|
-
argsLength-=2;
|
172
|
-
}
|
173
|
-
for ( var i = 1 ; i < argsLength ; i++ )
|
174
|
-
{
|
175
|
-
var source = arguments[ i ];
|
176
|
-
for ( var propertyName in source )
|
177
|
-
{
|
178
|
-
// Only copy existed fields if in overwrite mode.
|
179
|
-
if ( overwrite === true || target[ propertyName ] == undefined )
|
180
|
-
{
|
181
|
-
// Only copy specified fields if list is provided.
|
182
|
-
if ( !propertiesList || ( propertyName in propertiesList ) )
|
183
|
-
target[ propertyName ] = source[ propertyName ];
|
184
|
-
|
185
|
-
}
|
186
|
-
}
|
187
|
-
}
|
188
|
-
|
189
|
-
return target;
|
190
|
-
},
|
191
|
-
|
192
|
-
/**
|
193
|
-
* Creates an object which is an instance of a class which prototype is a
|
194
|
-
* predefined object. All properties defined in the source object are
|
195
|
-
* automatically inherited by the resulting object, including future
|
196
|
-
* changes to it.
|
197
|
-
* @param {Object} source The source object to be used as the prototype for
|
198
|
-
* the final object.
|
199
|
-
* @returns {Object} The resulting copy.
|
200
|
-
*/
|
201
|
-
prototypedCopy : function( source )
|
202
|
-
{
|
203
|
-
var copy = function()
|
204
|
-
{};
|
205
|
-
copy.prototype = source;
|
206
|
-
return new copy();
|
207
|
-
},
|
208
|
-
|
209
|
-
/**
|
210
|
-
* Checks if an object is an Array.
|
211
|
-
* @param {Object} object The object to be checked.
|
212
|
-
* @type Boolean
|
213
|
-
* @returns <i>true</i> if the object is an Array, otherwise <i>false</i>.
|
214
|
-
* @example
|
215
|
-
* alert( CKEDITOR.tools.isArray( [] ) ); // "true"
|
216
|
-
* alert( CKEDITOR.tools.isArray( 'Test' ) ); // "false"
|
217
|
-
*/
|
218
|
-
isArray : function( object )
|
219
|
-
{
|
220
|
-
return ( !!object && object instanceof Array );
|
221
|
-
},
|
222
|
-
|
223
|
-
/**
|
224
|
-
* Whether the object contains no properties of it's own.
|
225
|
-
* @param object
|
226
|
-
*/
|
227
|
-
isEmpty : function ( object )
|
228
|
-
{
|
229
|
-
for ( var i in object )
|
230
|
-
{
|
231
|
-
if ( object.hasOwnProperty( i ) )
|
232
|
-
return false;
|
233
|
-
}
|
234
|
-
return true;
|
235
|
-
},
|
236
|
-
|
237
|
-
/**
|
238
|
-
* Transforms a CSS property name to its relative DOM style name.
|
239
|
-
* @param {String} cssName The CSS property name.
|
240
|
-
* @returns {String} The transformed name.
|
241
|
-
* @example
|
242
|
-
* alert( CKEDITOR.tools.cssStyleToDomStyle( 'background-color' ) ); // "backgroundColor"
|
243
|
-
* alert( CKEDITOR.tools.cssStyleToDomStyle( 'float' ) ); // "cssFloat"
|
244
|
-
*/
|
245
|
-
cssStyleToDomStyle : ( function()
|
246
|
-
{
|
247
|
-
var test = document.createElement( 'div' ).style;
|
248
|
-
|
249
|
-
var cssFloat = ( typeof test.cssFloat != 'undefined' ) ? 'cssFloat'
|
250
|
-
: ( typeof test.styleFloat != 'undefined' ) ? 'styleFloat'
|
251
|
-
: 'float';
|
252
|
-
|
253
|
-
return function( cssName )
|
254
|
-
{
|
255
|
-
if ( cssName == 'float' )
|
256
|
-
return cssFloat;
|
257
|
-
else
|
258
|
-
{
|
259
|
-
return cssName.replace( /-./g, function( match )
|
260
|
-
{
|
261
|
-
return match.substr( 1 ).toUpperCase();
|
262
|
-
});
|
263
|
-
}
|
264
|
-
};
|
265
|
-
} )(),
|
266
|
-
|
267
|
-
/**
|
268
|
-
* Build the HTML snippet of a set of <style>/<link>.
|
269
|
-
* @param css {String|Array} Each of which are url (absolute) of a CSS file or
|
270
|
-
* a trunk of style text.
|
271
|
-
*/
|
272
|
-
buildStyleHtml : function ( css )
|
273
|
-
{
|
274
|
-
css = [].concat( css );
|
275
|
-
var item, retval = [];
|
276
|
-
for ( var i = 0; i < css.length; i++ )
|
277
|
-
{
|
278
|
-
item = css[ i ];
|
279
|
-
// Is CSS style text ?
|
280
|
-
if ( /@import|[{}]/.test(item) )
|
281
|
-
retval.push('<style>' + item + '</style>');
|
282
|
-
else
|
283
|
-
retval.push('<link type="text/css" rel=stylesheet href="' + item + '">');
|
284
|
-
}
|
285
|
-
return retval.join( '' );
|
286
|
-
},
|
287
|
-
|
288
|
-
/**
|
289
|
-
* Replace special HTML characters in a string with their relative HTML
|
290
|
-
* entity values.
|
291
|
-
* @param {String} text The string to be encoded.
|
292
|
-
* @returns {String} The encode string.
|
293
|
-
* @example
|
294
|
-
* alert( CKEDITOR.tools.htmlEncode( 'A > B & C < D' ) ); // "A &gt; B &amp; C &lt; D"
|
295
|
-
*/
|
296
|
-
htmlEncode : function( text )
|
297
|
-
{
|
298
|
-
var standard = function( text )
|
299
|
-
{
|
300
|
-
var span = new CKEDITOR.dom.element( 'span' );
|
301
|
-
span.setText( text );
|
302
|
-
return span.getHtml();
|
303
|
-
};
|
304
|
-
|
305
|
-
var fix1 = ( standard( '\n' ).toLowerCase() == '<br>' ) ?
|
306
|
-
function( text )
|
307
|
-
{
|
308
|
-
// #3874 IE and Safari encode line-break into <br>
|
309
|
-
return standard( text ).replace( /<br>/gi, '\n' );
|
310
|
-
} :
|
311
|
-
standard;
|
312
|
-
|
313
|
-
var fix2 = ( standard( '>' ) == '>' ) ?
|
314
|
-
function( text )
|
315
|
-
{
|
316
|
-
// WebKit does't encode the ">" character, which makes sense, but
|
317
|
-
// it's different than other browsers.
|
318
|
-
return fix1( text ).replace( />/g, '>' );
|
319
|
-
} :
|
320
|
-
fix1;
|
321
|
-
|
322
|
-
var fix3 = ( standard( ' ' ) == ' ' ) ?
|
323
|
-
function( text )
|
324
|
-
{
|
325
|
-
// #3785 IE8 changes spaces (>= 2) to
|
326
|
-
return fix2( text ).replace( / /g, ' ' );
|
327
|
-
} :
|
328
|
-
fix2;
|
329
|
-
|
330
|
-
this.htmlEncode = fix3;
|
331
|
-
|
332
|
-
return this.htmlEncode( text );
|
333
|
-
},
|
334
|
-
|
335
|
-
/**
|
336
|
-
* Replace special HTML characters in HTMLElement's attribute with their relative HTML entity values.
|
337
|
-
* @param {String} The attribute's value to be encoded.
|
338
|
-
* @returns {String} The encode value.
|
339
|
-
* @example
|
340
|
-
* element.setAttribute( 'title', '<a " b >' );
|
341
|
-
* alert( CKEDITOR.tools.htmlEncodeAttr( element.getAttribute( 'title' ) ); // ">a " b <"
|
342
|
-
*/
|
343
|
-
htmlEncodeAttr : function( text )
|
344
|
-
{
|
345
|
-
return text.replace( /"/g, '"' ).replace( /</g, '<' ).replace( />/g, '>' );
|
346
|
-
},
|
347
|
-
|
348
|
-
/**
|
349
|
-
* Replace characters can't be represented through CSS Selectors string
|
350
|
-
* by CSS Escape Notation where the character escape sequence consists
|
351
|
-
* of a backslash character (\) followed by the orginal characters.
|
352
|
-
* Ref: http://www.w3.org/TR/css3-selectors/#grammar
|
353
|
-
* @param cssSelectText
|
354
|
-
* @return the escaped selector text.
|
355
|
-
*/
|
356
|
-
escapeCssSelector : function( cssSelectText )
|
357
|
-
{
|
358
|
-
return cssSelectText.replace( /[\s#:.,$*^\[\]()~=+>]/g, '\\$&' );
|
359
|
-
},
|
360
|
-
|
361
|
-
/**
|
362
|
-
* Gets a unique number for this CKEDITOR execution session. It returns
|
363
|
-
* progressive numbers starting at 1.
|
364
|
-
* @function
|
365
|
-
* @returns {Number} A unique number.
|
366
|
-
* @example
|
367
|
-
* alert( CKEDITOR.tools.<b>getNextNumber()</b> ); // "1" (e.g.)
|
368
|
-
* alert( CKEDITOR.tools.<b>getNextNumber()</b> ); // "2"
|
369
|
-
*/
|
370
|
-
getNextNumber : (function()
|
371
|
-
{
|
372
|
-
var last = 0;
|
373
|
-
return function()
|
374
|
-
{
|
375
|
-
return ++last;
|
376
|
-
};
|
377
|
-
})(),
|
378
|
-
|
379
|
-
/**
|
380
|
-
* Gets a unique ID for CKEditor's interface elements. It returns a
|
381
|
-
* string with the "cke_" prefix and a progressive number.
|
382
|
-
* @function
|
383
|
-
* @returns {String} A unique ID.
|
384
|
-
* @example
|
385
|
-
* alert( CKEDITOR.tools.<b>getNextId()</b> ); // "cke_1" (e.g.)
|
386
|
-
* alert( CKEDITOR.tools.<b>getNextId()</b> ); // "cke_2"
|
387
|
-
*/
|
388
|
-
getNextId : function()
|
389
|
-
{
|
390
|
-
return 'cke_' + this.getNextNumber();
|
391
|
-
},
|
392
|
-
|
393
|
-
/**
|
394
|
-
* Creates a function override.
|
395
|
-
* @param {Function} originalFunction The function to be overridden.
|
396
|
-
* @param {Function} functionBuilder A function that returns the new
|
397
|
-
* function. The original function reference will be passed to this
|
398
|
-
* function.
|
399
|
-
* @returns {Function} The new function.
|
400
|
-
* @example
|
401
|
-
* var example =
|
402
|
-
* {
|
403
|
-
* myFunction : function( name )
|
404
|
-
* {
|
405
|
-
* alert( 'Name: ' + name );
|
406
|
-
* }
|
407
|
-
* };
|
408
|
-
*
|
409
|
-
* example.myFunction = CKEDITOR.tools.override( example.myFunction, function( myFunctionOriginal )
|
410
|
-
* {
|
411
|
-
* return function( name )
|
412
|
-
* {
|
413
|
-
* alert( 'Override Name: ' + name );
|
414
|
-
* myFunctionOriginal.call( this, name );
|
415
|
-
* };
|
416
|
-
* });
|
417
|
-
*/
|
418
|
-
override : function( originalFunction, functionBuilder )
|
419
|
-
{
|
420
|
-
return functionBuilder( originalFunction );
|
421
|
-
},
|
422
|
-
|
423
|
-
/**
|
424
|
-
* Executes a function after specified delay.
|
425
|
-
* @param {Function} func The function to be executed.
|
426
|
-
* @param {Number} [milliseconds] The amount of time (millisecods) to wait
|
427
|
-
* to fire the function execution. Defaults to zero.
|
428
|
-
* @param {Object} [scope] The object to hold the function execution scope
|
429
|
-
* (the "this" object). By default the "window" object.
|
430
|
-
* @param {Object|Array} [args] A single object, or an array of objects, to
|
431
|
-
* pass as arguments to the function.
|
432
|
-
* @param {Object} [ownerWindow] The window that will be used to set the
|
433
|
-
* timeout. By default the current "window".
|
434
|
-
* @returns {Object} A value that can be used to cancel the function execution.
|
435
|
-
* @example
|
436
|
-
* CKEDITOR.tools.<b>setTimeout(
|
437
|
-
* function()
|
438
|
-
* {
|
439
|
-
* alert( 'Executed after 2 seconds' );
|
440
|
-
* },
|
441
|
-
* 2000 )</b>;
|
442
|
-
*/
|
443
|
-
setTimeout : function( func, milliseconds, scope, args, ownerWindow )
|
444
|
-
{
|
445
|
-
if ( !ownerWindow )
|
446
|
-
ownerWindow = window;
|
447
|
-
|
448
|
-
if ( !scope )
|
449
|
-
scope = ownerWindow;
|
450
|
-
|
451
|
-
return ownerWindow.setTimeout(
|
452
|
-
function()
|
453
|
-
{
|
454
|
-
if ( args )
|
455
|
-
func.apply( scope, [].concat( args ) ) ;
|
456
|
-
else
|
457
|
-
func.apply( scope ) ;
|
458
|
-
},
|
459
|
-
milliseconds || 0 );
|
460
|
-
},
|
461
|
-
|
462
|
-
/**
|
463
|
-
* Remove spaces from the start and the end of a string. The following
|
464
|
-
* characters are removed: space, tab, line break, line feed.
|
465
|
-
* @function
|
466
|
-
* @param {String} str The text from which remove the spaces.
|
467
|
-
* @returns {String} The modified string without the boundary spaces.
|
468
|
-
* @example
|
469
|
-
* alert( CKEDITOR.tools.trim( ' example ' ); // "example"
|
470
|
-
*/
|
471
|
-
trim : (function()
|
472
|
-
{
|
473
|
-
// We are not using \s because we don't want "non-breaking spaces" to be caught.
|
474
|
-
var trimRegex = /(?:^[ \t\n\r]+)|(?:[ \t\n\r]+$)/g;
|
475
|
-
return function( str )
|
476
|
-
{
|
477
|
-
return str.replace( trimRegex, '' ) ;
|
478
|
-
};
|
479
|
-
})(),
|
480
|
-
|
481
|
-
/**
|
482
|
-
* Remove spaces from the start (left) of a string. The following
|
483
|
-
* characters are removed: space, tab, line break, line feed.
|
484
|
-
* @function
|
485
|
-
* @param {String} str The text from which remove the spaces.
|
486
|
-
* @returns {String} The modified string excluding the removed spaces.
|
487
|
-
* @example
|
488
|
-
* alert( CKEDITOR.tools.ltrim( ' example ' ); // "example "
|
489
|
-
*/
|
490
|
-
ltrim : (function()
|
491
|
-
{
|
492
|
-
// We are not using \s because we don't want "non-breaking spaces" to be caught.
|
493
|
-
var trimRegex = /^[ \t\n\r]+/g;
|
494
|
-
return function( str )
|
495
|
-
{
|
496
|
-
return str.replace( trimRegex, '' ) ;
|
497
|
-
};
|
498
|
-
})(),
|
499
|
-
|
500
|
-
/**
|
501
|
-
* Remove spaces from the end (right) of a string. The following
|
502
|
-
* characters are removed: space, tab, line break, line feed.
|
503
|
-
* @function
|
504
|
-
* @param {String} str The text from which remove the spaces.
|
505
|
-
* @returns {String} The modified string excluding the removed spaces.
|
506
|
-
* @example
|
507
|
-
* alert( CKEDITOR.tools.ltrim( ' example ' ); // " example"
|
508
|
-
*/
|
509
|
-
rtrim : (function()
|
510
|
-
{
|
511
|
-
// We are not using \s because we don't want "non-breaking spaces" to be caught.
|
512
|
-
var trimRegex = /[ \t\n\r]+$/g;
|
513
|
-
return function( str )
|
514
|
-
{
|
515
|
-
return str.replace( trimRegex, '' ) ;
|
516
|
-
};
|
517
|
-
})(),
|
518
|
-
|
519
|
-
/**
|
520
|
-
* Returns the index of an element in an array.
|
521
|
-
* @param {Array} array The array to be searched.
|
522
|
-
* @param {Object} entry The element to be found.
|
523
|
-
* @returns {Number} The (zero based) index of the first entry that matches
|
524
|
-
* the entry, or -1 if not found.
|
525
|
-
* @example
|
526
|
-
* var letters = [ 'a', 'b', 0, 'c', false ];
|
527
|
-
* alert( CKEDITOR.tools.indexOf( letters, '0' ) ); "-1" because 0 !== '0'
|
528
|
-
* alert( CKEDITOR.tools.indexOf( letters, false ) ); "4" because 0 !== false
|
529
|
-
*/
|
530
|
-
indexOf :
|
531
|
-
// #2514: We should try to use Array.indexOf if it does exist.
|
532
|
-
( Array.prototype.indexOf ) ?
|
533
|
-
function( array, entry )
|
534
|
-
{
|
535
|
-
return array.indexOf( entry );
|
536
|
-
}
|
537
|
-
:
|
538
|
-
function( array, entry )
|
539
|
-
{
|
540
|
-
for ( var i = 0, len = array.length ; i < len ; i++ )
|
541
|
-
{
|
542
|
-
if ( array[ i ] === entry )
|
543
|
-
return i;
|
544
|
-
}
|
545
|
-
return -1;
|
546
|
-
},
|
547
|
-
|
548
|
-
/**
|
549
|
-
* Creates a function that will always execute in the context of a
|
550
|
-
* specified object.
|
551
|
-
* @param {Function} func The function to be executed.
|
552
|
-
* @param {Object} obj The object to which bind the execution context.
|
553
|
-
* @returns {Function} The function that can be used to execute the
|
554
|
-
* "func" function in the context of "obj".
|
555
|
-
* @example
|
556
|
-
* var obj = { text : 'My Object' };
|
557
|
-
*
|
558
|
-
* function alertText()
|
559
|
-
* {
|
560
|
-
* alert( this.text );
|
561
|
-
* }
|
562
|
-
*
|
563
|
-
* var newFunc = <b>CKEDITOR.tools.bind( alertText, obj )</b>;
|
564
|
-
* newFunc(); // Alerts "My Object".
|
565
|
-
*/
|
566
|
-
bind : function( func, obj )
|
567
|
-
{
|
568
|
-
return function() { return func.apply( obj, arguments ); };
|
569
|
-
},
|
570
|
-
|
571
|
-
/**
|
572
|
-
* Class creation based on prototype inheritance, with supports of the
|
573
|
-
* following features:
|
574
|
-
* <ul>
|
575
|
-
* <li> Static fields </li>
|
576
|
-
* <li> Private fields </li>
|
577
|
-
* <li> Public (prototype) fields </li>
|
578
|
-
* <li> Chainable base class constructor </li>
|
579
|
-
* </ul>
|
580
|
-
* @param {Object} definition The class definition object.
|
581
|
-
* @returns {Function} A class-like JavaScript function.
|
582
|
-
*/
|
583
|
-
createClass : function( definition )
|
584
|
-
{
|
585
|
-
var $ = definition.$,
|
586
|
-
baseClass = definition.base,
|
587
|
-
privates = definition.privates || definition._,
|
588
|
-
proto = definition.proto,
|
589
|
-
statics = definition.statics;
|
590
|
-
|
591
|
-
if ( privates )
|
592
|
-
{
|
593
|
-
var originalConstructor = $;
|
594
|
-
$ = function()
|
595
|
-
{
|
596
|
-
// Create (and get) the private namespace.
|
597
|
-
var _ = this._ || ( this._ = {} );
|
598
|
-
|
599
|
-
// Make some magic so "this" will refer to the main
|
600
|
-
// instance when coding private functions.
|
601
|
-
for ( var privateName in privates )
|
602
|
-
{
|
603
|
-
var priv = privates[ privateName ];
|
604
|
-
|
605
|
-
_[ privateName ] =
|
606
|
-
( typeof priv == 'function' ) ? CKEDITOR.tools.bind( priv, this ) : priv;
|
607
|
-
}
|
608
|
-
|
609
|
-
originalConstructor.apply( this, arguments );
|
610
|
-
};
|
611
|
-
}
|
612
|
-
|
613
|
-
if ( baseClass )
|
614
|
-
{
|
615
|
-
$.prototype = this.prototypedCopy( baseClass.prototype );
|
616
|
-
$.prototype.constructor = $;
|
617
|
-
$.prototype.base = function()
|
618
|
-
{
|
619
|
-
this.base = baseClass.prototype.base;
|
620
|
-
baseClass.apply( this, arguments );
|
621
|
-
this.base = arguments.callee;
|
622
|
-
};
|
623
|
-
}
|
624
|
-
|
625
|
-
if ( proto )
|
626
|
-
this.extend( $.prototype, proto, true );
|
627
|
-
|
628
|
-
if ( statics )
|
629
|
-
this.extend( $, statics, true );
|
630
|
-
|
631
|
-
return $;
|
632
|
-
},
|
633
|
-
|
634
|
-
/**
|
635
|
-
* Creates a function reference that can be called later using
|
636
|
-
* CKEDITOR.tools.callFunction. This approach is specially useful to
|
637
|
-
* make DOM attribute function calls to JavaScript defined functions.
|
638
|
-
* @param {Function} fn The function to be executed on call.
|
639
|
-
* @param {Object} [scope] The object to have the context on "fn" execution.
|
640
|
-
* @returns {Number} A unique reference to be used in conjuction with
|
641
|
-
* CKEDITOR.tools.callFunction.
|
642
|
-
* @example
|
643
|
-
* var ref = <b>CKEDITOR.tools.addFunction</b>(
|
644
|
-
* function()
|
645
|
-
* {
|
646
|
-
* alert( 'Hello!');
|
647
|
-
* });
|
648
|
-
* CKEDITOR.tools.callFunction( ref ); // Hello!
|
649
|
-
*/
|
650
|
-
addFunction : function( fn, scope )
|
651
|
-
{
|
652
|
-
return functions.push( function()
|
653
|
-
{
|
654
|
-
fn.apply( scope || this, arguments );
|
655
|
-
}) - 1;
|
656
|
-
},
|
657
|
-
|
658
|
-
/**
|
659
|
-
* Removes the function reference created with {@see CKEDITOR.tools.addFunction}.
|
660
|
-
* @param {Number} ref The function reference created with
|
661
|
-
* CKEDITOR.tools.addFunction.
|
662
|
-
*/
|
663
|
-
removeFunction : function( ref )
|
664
|
-
{
|
665
|
-
functions[ ref ] = null;
|
666
|
-
},
|
667
|
-
|
668
|
-
/**
|
669
|
-
* Executes a function based on the reference created with
|
670
|
-
* CKEDITOR.tools.addFunction.
|
671
|
-
* @param {Number} ref The function reference created with
|
672
|
-
* CKEDITOR.tools.addFunction.
|
673
|
-
* @param {[Any,[Any,...]} params Any number of parameters to be passed
|
674
|
-
* to the executed function.
|
675
|
-
* @returns {Any} The return value of the function.
|
676
|
-
* @example
|
677
|
-
* var ref = CKEDITOR.tools.addFunction(
|
678
|
-
* function()
|
679
|
-
* {
|
680
|
-
* alert( 'Hello!');
|
681
|
-
* });
|
682
|
-
* <b>CKEDITOR.tools.callFunction( ref )</b>; // Hello!
|
683
|
-
*/
|
684
|
-
callFunction : function( ref )
|
685
|
-
{
|
686
|
-
var fn = functions[ ref ];
|
687
|
-
return fn && fn.apply( window, Array.prototype.slice.call( arguments, 1 ) );
|
688
|
-
},
|
689
|
-
|
690
|
-
/**
|
691
|
-
* Append the 'px' length unit to the size if it's missing.
|
692
|
-
* @param length
|
693
|
-
*/
|
694
|
-
cssLength : (function()
|
695
|
-
{
|
696
|
-
var decimalRegex = /^\d+(?:\.\d+)?$/;
|
697
|
-
return function( length )
|
698
|
-
{
|
699
|
-
return length + ( decimalRegex.test( length ) ? 'px' : '' );
|
700
|
-
};
|
701
|
-
})(),
|
702
|
-
|
703
|
-
/**
|
704
|
-
* String specified by {@param str} repeats {@param times} times.
|
705
|
-
* @param str
|
706
|
-
* @param times
|
707
|
-
*/
|
708
|
-
repeat : function( str, times )
|
709
|
-
{
|
710
|
-
return new Array( times + 1 ).join( str );
|
711
|
-
},
|
712
|
-
|
713
|
-
/**
|
714
|
-
* Return the first successfully executed function's return value that
|
715
|
-
* doesn't throw any exception.
|
716
|
-
*/
|
717
|
-
tryThese : function()
|
718
|
-
{
|
719
|
-
var returnValue;
|
720
|
-
for ( var i = 0, length = arguments.length; i < length; i++ )
|
721
|
-
{
|
722
|
-
var lambda = arguments[i];
|
723
|
-
try
|
724
|
-
{
|
725
|
-
returnValue = lambda();
|
726
|
-
break;
|
727
|
-
}
|
728
|
-
catch (e) {}
|
729
|
-
}
|
730
|
-
return returnValue;
|
731
|
-
},
|
732
|
-
|
733
|
-
/**
|
734
|
-
* Generate a combined key from a series of params.
|
735
|
-
* @param {String} subKey One or more string used as sub keys.
|
736
|
-
* @example
|
737
|
-
* var key = CKEDITOR.tools.genKey( 'key1', 'key2', 'key3' );
|
738
|
-
* alert( key ); // "key1-key2-key3".
|
739
|
-
*/
|
740
|
-
genKey : function()
|
741
|
-
{
|
742
|
-
return Array.prototype.slice.call( arguments ).join( '-' );
|
743
|
-
}
|
744
|
-
};
|
745
|
-
})();
|
746
|
-
|
747
|
-
// PACKAGER_RENAME( CKEDITOR.tools )
|