bcms_content_syncing 1.0.0 → 1.0.1
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.
- data/{README → README.markdown} +5 -0
- metadata +6 -661
- data/.gitignore +0 -13
- data/COPYRIGHT.txt +0 -23
- data/GPL.txt +0 -674
- data/Rakefile +0 -34
- data/VERSION +0 -1
- data/bcms_content_syncing.gemspec +0 -710
- data/config/boot.rb +0 -110
- data/config/database.yml +0 -22
- data/config/environment.rb +0 -42
- data/config/environments/development.rb +0 -18
- data/config/environments/production.rb +0 -31
- data/config/environments/test.rb +0 -29
- data/config/initializers/backtrace_silencers.rb +0 -7
- data/config/initializers/inflections.rb +0 -10
- data/config/initializers/init_module.rb +0 -1
- data/config/initializers/mime_types.rb +0 -5
- data/config/initializers/new_rails_defaults.rb +0 -21
- data/config/initializers/session_store.rb +0 -15
- data/config/locales/en.yml +0 -5
- data/config/routes.rb +0 -45
- data/db/seeds.rb +0 -7
- data/doc/README_FOR_APP +0 -2
- data/public/404.html +0 -30
- data/public/422.html +0 -30
- data/public/500.html +0 -30
- data/public/bcms/ckeditor/ckeditor.js +0 -108
- data/public/bcms/ckeditor/config.js +0 -18
- data/public/bcms/ckeditor/core/_bootstrap.js +0 -64
- data/public/bcms/ckeditor/core/ajax.js +0 -143
- data/public/bcms/ckeditor/core/ckeditor.js +0 -96
- data/public/bcms/ckeditor/core/ckeditor_base.js +0 -190
- data/public/bcms/ckeditor/core/ckeditor_basic.js +0 -241
- data/public/bcms/ckeditor/core/command.js +0 -70
- data/public/bcms/ckeditor/core/commanddefinition.js +0 -72
- data/public/bcms/ckeditor/core/config.js +0 -287
- data/public/bcms/ckeditor/core/dom.js +0 -21
- data/public/bcms/ckeditor/core/dom/document.js +0 -210
- data/public/bcms/ckeditor/core/dom/documentfragment.js +0 -49
- data/public/bcms/ckeditor/core/dom/domobject.js +0 -204
- data/public/bcms/ckeditor/core/dom/element.js +0 -1384
- data/public/bcms/ckeditor/core/dom/elementpath.js +0 -104
- data/public/bcms/ckeditor/core/dom/event.js +0 -137
- data/public/bcms/ckeditor/core/dom/node.js +0 -649
- data/public/bcms/ckeditor/core/dom/nodelist.js +0 -23
- data/public/bcms/ckeditor/core/dom/range.js +0 -1668
- data/public/bcms/ckeditor/core/dom/text.js +0 -123
- data/public/bcms/ckeditor/core/dom/walker.js +0 -411
- data/public/bcms/ckeditor/core/dom/window.js +0 -96
- data/public/bcms/ckeditor/core/dtd.js +0 -200
- data/public/bcms/ckeditor/core/editor.js +0 -650
- data/public/bcms/ckeditor/core/editor_basic.js +0 -178
- data/public/bcms/ckeditor/core/env.js +0 -219
- data/public/bcms/ckeditor/core/event.js +0 -335
- data/public/bcms/ckeditor/core/eventInfo.js +0 -120
- data/public/bcms/ckeditor/core/focusmanager.js +0 -123
- data/public/bcms/ckeditor/core/htmlparser.js +0 -212
- data/public/bcms/ckeditor/core/htmlparser/basicwriter.js +0 -140
- data/public/bcms/ckeditor/core/htmlparser/cdata.js +0 -44
- data/public/bcms/ckeditor/core/htmlparser/comment.js +0 -59
- data/public/bcms/ckeditor/core/htmlparser/element.js +0 -196
- data/public/bcms/ckeditor/core/htmlparser/filter.js +0 -233
- data/public/bcms/ckeditor/core/htmlparser/fragment.js +0 -434
- data/public/bcms/ckeditor/core/htmlparser/text.js +0 -55
- data/public/bcms/ckeditor/core/imagecacher.js +0 -58
- data/public/bcms/ckeditor/core/lang.js +0 -147
- data/public/bcms/ckeditor/core/loader.js +0 -238
- data/public/bcms/ckeditor/core/plugindefinition.js +0 -66
- data/public/bcms/ckeditor/core/plugins.js +0 -82
- data/public/bcms/ckeditor/core/resourcemanager.js +0 -233
- data/public/bcms/ckeditor/core/scriptloader.js +0 -194
- data/public/bcms/ckeditor/core/skins.js +0 -185
- data/public/bcms/ckeditor/core/test.js +0 -184
- data/public/bcms/ckeditor/core/themes.js +0 -18
- data/public/bcms/ckeditor/core/tools.js +0 -531
- data/public/bcms/ckeditor/core/ui.js +0 -106
- data/public/bcms/ckeditor/core/xml.js +0 -165
- data/public/bcms/ckeditor/editor.js +0 -51
- data/public/bcms/ckeditor/lang/_languages.js +0 -82
- data/public/bcms/ckeditor/lang/_translationstatus.txt +0 -59
- data/public/bcms/ckeditor/lang/af.js +0 -674
- data/public/bcms/ckeditor/lang/ar.js +0 -674
- data/public/bcms/ckeditor/lang/bg.js +0 -674
- data/public/bcms/ckeditor/lang/bn.js +0 -674
- data/public/bcms/ckeditor/lang/bs.js +0 -674
- data/public/bcms/ckeditor/lang/ca.js +0 -674
- data/public/bcms/ckeditor/lang/cs.js +0 -674
- data/public/bcms/ckeditor/lang/da.js +0 -674
- data/public/bcms/ckeditor/lang/de.js +0 -674
- data/public/bcms/ckeditor/lang/el.js +0 -674
- data/public/bcms/ckeditor/lang/en-au.js +0 -674
- data/public/bcms/ckeditor/lang/en-ca.js +0 -674
- data/public/bcms/ckeditor/lang/en-uk.js +0 -674
- data/public/bcms/ckeditor/lang/en.js +0 -674
- data/public/bcms/ckeditor/lang/eo.js +0 -674
- data/public/bcms/ckeditor/lang/es.js +0 -674
- data/public/bcms/ckeditor/lang/et.js +0 -674
- data/public/bcms/ckeditor/lang/eu.js +0 -674
- data/public/bcms/ckeditor/lang/fa.js +0 -674
- data/public/bcms/ckeditor/lang/fi.js +0 -674
- data/public/bcms/ckeditor/lang/fo.js +0 -674
- data/public/bcms/ckeditor/lang/fr-ca.js +0 -674
- data/public/bcms/ckeditor/lang/fr.js +0 -674
- data/public/bcms/ckeditor/lang/gl.js +0 -674
- data/public/bcms/ckeditor/lang/gu.js +0 -674
- data/public/bcms/ckeditor/lang/he.js +0 -674
- data/public/bcms/ckeditor/lang/hi.js +0 -674
- data/public/bcms/ckeditor/lang/hr.js +0 -674
- data/public/bcms/ckeditor/lang/hu.js +0 -674
- data/public/bcms/ckeditor/lang/is.js +0 -674
- data/public/bcms/ckeditor/lang/it.js +0 -674
- data/public/bcms/ckeditor/lang/ja.js +0 -674
- data/public/bcms/ckeditor/lang/km.js +0 -674
- data/public/bcms/ckeditor/lang/ko.js +0 -674
- data/public/bcms/ckeditor/lang/lt.js +0 -674
- data/public/bcms/ckeditor/lang/lv.js +0 -674
- data/public/bcms/ckeditor/lang/mn.js +0 -674
- data/public/bcms/ckeditor/lang/ms.js +0 -674
- data/public/bcms/ckeditor/lang/nb.js +0 -674
- data/public/bcms/ckeditor/lang/nl.js +0 -674
- data/public/bcms/ckeditor/lang/no.js +0 -674
- data/public/bcms/ckeditor/lang/pl.js +0 -674
- data/public/bcms/ckeditor/lang/pt-br.js +0 -674
- data/public/bcms/ckeditor/lang/pt.js +0 -674
- data/public/bcms/ckeditor/lang/ro.js +0 -674
- data/public/bcms/ckeditor/lang/ru.js +0 -674
- data/public/bcms/ckeditor/lang/sk.js +0 -674
- data/public/bcms/ckeditor/lang/sl.js +0 -674
- data/public/bcms/ckeditor/lang/sr-latn.js +0 -674
- data/public/bcms/ckeditor/lang/sr.js +0 -674
- data/public/bcms/ckeditor/lang/sv.js +0 -674
- data/public/bcms/ckeditor/lang/th.js +0 -674
- data/public/bcms/ckeditor/lang/tr.js +0 -674
- data/public/bcms/ckeditor/lang/uk.js +0 -674
- data/public/bcms/ckeditor/lang/vi.js +0 -674
- data/public/bcms/ckeditor/lang/zh-cn.js +0 -674
- data/public/bcms/ckeditor/lang/zh.js +0 -674
- data/public/bcms/ckeditor/plugins/about/dialogs/about.js +0 -73
- data/public/bcms/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/public/bcms/ckeditor/plugins/about/plugin.js +0 -22
- data/public/bcms/ckeditor/plugins/basicstyles/plugin.js +0 -50
- data/public/bcms/ckeditor/plugins/blockquote/plugin.js +0 -301
- data/public/bcms/ckeditor/plugins/button/plugin.js +0 -264
- data/public/bcms/ckeditor/plugins/clipboard/dialogs/paste.js +0 -167
- data/public/bcms/ckeditor/plugins/clipboard/plugin.js +0 -208
- data/public/bcms/ckeditor/plugins/colorbutton/plugin.js +0 -202
- data/public/bcms/ckeditor/plugins/contextmenu/plugin.js +0 -178
- data/public/bcms/ckeditor/plugins/dialog/dialogDefinition.js +0 -315
- data/public/bcms/ckeditor/plugins/dialog/plugin.js +0 -2742
- data/public/bcms/ckeditor/plugins/dialogui/plugin.js +0 -1319
- data/public/bcms/ckeditor/plugins/domiterator/plugin.js +0 -354
- data/public/bcms/ckeditor/plugins/editingblock/plugin.js +0 -236
- data/public/bcms/ckeditor/plugins/elementspath/plugin.js +0 -182
- data/public/bcms/ckeditor/plugins/enterkey/plugin.js +0 -324
- data/public/bcms/ckeditor/plugins/entities/plugin.js +0 -200
- data/public/bcms/ckeditor/plugins/fakeobjects/plugin.js +0 -111
- data/public/bcms/ckeditor/plugins/filebrowser/plugin.js +0 -383
- data/public/bcms/ckeditor/plugins/find/dialogs/find.js +0 -843
- data/public/bcms/ckeditor/plugins/find/plugin.js +0 -46
- data/public/bcms/ckeditor/plugins/flash/dialogs/flash.js +0 -682
- data/public/bcms/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/public/bcms/ckeditor/plugins/flash/plugin.js +0 -165
- data/public/bcms/ckeditor/plugins/floatpanel/plugin.js +0 -325
- data/public/bcms/ckeditor/plugins/font/plugin.js +0 -227
- data/public/bcms/ckeditor/plugins/format/plugin.js +0 -191
- data/public/bcms/ckeditor/plugins/forms/dialogs/button.js +0 -135
- data/public/bcms/ckeditor/plugins/forms/dialogs/checkbox.js +0 -138
- data/public/bcms/ckeditor/plugins/forms/dialogs/form.js +0 -177
- data/public/bcms/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -91
- data/public/bcms/ckeditor/plugins/forms/dialogs/radio.js +0 -135
- data/public/bcms/ckeditor/plugins/forms/dialogs/select.js +0 -541
- data/public/bcms/ckeditor/plugins/forms/dialogs/textarea.js +0 -114
- data/public/bcms/ckeditor/plugins/forms/dialogs/textfield.js +0 -193
- data/public/bcms/ckeditor/plugins/forms/plugin.js +0 -193
- data/public/bcms/ckeditor/plugins/horizontalrule/plugin.js +0 -35
- data/public/bcms/ckeditor/plugins/htmldataprocessor/plugin.js +0 -373
- data/public/bcms/ckeditor/plugins/htmlwriter/plugin.js +0 -289
- data/public/bcms/ckeditor/plugins/iframedialog/plugin.js +0 -136
- data/public/bcms/ckeditor/plugins/image/dialogs/image.js +0 -1225
- data/public/bcms/ckeditor/plugins/image/plugin.js +0 -64
- data/public/bcms/ckeditor/plugins/indent/plugin.js +0 -323
- data/public/bcms/ckeditor/plugins/justify/plugin.js +0 -164
- data/public/bcms/ckeditor/plugins/keystrokes/plugin.js +0 -217
- data/public/bcms/ckeditor/plugins/link/dialogs/anchor.js +0 -98
- data/public/bcms/ckeditor/plugins/link/dialogs/link.js +0 -1217
- data/public/bcms/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/public/bcms/ckeditor/plugins/link/plugin.js +0 -188
- data/public/bcms/ckeditor/plugins/list/plugin.js +0 -570
- data/public/bcms/ckeditor/plugins/listblock/plugin.js +0 -231
- data/public/bcms/ckeditor/plugins/maximize/plugin.js +0 -267
- data/public/bcms/ckeditor/plugins/menu/plugin.js +0 -377
- data/public/bcms/ckeditor/plugins/menubutton/plugin.js +0 -93
- data/public/bcms/ckeditor/plugins/newpage/plugin.js +0 -65
- data/public/bcms/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/public/bcms/ckeditor/plugins/pagebreak/plugin.js +0 -96
- data/public/bcms/ckeditor/plugins/panel/plugin.js +0 -330
- data/public/bcms/ckeditor/plugins/panelbutton/plugin.js +0 -140
- data/public/bcms/ckeditor/plugins/pastefromword/dialogs/pastefromword.js +0 -307
- data/public/bcms/ckeditor/plugins/pastefromword/plugin.js +0 -54
- data/public/bcms/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -65
- data/public/bcms/ckeditor/plugins/pastetext/plugin.js +0 -142
- data/public/bcms/ckeditor/plugins/popup/plugin.js +0 -62
- data/public/bcms/ckeditor/plugins/preview/plugin.js +0 -97
- data/public/bcms/ckeditor/plugins/print/plugin.js +0 -41
- data/public/bcms/ckeditor/plugins/removeformat/plugin.js +0 -132
- data/public/bcms/ckeditor/plugins/resize/plugin.js +0 -115
- data/public/bcms/ckeditor/plugins/richcombo/plugin.js +0 -357
- data/public/bcms/ckeditor/plugins/save/plugin.js +0 -55
- data/public/bcms/ckeditor/plugins/scayt/dialogs/options.js +0 -494
- data/public/bcms/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -71
- data/public/bcms/ckeditor/plugins/scayt/plugin.js +0 -511
- data/public/bcms/ckeditor/plugins/selection/plugin.js +0 -1072
- data/public/bcms/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/public/bcms/ckeditor/plugins/showblocks/plugin.js +0 -153
- data/public/bcms/ckeditor/plugins/smiley/dialogs/smiley.js +0 -219
- data/public/bcms/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/public/bcms/ckeditor/plugins/smiley/plugin.js +0 -74
- data/public/bcms/ckeditor/plugins/sourcearea/plugin.js +0 -185
- data/public/bcms/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -362
- data/public/bcms/ckeditor/plugins/specialchar/plugin.js +0 -29
- data/public/bcms/ckeditor/plugins/styles/plugin.js +0 -1242
- data/public/bcms/ckeditor/plugins/stylescombo/plugin.js +0 -295
- data/public/bcms/ckeditor/plugins/stylescombo/styles/default.js +0 -85
- data/public/bcms/ckeditor/plugins/tab/plugin.js +0 -266
- data/public/bcms/ckeditor/plugins/table/dialogs/table.js +0 -550
- data/public/bcms/ckeditor/plugins/table/plugin.js +0 -70
- data/public/bcms/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -328
- data/public/bcms/ckeditor/plugins/tabletools/plugin.js +0 -701
- data/public/bcms/ckeditor/plugins/templates/dialogs/templates.js +0 -170
- data/public/bcms/ckeditor/plugins/templates/plugin.js +0 -99
- data/public/bcms/ckeditor/plugins/templates/templates/default.js +0 -94
- data/public/bcms/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/public/bcms/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/public/bcms/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/public/bcms/ckeditor/plugins/toolbar/plugin.js +0 -412
- data/public/bcms/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -203
- data/public/bcms/ckeditor/plugins/uicolor/lang/en.js +0 -15
- data/public/bcms/ckeditor/plugins/uicolor/plugin.js +0 -35
- data/public/bcms/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/public/bcms/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/public/bcms/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/public/bcms/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/public/bcms/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/public/bcms/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -15
- data/public/bcms/ckeditor/plugins/uicolor/yui/yui.js +0 -71
- data/public/bcms/ckeditor/plugins/undo/plugin.js +0 -490
- data/public/bcms/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
- data/public/bcms/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
- data/public/bcms/ckeditor/plugins/wsc/dialogs/wsc.css +0 -83
- data/public/bcms/ckeditor/plugins/wsc/dialogs/wsc.js +0 -169
- data/public/bcms/ckeditor/plugins/wsc/plugin.js +0 -32
- data/public/bcms/ckeditor/plugins/wysiwygarea/plugin.js +0 -636
- data/public/bcms/ckeditor/skins/kama/dialog.css +0 -742
- data/public/bcms/ckeditor/skins/kama/editor.css +0 -21
- data/public/bcms/ckeditor/skins/kama/elementspath.css +0 -68
- data/public/bcms/ckeditor/skins/kama/icons.css +0 -309
- data/public/bcms/ckeditor/skins/kama/icons.png +0 -0
- data/public/bcms/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/public/bcms/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/public/bcms/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/public/bcms/ckeditor/skins/kama/images/mini.gif +0 -0
- data/public/bcms/ckeditor/skins/kama/images/noimage.png +0 -0
- data/public/bcms/ckeditor/skins/kama/images/sprites.png +0 -0
- data/public/bcms/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/public/bcms/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/public/bcms/ckeditor/skins/kama/mainui.css +0 -139
- data/public/bcms/ckeditor/skins/kama/menu.css +0 -179
- data/public/bcms/ckeditor/skins/kama/panel.css +0 -203
- data/public/bcms/ckeditor/skins/kama/presets.css +0 -49
- data/public/bcms/ckeditor/skins/kama/reset.css +0 -78
- data/public/bcms/ckeditor/skins/kama/richcombo.css +0 -260
- data/public/bcms/ckeditor/skins/kama/skin.js +0 -291
- data/public/bcms/ckeditor/skins/kama/templates.css +0 -71
- data/public/bcms/ckeditor/skins/kama/toolbar.css +0 -384
- data/public/bcms/ckeditor/skins/office2003/dialog.css +0 -643
- data/public/bcms/ckeditor/skins/office2003/editor.css +0 -21
- data/public/bcms/ckeditor/skins/office2003/elementspath.css +0 -68
- data/public/bcms/ckeditor/skins/office2003/icons.css +0 -309
- data/public/bcms/ckeditor/skins/office2003/icons.png +0 -0
- data/public/bcms/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/public/bcms/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/public/bcms/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/public/bcms/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/public/bcms/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/public/bcms/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/public/bcms/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/public/bcms/ckeditor/skins/office2003/mainui.css +0 -97
- data/public/bcms/ckeditor/skins/office2003/menu.css +0 -175
- data/public/bcms/ckeditor/skins/office2003/panel.css +0 -198
- data/public/bcms/ckeditor/skins/office2003/presets.css +0 -49
- data/public/bcms/ckeditor/skins/office2003/reset.css +0 -78
- data/public/bcms/ckeditor/skins/office2003/richcombo.css +0 -279
- data/public/bcms/ckeditor/skins/office2003/skin.js +0 -77
- data/public/bcms/ckeditor/skins/office2003/templates.css +0 -71
- data/public/bcms/ckeditor/skins/office2003/toolbar.css +0 -442
- data/public/bcms/ckeditor/skins/v2/dialog.css +0 -653
- data/public/bcms/ckeditor/skins/v2/editor.css +0 -21
- data/public/bcms/ckeditor/skins/v2/elementspath.css +0 -68
- data/public/bcms/ckeditor/skins/v2/icons.css +0 -309
- data/public/bcms/ckeditor/skins/v2/icons.png +0 -0
- data/public/bcms/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/public/bcms/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/public/bcms/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/public/bcms/ckeditor/skins/v2/images/mini.gif +0 -0
- data/public/bcms/ckeditor/skins/v2/images/noimage.png +0 -0
- data/public/bcms/ckeditor/skins/v2/images/sprites.png +0 -0
- data/public/bcms/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/public/bcms/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/public/bcms/ckeditor/skins/v2/mainui.css +0 -112
- data/public/bcms/ckeditor/skins/v2/menu.css +0 -178
- data/public/bcms/ckeditor/skins/v2/panel.css +0 -198
- data/public/bcms/ckeditor/skins/v2/presets.css +0 -50
- data/public/bcms/ckeditor/skins/v2/reset.css +0 -78
- data/public/bcms/ckeditor/skins/v2/richcombo.css +0 -275
- data/public/bcms/ckeditor/skins/v2/skin.js +0 -73
- data/public/bcms/ckeditor/skins/v2/templates.css +0 -71
- data/public/bcms/ckeditor/skins/v2/toolbar.css +0 -399
- data/public/bcms/ckeditor/tests/_assets/sample.css +0 -4
- data/public/bcms/ckeditor/tests/_assets/sample.js +0 -1
- data/public/bcms/ckeditor/tests/_assets/sample.txt +0 -1
- data/public/bcms/ckeditor/tests/_assets/sample.xml +0 -5
- data/public/bcms/ckeditor/tests/_assets/sample_xml.txt +0 -5
- data/public/bcms/ckeditor/tests/core/_editor/custom_config_1.js +0 -10
- data/public/bcms/ckeditor/tests/core/_editor/custom_config_2.js +0 -9
- data/public/bcms/ckeditor/tests/core/ajax.html +0 -163
- data/public/bcms/ckeditor/tests/core/bootstrap.html +0 -66
- data/public/bcms/ckeditor/tests/core/ckeditor.html +0 -160
- data/public/bcms/ckeditor/tests/core/dom/document.html +0 -126
- data/public/bcms/ckeditor/tests/core/dom/documentfragment.html +0 -292
- data/public/bcms/ckeditor/tests/core/dom/element.html +0 -637
- data/public/bcms/ckeditor/tests/core/dom/node.html +0 -164
- data/public/bcms/ckeditor/tests/core/dom/range.html +0 -2411
- data/public/bcms/ckeditor/tests/core/dom/text.html +0 -128
- data/public/bcms/ckeditor/tests/core/dom/walker.html +0 -340
- data/public/bcms/ckeditor/tests/core/dom/window.html +0 -53
- data/public/bcms/ckeditor/tests/core/editor.html +0 -123
- data/public/bcms/ckeditor/tests/core/env.html +0 -52
- data/public/bcms/ckeditor/tests/core/event.html +0 -487
- data/public/bcms/ckeditor/tests/core/htmlparser/fragment.html +0 -188
- data/public/bcms/ckeditor/tests/core/htmlparser/htmlparser.html +0 -91
- data/public/bcms/ckeditor/tests/core/plugins.html +0 -45
- data/public/bcms/ckeditor/tests/core/plugins/myplugins/sample/my_plugin.js +0 -3
- data/public/bcms/ckeditor/tests/core/scriptloader.html +0 -52
- data/public/bcms/ckeditor/tests/core/tools.html +0 -170
- data/public/bcms/ckeditor/tests/core/xml.html +0 -150
- data/public/bcms/ckeditor/tests/plugins/domiterator/domiterator.html +0 -236
- data/public/bcms/ckeditor/tests/plugins/htmldataprocessor/htmldataprocessor.html +0 -386
- data/public/bcms/ckeditor/tests/plugins/link/link.html +0 -123
- data/public/bcms/ckeditor/tests/plugins/list/list.html +0 -217
- data/public/bcms/ckeditor/tests/plugins/selection/selection.html +0 -49
- data/public/bcms/ckeditor/tests/plugins/styles/styles.html +0 -596
- data/public/bcms/ckeditor/tests/test.css +0 -81
- data/public/bcms/ckeditor/tests/test.js +0 -93
- data/public/bcms/ckeditor/tests/testall.html +0 -114
- data/public/bcms/ckeditor/tests/yuitest.js +0 -75
- data/public/bcms/ckeditor/themes/default/theme.js +0 -232
- data/public/bcms/content_syncing/README +0 -1
- data/public/favicon.ico +0 -0
- data/public/images/cms/administration/user_browser_bg.gif +0 -0
- data/public/images/cms/bg.png +0 -0
- data/public/images/cms/bl_curve.png +0 -0
- data/public/images/cms/bottom_cap.png +0 -0
- data/public/images/cms/bottom_cap_content.png +0 -0
- data/public/images/cms/browse.gif +0 -0
- data/public/images/cms/browser_media_logo.png +0 -0
- data/public/images/cms/browsercms_logo.png +0 -0
- data/public/images/cms/buttons/button.png +0 -0
- data/public/images/cms/buttons/button_bg.png +0 -0
- data/public/images/cms/buttons/button_cap.png +0 -0
- data/public/images/cms/buttons/button_cap_h.png +0 -0
- data/public/images/cms/buttons/button_cap_off.gif +0 -0
- data/public/images/cms/buttons/button_cap_off_middle.gif +0 -0
- data/public/images/cms/buttons/button_h.png +0 -0
- data/public/images/cms/buttons/button_left_bg.png +0 -0
- data/public/images/cms/buttons/button_off.png +0 -0
- data/public/images/cms/buttons/button_off_middle.png +0 -0
- data/public/images/cms/buttons/delete_x.png +0 -0
- data/public/images/cms/buttons/delete_x_disabled.png +0 -0
- data/public/images/cms/buttons/delete_x_h.png +0 -0
- data/public/images/cms/buttons/sm_button.gif +0 -0
- data/public/images/cms/buttons/sm_button_2.gif +0 -0
- data/public/images/cms/buttons/sm_button_2_h.gif +0 -0
- data/public/images/cms/buttons/sm_button_h.gif +0 -0
- data/public/images/cms/containers/add.gif +0 -0
- data/public/images/cms/containers/alpha.png +0 -0
- data/public/images/cms/containers/beta.png +0 -0
- data/public/images/cms/containers/delete.gif +0 -0
- data/public/images/cms/containers/down.gif +0 -0
- data/public/images/cms/containers/edit.gif +0 -0
- data/public/images/cms/containers/up.gif +0 -0
- data/public/images/cms/containers/view.gif +0 -0
- data/public/images/cms/content_bg.gif +0 -0
- data/public/images/cms/dashboard/bottom_cap.png +0 -0
- data/public/images/cms/dashboard/bottom_cap_content.png +0 -0
- data/public/images/cms/dashboard/header_bg.gif +0 -0
- data/public/images/cms/dashboard/header_left_bg.gif +0 -0
- data/public/images/cms/dashboard/table_header_bg.gif +0 -0
- data/public/images/cms/dashboard/top_cap.png +0 -0
- data/public/images/cms/dashed.gif +0 -0
- data/public/images/cms/datepicker/clear.gif +0 -0
- data/public/images/cms/datepicker/close.gif +0 -0
- data/public/images/cms/dk_button_l.gif +0 -0
- data/public/images/cms/dk_button_r.gif +0 -0
- data/public/images/cms/dot.png +0 -0
- data/public/images/cms/draft_status.gif +0 -0
- data/public/images/cms/gray_long_bg.gif +0 -0
- data/public/images/cms/icons/actions/add.png +0 -0
- data/public/images/cms/icons/actions/config.png +0 -0
- data/public/images/cms/icons/actions/connect.png +0 -0
- data/public/images/cms/icons/actions/delete.png +0 -0
- data/public/images/cms/icons/actions/down.png +0 -0
- data/public/images/cms/icons/actions/edit.png +0 -0
- data/public/images/cms/icons/actions/folder.png +0 -0
- data/public/images/cms/icons/actions/folder_add.png +0 -0
- data/public/images/cms/icons/actions/folder_delete.png +0 -0
- data/public/images/cms/icons/actions/folder_edit.png +0 -0
- data/public/images/cms/icons/actions/folder_move.png +0 -0
- data/public/images/cms/icons/actions/folder_open.png +0 -0
- data/public/images/cms/icons/actions/history.png +0 -0
- data/public/images/cms/icons/actions/home.png +0 -0
- data/public/images/cms/icons/actions/left.png +0 -0
- data/public/images/cms/icons/actions/link.png +0 -0
- data/public/images/cms/icons/actions/page.png +0 -0
- data/public/images/cms/icons/actions/page_add.png +0 -0
- data/public/images/cms/icons/actions/page_edit.png +0 -0
- data/public/images/cms/icons/actions/page_move.png +0 -0
- data/public/images/cms/icons/actions/redo.png +0 -0
- data/public/images/cms/icons/actions/refresh.png +0 -0
- data/public/images/cms/icons/actions/right.png +0 -0
- data/public/images/cms/icons/actions/root_folder.png +0 -0
- data/public/images/cms/icons/actions/root_link.png +0 -0
- data/public/images/cms/icons/actions/root_page.png +0 -0
- data/public/images/cms/icons/actions/undo.png +0 -0
- data/public/images/cms/icons/actions/up.png +0 -0
- data/public/images/cms/icons/actions/view.png +0 -0
- data/public/images/cms/icons/file_types/doc.png +0 -0
- data/public/images/cms/icons/file_types/file.png +0 -0
- data/public/images/cms/icons/file_types/gif.png +0 -0
- data/public/images/cms/icons/file_types/htm.png +0 -0
- data/public/images/cms/icons/file_types/pdf.png +0 -0
- data/public/images/cms/icons/file_types/ppt.png +0 -0
- data/public/images/cms/icons/file_types/swf.png +0 -0
- data/public/images/cms/icons/file_types/txt.png +0 -0
- data/public/images/cms/icons/file_types/xls.png +0 -0
- data/public/images/cms/icons/file_types/xml.png +0 -0
- data/public/images/cms/icons/file_types/zip.png +0 -0
- data/public/images/cms/icons/status/archived.gif +0 -0
- data/public/images/cms/icons/status/draft.gif +0 -0
- data/public/images/cms/icons/status/hidden.gif +0 -0
- data/public/images/cms/icons/status/locked.gif +0 -0
- data/public/images/cms/icons/status/published.gif +0 -0
- data/public/images/cms/icons/status/unlocked.gif +0 -0
- data/public/images/cms/icons/user.png +0 -0
- data/public/images/cms/login_bg.jpg +0 -0
- data/public/images/cms/login_bottom.jpg +0 -0
- data/public/images/cms/login_top.gif +0 -0
- data/public/images/cms/lt_button_bg.gif +0 -0
- data/public/images/cms/lt_button_l.gif +0 -0
- data/public/images/cms/lt_button_r.gif +0 -0
- data/public/images/cms/menu.png +0 -0
- data/public/images/cms/menu/block_cap_h.gif +0 -0
- data/public/images/cms/menu/bottom_cap.png +0 -0
- data/public/images/cms/menu/bottom_cap_menu.png +0 -0
- data/public/images/cms/menu/bottom_cap_menu_first.png +0 -0
- data/public/images/cms/menu/menu_header_first_bg.gif +0 -0
- data/public/images/cms/menu/selected_block_cap.gif +0 -0
- data/public/images/cms/menu/top_cap.png +0 -0
- data/public/images/cms/menu/top_cap_menu_header.png +0 -0
- data/public/images/cms/menu_h.gif +0 -0
- data/public/images/cms/menu_header.png +0 -0
- data/public/images/cms/menu_open.png +0 -0
- data/public/images/cms/menu_open_bg.gif +0 -0
- data/public/images/cms/nav.png +0 -0
- data/public/images/cms/nav/on_bg.gif +0 -0
- data/public/images/cms/nav_admin.gif +0 -0
- data/public/images/cms/nav_admin_h.gif +0 -0
- data/public/images/cms/nav_admin_on.gif +0 -0
- data/public/images/cms/nav_cap.png +0 -0
- data/public/images/cms/nav_cap_h.gif +0 -0
- data/public/images/cms/nav_content_library.gif +0 -0
- data/public/images/cms/nav_content_library_h.gif +0 -0
- data/public/images/cms/nav_content_library_on.gif +0 -0
- data/public/images/cms/nav_dash.gif +0 -0
- data/public/images/cms/nav_dash_h.gif +0 -0
- data/public/images/cms/nav_dash_on.gif +0 -0
- data/public/images/cms/nav_h.gif +0 -0
- data/public/images/cms/nav_sitemap.gif +0 -0
- data/public/images/cms/nav_sitemap_h.gif +0 -0
- data/public/images/cms/nav_sitemap_on.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_bg.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_inset_bg.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_inset_draft_bg.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_inset_draft_l.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_inset_draft_r.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_inset_l.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_inset_published_bg.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_inset_published_l.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_inset_published_r.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_inset_r.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_l.gif +0 -0
- data/public/images/cms/page_toolbar/page_toolbar_r.gif +0 -0
- data/public/images/cms/page_toolbar/status_draft_bg.gif +0 -0
- data/public/images/cms/page_toolbar/status_draft_l.gif +0 -0
- data/public/images/cms/page_toolbar/status_l.gif +0 -0
- data/public/images/cms/page_toolbar/status_published_bg.gif +0 -0
- data/public/images/cms/page_toolbar/status_published_l.gif +0 -0
- data/public/images/cms/page_toolbar/visual_editor_bg.gif +0 -0
- data/public/images/cms/page_toolbar/visual_editor_end.gif +0 -0
- data/public/images/cms/page_toolbar/visual_editor_r.gif +0 -0
- data/public/images/cms/page_toolbar/visual_editor_state_bg.gif +0 -0
- data/public/images/cms/pages/add_connectable.gif +0 -0
- data/public/images/cms/pages/connect_connectable.gif +0 -0
- data/public/images/cms/pages/container_border.gif +0 -0
- data/public/images/cms/pages/container_border_l.gif +0 -0
- data/public/images/cms/pages/container_border_r.gif +0 -0
- data/public/images/cms/pages/delete_connectable.gif +0 -0
- data/public/images/cms/pages/down_connectable.gif +0 -0
- data/public/images/cms/pages/down_connectable_disabled.gif +0 -0
- data/public/images/cms/pages/edit_connectable.gif +0 -0
- data/public/images/cms/pages/edit_connectable_2.gif +0 -0
- data/public/images/cms/pages/show_connectable.gif +0 -0
- data/public/images/cms/pages/up_connectable.gif +0 -0
- data/public/images/cms/pages/up_connectable_disabled.gif +0 -0
- data/public/images/cms/pagination/first.gif +0 -0
- data/public/images/cms/pagination/first_h.gif +0 -0
- data/public/images/cms/pagination/input.gif +0 -0
- data/public/images/cms/pagination/last.gif +0 -0
- data/public/images/cms/pagination/last_h.gif +0 -0
- data/public/images/cms/pagination/next.gif +0 -0
- data/public/images/cms/pagination/next_h.gif +0 -0
- data/public/images/cms/pagination/previous.gif +0 -0
- data/public/images/cms/pagination/previous_h.gif +0 -0
- data/public/images/cms/published_status.gif +0 -0
- data/public/images/cms/search.png +0 -0
- data/public/images/cms/search_submit.gif +0 -0
- data/public/images/cms/search_submit_h.gif +0 -0
- data/public/images/cms/searchbox_gradient.gif +0 -0
- data/public/images/cms/select_bg.gif +0 -0
- data/public/images/cms/select_bg_2.gif +0 -0
- data/public/images/cms/sitemap/bottom_cap.png +0 -0
- data/public/images/cms/sitemap/buffer_caps.png +0 -0
- data/public/images/cms/sitemap/contract.png +0 -0
- data/public/images/cms/sitemap/corners.gif +0 -0
- data/public/images/cms/sitemap/corners_hover.gif +0 -0
- data/public/images/cms/sitemap/divider.gif +0 -0
- data/public/images/cms/sitemap/expand.png +0 -0
- data/public/images/cms/sitemap/gradient.gif +0 -0
- data/public/images/cms/sitemap/gray_contract.png +0 -0
- data/public/images/cms/sitemap/gray_expand.png +0 -0
- data/public/images/cms/sitemap/no_contents.png +0 -0
- data/public/images/cms/sitemap/site_root_cap.png +0 -0
- data/public/images/cms/sitemap/tooltip.gif +0 -0
- data/public/images/cms/sitemap/top_cap_content.png +0 -0
- data/public/images/cms/solid.gif +0 -0
- data/public/images/cms/table/bl.gif +0 -0
- data/public/images/cms/table/br.gif +0 -0
- data/public/images/cms/table/divider.gif +0 -0
- data/public/images/cms/table/td_cap_first_h.gif +0 -0
- data/public/images/cms/table/td_cap_first_s.gif +0 -0
- data/public/images/cms/table/td_cap_last_h.gif +0 -0
- data/public/images/cms/table/td_cap_last_s.gif +0 -0
- data/public/images/cms/table/td_last_bg.gif +0 -0
- data/public/images/cms/table/th_bg.gif +0 -0
- data/public/images/cms/table/th_divider.gif +0 -0
- data/public/images/cms/table/th_last_bg.gif +0 -0
- data/public/images/cms/table/tl.gif +0 -0
- data/public/images/cms/table/tr.gif +0 -0
- data/public/images/cms/table/tr_bg.gif +0 -0
- data/public/images/cms/thickbox/loadingAnimation.gif +0 -0
- data/public/images/cms/thickbox/macFFBgHack.png +0 -0
- data/public/images/cms/toolbar_bg.png +0 -0
- data/public/images/cms/top_cap.png +0 -0
- data/public/images/cms/top_cap_content.png +0 -0
- data/public/images/cms/top_cap_menu_header.png +0 -0
- data/public/images/cms/user_search_submit.gif +0 -0
- data/public/images/cms/usercontrols_bg.png +0 -0
- data/public/images/cms/usercontrols_bg_cap.png +0 -0
- data/public/images/rails.png +0 -0
- data/public/javascripts/application.js +0 -2
- data/public/javascripts/cms/application.js +0 -148
- data/public/javascripts/cms/content_library.js +0 -36
- data/public/javascripts/cms/sitemap.js +0 -438
- data/public/javascripts/controls.js +0 -963
- data/public/javascripts/dragdrop.js +0 -973
- data/public/javascripts/effects.js +0 -1128
- data/public/javascripts/jquery-ui.js +0 -591
- data/public/javascripts/jquery.contextMenu.js +0 -211
- data/public/javascripts/jquery.cookie.js +0 -96
- data/public/javascripts/jquery.dimensions.js +0 -119
- data/public/javascripts/jquery.js +0 -11
- data/public/javascripts/jquery.selectbox-0.5.js +0 -209
- data/public/javascripts/jquery.taglist.js +0 -136
- data/public/javascripts/jquery.thickbox.js +0 -10
- data/public/javascripts/prototype.js +0 -4320
- data/public/robots.txt +0 -5
- data/public/site/customconfig.js +0 -1
- data/public/stylesheets/cms/administration.css +0 -91
- data/public/stylesheets/cms/application.css +0 -166
- data/public/stylesheets/cms/block.css +0 -26
- data/public/stylesheets/cms/buttons.css +0 -120
- data/public/stylesheets/cms/content_library.css +0 -139
- data/public/stylesheets/cms/content_types.css +0 -4
- data/public/stylesheets/cms/dashboard.css +0 -118
- data/public/stylesheets/cms/data_table.css +0 -156
- data/public/stylesheets/cms/date_picker.css +0 -73
- data/public/stylesheets/cms/form_layout.css +0 -279
- data/public/stylesheets/cms/jquery.contextMenu.css +0 -61
- data/public/stylesheets/cms/login.css +0 -78
- data/public/stylesheets/cms/menu.css +0 -116
- data/public/stylesheets/cms/nav.css +0 -99
- data/public/stylesheets/cms/page_toolbar.css +0 -135
- data/public/stylesheets/cms/reset.css +0 -46
- data/public/stylesheets/cms/selectbox.css +0 -56
- data/public/stylesheets/cms/sitemap.css +0 -390
- data/public/stylesheets/cms/taglist.css +0 -18
- data/public/stylesheets/cms/thickbox.css +0 -163
- data/script/about +0 -4
- data/script/console +0 -3
- data/script/dbconsole +0 -3
- data/script/destroy +0 -3
- data/script/generate +0 -3
- data/script/performance/benchmarker +0 -3
- data/script/performance/profiler +0 -3
- data/script/plugin +0 -3
- data/script/runner +0 -3
- data/script/server +0 -3
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
|
|
3
|
-
For licensing, see LICENSE.html or http://ckeditor.com/license
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* @fileOverview Defines the "virtual" {@link CKEDITOR.commandDefinition} class,
|
|
8
|
-
* which contains the defintion of a command. This file is for
|
|
9
|
-
* documentation purposes only.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* (Virtual Class) Do not call this constructor. This class is not really part
|
|
14
|
-
* of the API. It just illustrates the features of command objects to be
|
|
15
|
-
* passed to the {@link CKEDITOR.editor.prototype.addCommand} function.
|
|
16
|
-
* @name CKEDITOR.commandDefinition
|
|
17
|
-
* @constructor
|
|
18
|
-
* @example
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Executes the command.
|
|
23
|
-
* @name CKEDITOR.commandDefinition.prototype.exec
|
|
24
|
-
* @function
|
|
25
|
-
* @param {CKEDITOR.editor} editor The editor within which run the command.
|
|
26
|
-
* @param {Object} [data] Additional data to be used to execute the command.
|
|
27
|
-
* @returns {Boolean} Whether the command has been successfully executed.
|
|
28
|
-
* Defaults to "true", if nothing is returned.
|
|
29
|
-
* @example
|
|
30
|
-
* editorInstance.addCommand( 'sample',
|
|
31
|
-
* {
|
|
32
|
-
* exec : function( editor )
|
|
33
|
-
* {
|
|
34
|
-
* alert( 'Executing a command for the editor name "' + editor.name + '"!' );
|
|
35
|
-
* }
|
|
36
|
-
* });
|
|
37
|
-
*/
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Whether the command need to be hooked into the redo/undo system.
|
|
41
|
-
* @name CKEDITOR.commandDefinition.canUndo
|
|
42
|
-
* @type {Boolean} If not defined or 'true' both hook into undo system, set it
|
|
43
|
-
* to 'false' explicitly keep it out.
|
|
44
|
-
* @field
|
|
45
|
-
* @example
|
|
46
|
-
* editorInstance.addCommand( 'alertName',
|
|
47
|
-
* {
|
|
48
|
-
* exec : function( editor )
|
|
49
|
-
* {
|
|
50
|
-
* alert( editor.name );
|
|
51
|
-
* },
|
|
52
|
-
* canUndo : false // No support for undo/redo
|
|
53
|
-
* });
|
|
54
|
-
*/
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* Whether the command is asynchronous, which means the 'afterCommandExec' event
|
|
58
|
-
* will be fired by the command itself manually, and the 'exec' function return value
|
|
59
|
-
* of this command is not to be returned.
|
|
60
|
-
* @name CKEDITOR.commandDefinition.async
|
|
61
|
-
* @type {Boolean} If defined as 'true', the command is asynchronous.
|
|
62
|
-
* @example
|
|
63
|
-
* editorInstance.addCommand( 'alertName',
|
|
64
|
-
* {
|
|
65
|
-
* exec : function( editor )
|
|
66
|
-
* {
|
|
67
|
-
* // Asynchronous operation below.
|
|
68
|
-
* CKEDITOR.ajax.loadXml( 'data.xml' );
|
|
69
|
-
* },
|
|
70
|
-
* async : true // The command need some time to complete after exec function returns.
|
|
71
|
-
* });
|
|
72
|
-
*/
|
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright (c) 2003-2009, 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.config} object, which holds the
|
|
8
|
-
* default configuration settings.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
CKEDITOR.ENTER_P = 1;
|
|
12
|
-
CKEDITOR.ENTER_BR = 2;
|
|
13
|
-
CKEDITOR.ENTER_DIV = 3;
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Holds the default configuration settings. Changes to this object are
|
|
17
|
-
* reflected in all editor instances, if not specificaly specified for those
|
|
18
|
-
* instances.
|
|
19
|
-
* @namespace
|
|
20
|
-
* @example
|
|
21
|
-
* // All editor created after the following setting will not load custom
|
|
22
|
-
* // configuration files.
|
|
23
|
-
* CKEDITOR.config.customConfig = '';
|
|
24
|
-
*/
|
|
25
|
-
CKEDITOR.config =
|
|
26
|
-
{
|
|
27
|
-
/**
|
|
28
|
-
* The URL path for the custom configuration file to be loaded. If not
|
|
29
|
-
* overloaded with inline configurations, it defaults to the "config.js"
|
|
30
|
-
* file present in the root of the CKEditor installation directory.<br /><br />
|
|
31
|
-
*
|
|
32
|
-
* CKEditor will recursively load custom configuration files defined inside
|
|
33
|
-
* other custom configuration files.
|
|
34
|
-
* @type String
|
|
35
|
-
* @default '<CKEditor folder>/config.js'
|
|
36
|
-
* @example
|
|
37
|
-
* // Load a specific configuration file.
|
|
38
|
-
* CKEDITOR.replace( 'myfiled', { customConfig : '/myconfig.js' } );
|
|
39
|
-
* @example
|
|
40
|
-
* // Do not load any custom configuration file.
|
|
41
|
-
* CKEDITOR.replace( 'myfiled', { customConfig : '' } );
|
|
42
|
-
*/
|
|
43
|
-
customConfig : CKEDITOR.getUrl( 'config.js' ),
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* Whether the replaced element (usually a textarea) is to be updated
|
|
47
|
-
* automatically when posting the form containing the editor.
|
|
48
|
-
* @type Boolean
|
|
49
|
-
* @default true
|
|
50
|
-
* @example
|
|
51
|
-
* config.autoUpdateElement = true;
|
|
52
|
-
*/
|
|
53
|
-
autoUpdateElement : true,
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* The base href URL used to resolve relative and absolute URLs in the
|
|
57
|
-
* editor content.
|
|
58
|
-
* @type String
|
|
59
|
-
* @default '' (empty string)
|
|
60
|
-
* @example
|
|
61
|
-
* config.baseHref = 'http://www.example.com/path/';
|
|
62
|
-
*/
|
|
63
|
-
baseHref : '',
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* The CSS file to be used to apply style to the contents. It should
|
|
67
|
-
* reflect the CSS used in the final pages where the contents are to be
|
|
68
|
-
* used.
|
|
69
|
-
* @type String
|
|
70
|
-
* @default '<CKEditor folder>/contents.css'
|
|
71
|
-
* @example
|
|
72
|
-
* config.contentsCss = '/css/mysitestyles.css';
|
|
73
|
-
*/
|
|
74
|
-
contentsCss : CKEDITOR.basePath + 'contents.css',
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* The writting direction of the language used to write the editor
|
|
78
|
-
* contents. Allowed values are 'ltr' for Left-To-Right language (like
|
|
79
|
-
* English), or 'rtl' for Right-To-Left languages (like Arabic).
|
|
80
|
-
* @default 'ltr'
|
|
81
|
-
* @type String
|
|
82
|
-
* @example
|
|
83
|
-
* config.contentsLangDirection = 'rtl';
|
|
84
|
-
*/
|
|
85
|
-
contentsLangDirection : 'ltr',
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* The user interface language localization to use. If empty, the editor
|
|
89
|
-
* automatically localize the editor to the user language, if supported,
|
|
90
|
-
* otherwise the {@link CKEDITOR.config.defaultLanguage} language is used.
|
|
91
|
-
* @default true
|
|
92
|
-
* @type Boolean
|
|
93
|
-
* @example
|
|
94
|
-
* // Load the German interface.
|
|
95
|
-
* config.language = 'de';
|
|
96
|
-
*/
|
|
97
|
-
language : '',
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* The language to be used if {@link CKEDITOR.config.language} is left empty and it's not
|
|
101
|
-
* possible to localize the editor to the user language.
|
|
102
|
-
* @default 'en'
|
|
103
|
-
* @type String
|
|
104
|
-
* @example
|
|
105
|
-
* config.defaultLanguage = 'it';
|
|
106
|
-
*/
|
|
107
|
-
defaultLanguage : 'en',
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Sets the behavior for the ENTER key. It also dictates other behaviour
|
|
111
|
-
* rules in the editor, like whether the <br> element is to be used
|
|
112
|
-
* as a paragraph separator when indenting text.
|
|
113
|
-
* The allowed values are the following constants, and their relative
|
|
114
|
-
* behavior:
|
|
115
|
-
* <ul>
|
|
116
|
-
* <li>{@link CKEDITOR.ENTER_P} (1): new <p> paragraphs are created;</li>
|
|
117
|
-
* <li>{@link CKEDITOR.ENTER_BR} (2): lines are broken with <br> elements;</li>
|
|
118
|
-
* <li>{@link CKEDITOR.ENTER_DIV} (3): new <div> blocks are created.</li>
|
|
119
|
-
* </ul>
|
|
120
|
-
* <strong>Note</strong>: It's recommended to use the
|
|
121
|
-
* {@link CKEDITOR.ENTER_P} value because of its semantic value and
|
|
122
|
-
* correctness. The editor is optimized for this value.
|
|
123
|
-
* @type Number
|
|
124
|
-
* @default {@link CKEDITOR.ENTER_P}
|
|
125
|
-
* @example
|
|
126
|
-
* // Not recommended.
|
|
127
|
-
* config.enterMode = CKEDITOR.ENTER_BR;
|
|
128
|
-
*/
|
|
129
|
-
enterMode : CKEDITOR.ENTER_P,
|
|
130
|
-
|
|
131
|
-
/**
|
|
132
|
-
* Just like the {@link CKEDITOR.config.enterMode} setting, it defines the behavior for the SHIFT+ENTER key.
|
|
133
|
-
* The allowed values are the following constants, and their relative
|
|
134
|
-
* behavior:
|
|
135
|
-
* <ul>
|
|
136
|
-
* <li>{@link CKEDITOR.ENTER_P} (1): new <p> paragraphs are created;</li>
|
|
137
|
-
* <li>{@link CKEDITOR.ENTER_BR} (2): lines are broken with <br> elements;</li>
|
|
138
|
-
* <li>{@link CKEDITOR.ENTER_DIV} (3): new <div> blocks are created.</li>
|
|
139
|
-
* </ul>
|
|
140
|
-
* @type Number
|
|
141
|
-
* @default {@link CKEDITOR.ENTER_BR}
|
|
142
|
-
* @example
|
|
143
|
-
* config.shiftEnterMode = CKEDITOR.ENTER_P;
|
|
144
|
-
*/
|
|
145
|
-
shiftEnterMode : CKEDITOR.ENTER_BR,
|
|
146
|
-
|
|
147
|
-
/**
|
|
148
|
-
* A comma separated list of plugins that are not related to editor
|
|
149
|
-
* instances. Reserved to plugins that extend the core code only.<br /><br />
|
|
150
|
-
*
|
|
151
|
-
* There are no ways to override this setting, except by editing the source
|
|
152
|
-
* code of CKEditor (_source/core/config.js).
|
|
153
|
-
* @type String
|
|
154
|
-
* @example
|
|
155
|
-
*/
|
|
156
|
-
corePlugins : '',
|
|
157
|
-
|
|
158
|
-
/**
|
|
159
|
-
* Sets the doctype to be used when loading the editor content as HTML.
|
|
160
|
-
* @type String
|
|
161
|
-
* @default '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
|
|
162
|
-
* @example
|
|
163
|
-
* // Set the doctype to the HTML 4 (quirks) mode.
|
|
164
|
-
* config.docType = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">';
|
|
165
|
-
*/
|
|
166
|
-
docType : '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* Indicates whether the contents to be edited are being inputted as a full
|
|
170
|
-
* HTML page. A full page includes the <html>, <head> and
|
|
171
|
-
* <body> tags. The final output will also reflect this setting,
|
|
172
|
-
* including the <body> contents only if this setting is disabled.
|
|
173
|
-
* @type Boolean
|
|
174
|
-
* @default false
|
|
175
|
-
* @example
|
|
176
|
-
* config.fullPage = true;
|
|
177
|
-
*/
|
|
178
|
-
fullPage : false,
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* The editor height, in CSS size format or pixel integer.
|
|
182
|
-
* @type Number|String
|
|
183
|
-
* @default '200'
|
|
184
|
-
* @example
|
|
185
|
-
* config.height = 500;
|
|
186
|
-
* @example
|
|
187
|
-
* config.height = '25em';
|
|
188
|
-
*/
|
|
189
|
-
height : 200,
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* Comma separated list of plugins to load and initialize for an editor
|
|
193
|
-
* instance. This should be rarely changed, using instead the
|
|
194
|
-
* {@link CKEDITOR.config.extraPlugins} and
|
|
195
|
-
* {@link CKEDITOR.config.removePlugins} for customizations.
|
|
196
|
-
* @type String
|
|
197
|
-
* @example
|
|
198
|
-
*/
|
|
199
|
-
plugins : 'about,basicstyles,blockquote,button,clipboard,colorbutton,contextmenu,elementspath,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,image,indent,justify,keystrokes,link,list,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,scayt,smiley,showblocks,sourcearea,stylescombo,table,tabletools,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc',
|
|
200
|
-
|
|
201
|
-
/**
|
|
202
|
-
* List of additional plugins to be loaded. This is a tool setting which
|
|
203
|
-
* makes it easier to add new plugins, whithout having to touch and
|
|
204
|
-
* possibly breaking the {@link CKEDITOR.config.plugins} setting.
|
|
205
|
-
* @type String
|
|
206
|
-
* @example
|
|
207
|
-
* config.extraPlugins = 'myplugin,anotherplugin';
|
|
208
|
-
*/
|
|
209
|
-
extraPlugins : '',
|
|
210
|
-
|
|
211
|
-
/**
|
|
212
|
-
* List of plugins that must not be loaded. This is a tool setting which
|
|
213
|
-
* makes it easier to avoid loading plugins definied in the
|
|
214
|
-
* {@link CKEDITOR.config.plugins} setting, whithout having to touch it and
|
|
215
|
-
* potentially breaking it.
|
|
216
|
-
* @type String
|
|
217
|
-
* @example
|
|
218
|
-
* config.removePlugins = 'elementspath,save,font';
|
|
219
|
-
*/
|
|
220
|
-
removePlugins : '',
|
|
221
|
-
|
|
222
|
-
/**
|
|
223
|
-
* List of regular expressions to be executed over the input HTML,
|
|
224
|
-
* indicating code that must stay untouched.
|
|
225
|
-
* @type Array
|
|
226
|
-
* @default [] (empty array)
|
|
227
|
-
* @example
|
|
228
|
-
* config.protectedSource.push( /<\?[\s\S]*?\?>/g ); // PHP Code
|
|
229
|
-
* config.protectedSource.push( /<%[\s\S]*?%>/g ); // ASP Code
|
|
230
|
-
* config.protectedSource.push( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ); // ASP.Net Code
|
|
231
|
-
*/
|
|
232
|
-
protectedSource : [],
|
|
233
|
-
|
|
234
|
-
/**
|
|
235
|
-
* The editor tabindex value.
|
|
236
|
-
* @type Number
|
|
237
|
-
* @default 0 (zero)
|
|
238
|
-
* @example
|
|
239
|
-
* config.tabIndex = 1;
|
|
240
|
-
*/
|
|
241
|
-
tabIndex : 0,
|
|
242
|
-
|
|
243
|
-
/**
|
|
244
|
-
* The theme to be used to build the UI.
|
|
245
|
-
* @type String
|
|
246
|
-
* @default 'default'
|
|
247
|
-
* @see CKEDITOR.config.skin
|
|
248
|
-
* @example
|
|
249
|
-
* config.theme = 'default';
|
|
250
|
-
*/
|
|
251
|
-
theme : 'default',
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* The skin to load. It may be the name of the skin folder inside the
|
|
255
|
-
* editor installation path, or the name and the path separated by a comma.
|
|
256
|
-
* @type String
|
|
257
|
-
* @default 'default'
|
|
258
|
-
* @example
|
|
259
|
-
* config.skin = 'v2';
|
|
260
|
-
* @example
|
|
261
|
-
* config.skin = 'myskin,/customstuff/myskin/';
|
|
262
|
-
*/
|
|
263
|
-
skin : 'kama',
|
|
264
|
-
|
|
265
|
-
/**
|
|
266
|
-
* The editor width in CSS size format or pixel integer.
|
|
267
|
-
* @type String|Number
|
|
268
|
-
* @default '' (empty)
|
|
269
|
-
* @example
|
|
270
|
-
* config.width = 850;
|
|
271
|
-
* @example
|
|
272
|
-
* config.width = '75%';
|
|
273
|
-
*/
|
|
274
|
-
width : '',
|
|
275
|
-
|
|
276
|
-
/**
|
|
277
|
-
* The base Z-index for floating dialogs and popups.
|
|
278
|
-
* @type Number
|
|
279
|
-
* @default 10000
|
|
280
|
-
* @example
|
|
281
|
-
* config.baseFloatZIndex = 2000
|
|
282
|
-
*/
|
|
283
|
-
baseFloatZIndex : 10000
|
|
284
|
-
|
|
285
|
-
};
|
|
286
|
-
|
|
287
|
-
// PACKAGER_RENAME( CKEDITOR.config )
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright (c) 2003-2009, 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} object, which contains DOM
|
|
8
|
-
* manipulation objects and function.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* DOM manipulation objects and function.<br /><br />
|
|
13
|
-
* @see CKEDITOR.dom.element
|
|
14
|
-
* @see CKEDITOR.dom.node
|
|
15
|
-
* @namespace
|
|
16
|
-
* @example
|
|
17
|
-
*/
|
|
18
|
-
CKEDITOR.dom =
|
|
19
|
-
{};
|
|
20
|
-
|
|
21
|
-
// PACKAGER_RENAME( CKEDITOR.dom )
|
|
@@ -1,210 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright (c) 2003-2009, 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.document} class, which
|
|
8
|
-
* represents a DOM document.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Represents a DOM document.
|
|
13
|
-
* @constructor
|
|
14
|
-
* @augments CKEDITOR.dom.domObject
|
|
15
|
-
* @param {Object} domDocument A native DOM document.
|
|
16
|
-
* @example
|
|
17
|
-
* var document = new CKEDITOR.dom.document( document );
|
|
18
|
-
*/
|
|
19
|
-
CKEDITOR.dom.document = function( domDocument )
|
|
20
|
-
{
|
|
21
|
-
CKEDITOR.dom.domObject.call( this, domDocument );
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
// PACKAGER_RENAME( CKEDITOR.dom.document )
|
|
25
|
-
|
|
26
|
-
CKEDITOR.dom.document.prototype = new CKEDITOR.dom.domObject();
|
|
27
|
-
|
|
28
|
-
CKEDITOR.tools.extend( CKEDITOR.dom.document.prototype,
|
|
29
|
-
/** @lends CKEDITOR.dom.document.prototype */
|
|
30
|
-
{
|
|
31
|
-
/**
|
|
32
|
-
* Appends a CSS file to the document.
|
|
33
|
-
* @param {String} cssFileUrl The CSS file URL.
|
|
34
|
-
* @example
|
|
35
|
-
* <b>CKEDITOR.document.appendStyleSheet( '/mystyles.css' )</b>;
|
|
36
|
-
*/
|
|
37
|
-
appendStyleSheet : function( cssFileUrl )
|
|
38
|
-
{
|
|
39
|
-
if ( this.$.createStyleSheet )
|
|
40
|
-
this.$.createStyleSheet( cssFileUrl );
|
|
41
|
-
else
|
|
42
|
-
{
|
|
43
|
-
var link = new CKEDITOR.dom.element( 'link' );
|
|
44
|
-
link.setAttributes(
|
|
45
|
-
{
|
|
46
|
-
rel :'stylesheet',
|
|
47
|
-
type : 'text/css',
|
|
48
|
-
href : cssFileUrl
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
this.getHead().append( link );
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
|
|
55
|
-
createElement : function( name, attribsAndStyles )
|
|
56
|
-
{
|
|
57
|
-
var element = new CKEDITOR.dom.element( name, this );
|
|
58
|
-
|
|
59
|
-
if ( attribsAndStyles )
|
|
60
|
-
{
|
|
61
|
-
if ( attribsAndStyles.attributes )
|
|
62
|
-
element.setAttributes( attribsAndStyles.attributes );
|
|
63
|
-
|
|
64
|
-
if ( attribsAndStyles.styles )
|
|
65
|
-
element.setStyles( attribsAndStyles.styles );
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
return element;
|
|
69
|
-
},
|
|
70
|
-
|
|
71
|
-
createText : function( text )
|
|
72
|
-
{
|
|
73
|
-
return new CKEDITOR.dom.text( text, this );
|
|
74
|
-
},
|
|
75
|
-
|
|
76
|
-
focus : function()
|
|
77
|
-
{
|
|
78
|
-
this.getWindow().focus();
|
|
79
|
-
},
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* Gets and element based on its id.
|
|
83
|
-
* @param {String} elementId The element id.
|
|
84
|
-
* @returns {CKEDITOR.dom.element} The element instance, or null if not found.
|
|
85
|
-
* @example
|
|
86
|
-
* var element = <b>CKEDITOR.document.getById( 'myElement' )</b>;
|
|
87
|
-
* alert( element.getId() ); // "myElement"
|
|
88
|
-
*/
|
|
89
|
-
getById : function( elementId )
|
|
90
|
-
{
|
|
91
|
-
var $ = this.$.getElementById( elementId );
|
|
92
|
-
return $ ? new CKEDITOR.dom.element( $ ) : null;
|
|
93
|
-
},
|
|
94
|
-
|
|
95
|
-
getByAddress : function( address, normalized )
|
|
96
|
-
{
|
|
97
|
-
var $ = this.$.documentElement;
|
|
98
|
-
|
|
99
|
-
for ( var i = 0 ; $ && i < address.length ; i++ )
|
|
100
|
-
{
|
|
101
|
-
var target = address[ i ];
|
|
102
|
-
|
|
103
|
-
if ( !normalized )
|
|
104
|
-
{
|
|
105
|
-
$ = $.childNodes[ target ];
|
|
106
|
-
continue;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
var currentIndex = -1;
|
|
110
|
-
|
|
111
|
-
for (var j = 0 ; j < $.childNodes.length ; j++ )
|
|
112
|
-
{
|
|
113
|
-
var candidate = $.childNodes[ j ];
|
|
114
|
-
|
|
115
|
-
if ( normalized === true &&
|
|
116
|
-
candidate.nodeType == 3 &&
|
|
117
|
-
candidate.previousSibling &&
|
|
118
|
-
candidate.previousSibling.nodeType == 3 )
|
|
119
|
-
{
|
|
120
|
-
continue;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
currentIndex++;
|
|
124
|
-
|
|
125
|
-
if ( currentIndex == target )
|
|
126
|
-
{
|
|
127
|
-
$ = candidate;
|
|
128
|
-
break;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
return $ ? new CKEDITOR.dom.node( $ ) : null;
|
|
134
|
-
},
|
|
135
|
-
|
|
136
|
-
getElementsByTag : function( tagName, namespace )
|
|
137
|
-
{
|
|
138
|
-
if ( !CKEDITOR.env.ie && namespace )
|
|
139
|
-
tagName = namespace + ':' + tagName;
|
|
140
|
-
return new CKEDITOR.dom.nodeList( this.$.getElementsByTagName( tagName ) );
|
|
141
|
-
},
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
* Gets the <head> element for this document.
|
|
145
|
-
* @returns {CKEDITOR.dom.element} The <head> element.
|
|
146
|
-
* @example
|
|
147
|
-
* var element = <b>CKEDITOR.document.getHead()</b>;
|
|
148
|
-
* alert( element.getName() ); // "head"
|
|
149
|
-
*/
|
|
150
|
-
getHead : function()
|
|
151
|
-
{
|
|
152
|
-
var head = this.$.getElementsByTagName( 'head' )[0];
|
|
153
|
-
head = new CKEDITOR.dom.element( head );
|
|
154
|
-
|
|
155
|
-
return (
|
|
156
|
-
/** @ignore */
|
|
157
|
-
this.getHead = function()
|
|
158
|
-
{
|
|
159
|
-
return head;
|
|
160
|
-
})();
|
|
161
|
-
},
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* Gets the <body> element for this document.
|
|
165
|
-
* @returns {CKEDITOR.dom.element} The <body> element.
|
|
166
|
-
* @example
|
|
167
|
-
* var element = <b>CKEDITOR.document.getBody()</b>;
|
|
168
|
-
* alert( element.getName() ); // "body"
|
|
169
|
-
*/
|
|
170
|
-
getBody : function()
|
|
171
|
-
{
|
|
172
|
-
var body = new CKEDITOR.dom.element( this.$.body );
|
|
173
|
-
|
|
174
|
-
return (
|
|
175
|
-
/** @ignore */
|
|
176
|
-
this.getBody = function()
|
|
177
|
-
{
|
|
178
|
-
return body;
|
|
179
|
-
})();
|
|
180
|
-
},
|
|
181
|
-
|
|
182
|
-
getDocumentElement : function()
|
|
183
|
-
{
|
|
184
|
-
var documentElement = new CKEDITOR.dom.element( this.$.documentElement );
|
|
185
|
-
|
|
186
|
-
return (
|
|
187
|
-
/** @ignore */
|
|
188
|
-
this.getDocumentElement = function()
|
|
189
|
-
{
|
|
190
|
-
return documentElement;
|
|
191
|
-
})();
|
|
192
|
-
},
|
|
193
|
-
|
|
194
|
-
/**
|
|
195
|
-
* Gets the window object that holds this document.
|
|
196
|
-
* @returns {CKEDITOR.dom.window} The window object.
|
|
197
|
-
* @example
|
|
198
|
-
*/
|
|
199
|
-
getWindow : function()
|
|
200
|
-
{
|
|
201
|
-
var win = new CKEDITOR.dom.window( this.$.parentWindow || this.$.defaultView );
|
|
202
|
-
|
|
203
|
-
return (
|
|
204
|
-
/** @ignore */
|
|
205
|
-
this.getWindow = function()
|
|
206
|
-
{
|
|
207
|
-
return win;
|
|
208
|
-
})();
|
|
209
|
-
}
|
|
210
|
-
});
|