spiderfw 0.6.38 → 0.6.39
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/CHANGELOG +23 -0
- data/VERSION +1 -1
- data/apps/core/admin/views/admin.layout.shtml +6 -0
- data/apps/core/auth/controllers/login_controller.rb +1 -1
- data/apps/core/components/assets.rb +55 -6
- data/apps/core/components/public/bootstrap/scss/_variables.scss +5 -2
- data/apps/core/components/public/bootstrap/scss/bootstrap.css +942 -236
- data/apps/core/components/public/bootstrap/scss/responsive.css +187 -30
- data/apps/core/components/public/css/tinymce/skins/lightgray/AbsoluteLayout.less +17 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Animations.less +10 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Button.less +172 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ButtonGroup.less +71 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Checkbox.less +49 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ColorBox.less +6 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ColorButton.less +72 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ColorPicker.less +80 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ComboBox.less +39 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Container.less +9 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Content.Inline.less +4 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Content.Objects.less +166 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Content.less +27 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/CropRect.less +54 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/FieldSet.less +15 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/FitLayout.less +9 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/FloatPanel.less +69 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/FlowLayout.less +36 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Icons.Ie7.less +136 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Icons.less +180 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Iframe.less +6 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ImagePanel.less +20 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/InfoBox.less +71 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Label.less +38 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ListBox.less +26 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Menu.less +34 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/MenuBar.less +32 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/MenuButton.less +34 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/MenuItem.less +142 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Mixins.less +54 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Notification.less +144 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Panel.less +7 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Path.less +45 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Progress.less +34 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Radio.less +1 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Reset.less +32 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ResizeHandle.less +18 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Scrollable.less +44 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/SelectBox.less +6 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Slider.less +29 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Spacer.less +5 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/SplitButton.less +49 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/StackLayout.less +5 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/TabPanel.less +44 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/TextBox.less +41 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Throbber.less +19 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/TinyMCE.less +159 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ToolTip.less +129 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Variables.less +214 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Window.less +127 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/content.inline.min.css +1 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/content.min.css +1 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/readme.md +1 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.json +1277 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.svg +63 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.json +3381 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.svg +129 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/img/anchor.gif +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/img/loader.gif +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/img/object.gif +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/img/trans.gif +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.dev.less +46 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.dev.less +46 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.less +2542 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.min.css +1 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.less +2586 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.min.css +1 -0
- data/apps/core/components/public/js/bootbox_2/bootbox.js +551 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.9.2/ui/i18n/jquery.ui.datepicker-it-min.js +4 -0
- data/apps/core/components/public/js/spider.js +7 -3
- data/apps/core/components/public/js/tinymce/classes/AddOnManager.js +265 -0
- data/apps/core/components/public/js/tinymce/classes/Compat.js +90 -0
- data/apps/core/components/public/js/tinymce/classes/DragDropOverrides.js +224 -0
- data/apps/core/components/public/js/tinymce/classes/Editor.js +2221 -0
- data/apps/core/components/public/js/tinymce/classes/EditorCommands.js +1028 -0
- data/apps/core/components/public/js/tinymce/classes/EditorManager.js +715 -0
- data/apps/core/components/public/js/tinymce/classes/EditorObservable.js +204 -0
- data/apps/core/components/public/js/tinymce/classes/EditorUpload.js +191 -0
- data/apps/core/components/public/js/tinymce/classes/EnterKey.js +676 -0
- data/apps/core/components/public/js/tinymce/classes/Env.js +177 -0
- data/apps/core/components/public/js/tinymce/classes/FocusManager.js +266 -0
- data/apps/core/components/public/js/tinymce/classes/ForceBlocks.js +138 -0
- data/apps/core/components/public/js/tinymce/classes/Formatter.js +2378 -0
- data/apps/core/components/public/js/tinymce/classes/LegacyInput.js +82 -0
- data/apps/core/components/public/js/tinymce/classes/Mode.js +54 -0
- data/apps/core/components/public/js/tinymce/classes/NodeChange.js +154 -0
- data/apps/core/components/public/js/tinymce/classes/NotificationManager.js +156 -0
- data/apps/core/components/public/js/tinymce/classes/Register.js +34 -0
- data/apps/core/components/public/js/tinymce/classes/SelectionOverrides.js +810 -0
- data/apps/core/components/public/js/tinymce/classes/Shortcuts.js +172 -0
- data/apps/core/components/public/js/tinymce/classes/UndoManager.js +346 -0
- data/apps/core/components/public/js/tinymce/classes/WindowManager.js +278 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretBookmark.js +263 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretCandidate.js +86 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretContainer.js +151 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretPosition.js +371 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretUtils.js +302 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretWalker.js +215 -0
- data/apps/core/components/public/js/tinymce/classes/caret/FakeCaret.js +192 -0
- data/apps/core/components/public/js/tinymce/classes/caret/LineUtils.js +135 -0
- data/apps/core/components/public/js/tinymce/classes/caret/LineWalker.js +166 -0
- data/apps/core/components/public/js/tinymce/classes/data/Binding.js +79 -0
- data/apps/core/components/public/js/tinymce/classes/data/ObservableArray.js +196 -0
- data/apps/core/components/public/js/tinymce/classes/data/ObservableObject.js +194 -0
- data/apps/core/components/public/js/tinymce/classes/dom/BookmarkManager.js +456 -0
- data/apps/core/components/public/js/tinymce/classes/dom/ControlSelection.js +634 -0
- data/apps/core/components/public/js/tinymce/classes/dom/DOMUtils.js +1853 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Dimensions.js +64 -0
- data/apps/core/components/public/js/tinymce/classes/dom/DomQuery.js +1578 -0
- data/apps/core/components/public/js/tinymce/classes/dom/ElementUtils.js +118 -0
- data/apps/core/components/public/js/tinymce/classes/dom/EventUtils.js +583 -0
- data/apps/core/components/public/js/tinymce/classes/dom/NodePath.js +50 -0
- data/apps/core/components/public/js/tinymce/classes/dom/NodeType.js +110 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Range.js +785 -0
- data/apps/core/components/public/js/tinymce/classes/dom/RangeUtils.js +628 -0
- data/apps/core/components/public/js/tinymce/classes/dom/ScriptLoader.js +254 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Selection.js +1008 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Serializer.js +506 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Sizzle.jQuery.js +23 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Sizzle.js +2039 -0
- data/apps/core/components/public/js/tinymce/classes/dom/StyleSheetLoader.js +190 -0
- data/apps/core/components/public/js/tinymce/classes/dom/TreeWalker.js +127 -0
- data/apps/core/components/public/js/tinymce/classes/dom/TridentSelection.js +508 -0
- data/apps/core/components/public/js/tinymce/classes/file/BlobCache.js +72 -0
- data/apps/core/components/public/js/tinymce/classes/file/Conversions.js +106 -0
- data/apps/core/components/public/js/tinymce/classes/file/ImageScanner.js +145 -0
- data/apps/core/components/public/js/tinymce/classes/file/Uploader.js +193 -0
- data/apps/core/components/public/js/tinymce/classes/fmt/Hooks.js +66 -0
- data/apps/core/components/public/js/tinymce/classes/fmt/Preview.js +151 -0
- data/apps/core/components/public/js/tinymce/classes/geom/ClientRect.js +136 -0
- data/apps/core/components/public/js/tinymce/classes/geom/Rect.js +214 -0
- data/apps/core/components/public/js/tinymce/classes/html/DomParser.js +822 -0
- data/apps/core/components/public/js/tinymce/classes/html/Entities.js +268 -0
- data/apps/core/components/public/js/tinymce/classes/html/Node.js +496 -0
- data/apps/core/components/public/js/tinymce/classes/html/SaxParser.js +474 -0
- data/apps/core/components/public/js/tinymce/classes/html/Schema.js +1004 -0
- data/apps/core/components/public/js/tinymce/classes/html/Serializer.js +158 -0
- data/apps/core/components/public/js/tinymce/classes/html/Styles.js +363 -0
- data/apps/core/components/public/js/tinymce/classes/html/Writer.js +199 -0
- data/apps/core/components/public/js/tinymce/classes/jquery.tinymce.js +377 -0
- data/apps/core/components/public/js/tinymce/classes/text/ExtendingChar.js +53 -0
- data/apps/core/components/public/js/tinymce/classes/text/Zwsp.js +36 -0
- data/apps/core/components/public/js/tinymce/classes/ui/AbsoluteLayout.js +63 -0
- data/apps/core/components/public/js/tinymce/classes/ui/BoxUtils.js +98 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Button.js +199 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ButtonGroup.js +62 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Checkbox.js +162 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ClassList.js +149 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Collection.js +438 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ColorBox.js +72 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ColorButton.js +124 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ColorPicker.js +206 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ComboBox.js +306 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Container.js +506 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Control.js +1301 -0
- data/apps/core/components/public/js/tinymce/classes/ui/DomUtils.js +107 -0
- data/apps/core/components/public/js/tinymce/classes/ui/DragHelper.js +144 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ElementPath.js +79 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Factory.js +105 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FieldSet.js +59 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FilePicker.js +85 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FitLayout.js +48 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FlexLayout.js +246 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FloatPanel.js +409 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FlowLayout.js +46 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Form.js +157 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FormItem.js +56 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FormatControls.js +535 -0
- data/apps/core/components/public/js/tinymce/classes/ui/GridLayout.js +233 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Iframe.js +85 -0
- data/apps/core/components/public/js/tinymce/classes/ui/InfoBox.js +93 -0
- data/apps/core/components/public/js/tinymce/classes/ui/KeyboardNavigation.js +406 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Label.js +144 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Layout.js +120 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ListBox.js +152 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Menu.js +195 -0
- data/apps/core/components/public/js/tinymce/classes/ui/MenuBar.js +33 -0
- data/apps/core/components/public/js/tinymce/classes/ui/MenuButton.js +268 -0
- data/apps/core/components/public/js/tinymce/classes/ui/MenuItem.js +336 -0
- data/apps/core/components/public/js/tinymce/classes/ui/MessageBox.js +202 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Movable.js +200 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Notification.js +154 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Panel.js +67 -0
- data/apps/core/components/public/js/tinymce/classes/ui/PanelButton.js +114 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Path.js +127 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Progress.js +81 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Radio.js +29 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ReflowQueue.js +79 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Resizable.js +68 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ResizeHandle.js +86 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Scrollable.js +141 -0
- data/apps/core/components/public/js/tinymce/classes/ui/SelectBox.js +106 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Selector.js +369 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Slider.js +161 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Spacer.js +39 -0
- data/apps/core/components/public/js/tinymce/classes/ui/SplitButton.js +146 -0
- data/apps/core/components/public/js/tinymce/classes/ui/StackLayout.js +34 -0
- data/apps/core/components/public/js/tinymce/classes/ui/TabPanel.js +178 -0
- data/apps/core/components/public/js/tinymce/classes/ui/TextBox.js +208 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Throbber.js +88 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Toolbar.js +56 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Tooltip.js +73 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Widget.js +151 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Window.js +474 -0
- data/apps/core/components/public/js/tinymce/classes/util/Arr.js +153 -0
- data/apps/core/components/public/js/tinymce/classes/util/Class.js +167 -0
- data/apps/core/components/public/js/tinymce/classes/util/Color.js +235 -0
- data/apps/core/components/public/js/tinymce/classes/util/Delay.js +191 -0
- data/apps/core/components/public/js/tinymce/classes/util/EventDispatcher.js +294 -0
- data/apps/core/components/public/js/tinymce/classes/util/Fun.js +87 -0
- data/apps/core/components/public/js/tinymce/classes/util/I18n.js +116 -0
- data/apps/core/components/public/js/tinymce/classes/util/JSON.js +109 -0
- data/apps/core/components/public/js/tinymce/classes/util/JSONP.js +38 -0
- data/apps/core/components/public/js/tinymce/classes/util/JSONRequest.js +110 -0
- data/apps/core/components/public/js/tinymce/classes/util/LocalStorage.js +213 -0
- data/apps/core/components/public/js/tinymce/classes/util/Observable.js +129 -0
- data/apps/core/components/public/js/tinymce/classes/util/Promise.js +200 -0
- data/apps/core/components/public/js/tinymce/classes/util/Quirks.js +1701 -0
- data/apps/core/components/public/js/tinymce/classes/util/Tools.js +442 -0
- data/apps/core/components/public/js/tinymce/classes/util/URI.js +411 -0
- data/apps/core/components/public/js/tinymce/classes/util/VK.js +37 -0
- data/apps/core/components/public/js/tinymce/classes/util/XHR.js +110 -0
- data/apps/core/components/public/js/tinymce/jquery.tinymce.min.js +1 -0
- data/apps/core/components/public/js/tinymce/langs/it.js +219 -0
- data/apps/core/components/public/js/tinymce/langs/readme.md +3 -0
- data/apps/core/components/public/js/tinymce/license.txt +504 -0
- data/apps/core/components/public/js/tinymce/plugins/advlist/plugin.js +97 -0
- data/apps/core/components/public/js/tinymce/plugins/advlist/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/anchor/plugin.js +55 -0
- data/apps/core/components/public/js/tinymce/plugins/anchor/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/autolink/plugin.js +204 -0
- data/apps/core/components/public/js/tinymce/plugins/autolink/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/autoresize/plugin.js +162 -0
- data/apps/core/components/public/js/tinymce/plugins/autoresize/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/autosave/plugin.js +165 -0
- data/apps/core/components/public/js/tinymce/plugins/autosave/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/bbcode/plugin.js +123 -0
- data/apps/core/components/public/js/tinymce/plugins/bbcode/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/charmap/plugin.js +450 -0
- data/apps/core/components/public/js/tinymce/plugins/charmap/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/code/plugin.js +60 -0
- data/apps/core/components/public/js/tinymce/plugins/code/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Dialog.js +121 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Plugin.js +95 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Prism.js +937 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Utils.js +33 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/css/prism.css +138 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.dev.js +141 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.js +1299 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/colorpicker/plugin.js +112 -0
- data/apps/core/components/public/js/tinymce/plugins/colorpicker/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/css/dialog.css +118 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/buttons.png +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/icons.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/items.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/menu_arrow.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/menu_check.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/progress.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/tabs.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/plugin.js +297 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/tiny_mce_popup.js +542 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/editable_selects.js +70 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/form_utils.js +210 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/mctabs.js +164 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/validate.js +252 -0
- data/apps/core/components/public/js/tinymce/plugins/contextmenu/plugin.js +88 -0
- data/apps/core/components/public/js/tinymce/plugins/contextmenu/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/directionality/plugin.js +64 -0
- data/apps/core/components/public/js/tinymce/plugins/directionality/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-cool.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-cry.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-frown.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-innocent.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-kiss.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-laughing.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-sealed.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-smile.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-surprised.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-undecided.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-wink.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-yell.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/plugin.js +65 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/example/dialog.html +8 -0
- data/apps/core/components/public/js/tinymce/plugins/example/plugin.js +68 -0
- data/apps/core/components/public/js/tinymce/plugins/example/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/example_dependency/plugin.js +22 -0
- data/apps/core/components/public/js/tinymce/plugins/example_dependency/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/fullpage/plugin.js +490 -0
- data/apps/core/components/public/js/tinymce/plugins/fullpage/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/fullscreen/plugin.js +154 -0
- data/apps/core/components/public/js/tinymce/plugins/fullscreen/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/hr/plugin.js +30 -0
- data/apps/core/components/public/js/tinymce/plugins/hr/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/image/plugin.js +630 -0
- data/apps/core/components/public/js/tinymce/plugins/image/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/atomic.js +6 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/browser.js +6 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/demo.js +8 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/prod.js +6 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/plugin.js +2668 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/demo/html/demo.html +16 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/demo/js/Demo.js +92 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/CropRect.js +214 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/Dialog.js +485 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/ImagePanel.js +218 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/Plugin.js +411 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/UndoStack.js +57 -0
- data/apps/core/components/public/js/tinymce/plugins/importcss/plugin.js +227 -0
- data/apps/core/components/public/js/tinymce/plugins/importcss/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/insertdatetime/plugin.js +121 -0
- data/apps/core/components/public/js/tinymce/plugins/insertdatetime/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/layer/plugin.js +225 -0
- data/apps/core/components/public/js/tinymce/plugins/layer/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/legacyoutput/plugin.js +211 -0
- data/apps/core/components/public/js/tinymce/plugins/legacyoutput/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/link/plugin.js +403 -0
- data/apps/core/components/public/js/tinymce/plugins/link/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/lists/plugin.js +885 -0
- data/apps/core/components/public/js/tinymce/plugins/lists/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/media/moxieplayer.swf +0 -0
- data/apps/core/components/public/js/tinymce/plugins/media/plugin.js +878 -0
- data/apps/core/components/public/js/tinymce/plugins/media/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/nonbreaking/plugin.js +53 -0
- data/apps/core/components/public/js/tinymce/plugins/nonbreaking/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/noneditable/plugin.js +101 -0
- data/apps/core/components/public/js/tinymce/plugins/noneditable/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/pagebreak/plugin.js +88 -0
- data/apps/core/components/public/js/tinymce/plugins/pagebreak/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/classes/Clipboard.js +672 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/classes/Plugin.js +121 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/classes/Quirks.js +159 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/classes/Utils.js +140 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/classes/WordFilter.js +500 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/plugin.dev.js +142 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/plugin.js +1708 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/preview/plugin.js +88 -0
- data/apps/core/components/public/js/tinymce/plugins/preview/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/print/plugin.js +32 -0
- data/apps/core/components/public/js/tinymce/plugins/print/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/save/plugin.js +98 -0
- data/apps/core/components/public/js/tinymce/plugins/save/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/searchreplace/plugin.js +609 -0
- data/apps/core/components/public/js/tinymce/plugins/searchreplace/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/spellchecker/classes/DomTextMatcher.js +480 -0
- data/apps/core/components/public/js/tinymce/plugins/spellchecker/classes/Plugin.js +439 -0
- data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.dev.js +139 -0
- data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.js +1026 -0
- data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/tabfocus/plugin.js +120 -0
- data/apps/core/components/public/js/tinymce/plugins/tabfocus/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/CellSelection.js +202 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/Dialogs.js +824 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/Plugin.js +599 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/Quirks.js +400 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/ResizeBars.js +984 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/TableGrid.js +941 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/Utils.js +36 -0
- data/apps/core/components/public/js/tinymce/plugins/table/plugin.dev.js +142 -0
- data/apps/core/components/public/js/tinymce/plugins/table/plugin.js +4106 -0
- data/apps/core/components/public/js/tinymce/plugins/table/plugin.min.js +2 -0
- data/apps/core/components/public/js/tinymce/plugins/template/plugin.js +270 -0
- data/apps/core/components/public/js/tinymce/plugins/template/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/textcolor/plugin.js +282 -0
- data/apps/core/components/public/js/tinymce/plugins/textcolor/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/textpattern/plugin.js +268 -0
- data/apps/core/components/public/js/tinymce/plugins/textpattern/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/css/visualblocks.css +135 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/address.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/article.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/aside.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/blockquote.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/div.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/dl.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/figure.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h1.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h2.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h3.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h4.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h5.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h6.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/hgroup.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/ol.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/p.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/pre.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/section.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/ul.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/plugin.js +86 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/visualchars/plugin.js +123 -0
- data/apps/core/components/public/js/tinymce/plugins/visualchars/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/wordcount/plugin.js +69 -0
- data/apps/core/components/public/js/tinymce/plugins/wordcount/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/AbsoluteLayout.less +17 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Animations.less +10 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Button.less +172 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ButtonGroup.less +71 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Checkbox.less +49 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ColorBox.less +6 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ColorButton.less +72 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ColorPicker.less +80 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ComboBox.less +39 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Container.less +9 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Content.Inline.less +4 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Content.Objects.less +166 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Content.less +27 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/CropRect.less +54 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/FieldSet.less +15 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/FitLayout.less +9 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/FloatPanel.less +69 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/FlowLayout.less +36 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Icons.Ie7.less +136 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Icons.less +180 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Iframe.less +6 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ImagePanel.less +20 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/InfoBox.less +71 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Label.less +38 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ListBox.less +26 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Menu.less +34 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/MenuBar.less +32 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/MenuButton.less +34 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/MenuItem.less +142 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Mixins.less +54 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Notification.less +144 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Panel.less +7 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Path.less +45 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Progress.less +34 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Radio.less +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Reset.less +32 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ResizeHandle.less +18 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Scrollable.less +44 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/SelectBox.less +6 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Slider.less +29 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Spacer.less +5 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/SplitButton.less +49 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/StackLayout.less +5 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/TabPanel.less +44 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/TextBox.less +41 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Throbber.less +19 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/TinyMCE.less +159 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ToolTip.less +129 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Variables.less +214 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Window.less +127 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/content.inline.min.css +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/content.min.css +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/readme.md +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.json +1277 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.svg +63 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.json +3381 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.svg +129 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/img/anchor.gif +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/img/loader.gif +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/img/object.gif +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/img/trans.gif +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.dev.less +46 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.dev.less +46 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.less +2542 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.min.css +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.less +2586 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.min.css +1 -0
- data/apps/core/components/public/js/tinymce/themes/modern/theme.js +878 -0
- data/apps/core/components/public/js/tinymce/themes/modern/theme.min.js +1 -0
- data/apps/core/components/public/js/tinymce/tinymce.dev.js +286 -0
- data/apps/core/components/public/js/tinymce/tinymce.js +45811 -0
- data/apps/core/components/public/js/tinymce/tinymce.min.js +13 -0
- data/apps/core/forms/widgets/form/form.rb +3 -1
- data/apps/core/forms/widgets/form/form.shtml +1 -0
- data/apps/core/forms/widgets/inputs/search_select/search_select.rb +1 -1
- data/apps/core/forms/widgets/inputs/select/select.rb +1 -1
- data/apps/core/forms/widgets/inputs/select/select.shtml +0 -1
- data/apps/messenger/backends/sms/skebby.rb +1 -1
- data/apps/messenger/controllers/mixins/messenger_helper.rb +23 -5
- data/lib/spiderfw/config/options/spider.rb +1 -1
- data/lib/spiderfw/controller/mixins/visual.rb +2 -0
- data/lib/spiderfw/http/adapters/rack.rb +10 -5
- data/lib/spiderfw/http/http.rb +4 -2
- data/lib/spiderfw/model/base_model.rb +4 -4
- data/lib/spiderfw/model/mappers/db_mapper.rb +4 -2
- data/lib/spiderfw/model/storage/db/adapters/mysql.rb +2 -1
- data/lib/spiderfw/model/storage/db/db_storage.rb +4 -0
- data/lib/spiderfw/spider.rb +6 -0
- data/lib/spiderfw/templates/layout.rb +1 -1
- data/lib/spiderfw/utils/monkey/object.rb +3 -0
- data/spider.gemspec +6 -2
- metadata +539 -42
- data/blueprints/.DS_Store +0 -0
@@ -0,0 +1,715 @@
|
|
1
|
+
/**
|
2
|
+
* EditorManager.js
|
3
|
+
*
|
4
|
+
* Released under LGPL License.
|
5
|
+
* Copyright (c) 1999-2015 Ephox Corp. All rights reserved
|
6
|
+
*
|
7
|
+
* License: http://www.tinymce.com/license
|
8
|
+
* Contributing: http://www.tinymce.com/contributing
|
9
|
+
*/
|
10
|
+
|
11
|
+
/**
|
12
|
+
* This class used as a factory for manager for tinymce.Editor instances.
|
13
|
+
*
|
14
|
+
* @example
|
15
|
+
* tinymce.EditorManager.init({});
|
16
|
+
*
|
17
|
+
* @class tinymce.EditorManager
|
18
|
+
* @mixes tinymce.util.Observable
|
19
|
+
* @static
|
20
|
+
*/
|
21
|
+
define("tinymce/EditorManager", [
|
22
|
+
"tinymce/Editor",
|
23
|
+
"tinymce/dom/DomQuery",
|
24
|
+
"tinymce/dom/DOMUtils",
|
25
|
+
"tinymce/util/URI",
|
26
|
+
"tinymce/Env",
|
27
|
+
"tinymce/util/Tools",
|
28
|
+
"tinymce/util/Promise",
|
29
|
+
"tinymce/util/Observable",
|
30
|
+
"tinymce/util/I18n",
|
31
|
+
"tinymce/FocusManager"
|
32
|
+
], function(Editor, $, DOMUtils, URI, Env, Tools, Promise, Observable, I18n, FocusManager) {
|
33
|
+
var DOM = DOMUtils.DOM;
|
34
|
+
var explode = Tools.explode, each = Tools.each, extend = Tools.extend;
|
35
|
+
var instanceCounter = 0, beforeUnloadDelegate, EditorManager, boundGlobalEvents = false;
|
36
|
+
|
37
|
+
function globalEventDelegate(e) {
|
38
|
+
each(EditorManager.editors, function(editor) {
|
39
|
+
editor.fire('ResizeWindow', e);
|
40
|
+
});
|
41
|
+
}
|
42
|
+
|
43
|
+
function toggleGlobalEvents(editors, state) {
|
44
|
+
if (state !== boundGlobalEvents) {
|
45
|
+
if (state) {
|
46
|
+
$(window).on('resize', globalEventDelegate);
|
47
|
+
} else {
|
48
|
+
$(window).off('resize', globalEventDelegate);
|
49
|
+
}
|
50
|
+
|
51
|
+
boundGlobalEvents = state;
|
52
|
+
}
|
53
|
+
}
|
54
|
+
|
55
|
+
function removeEditorFromList(editor) {
|
56
|
+
var editors = EditorManager.editors, removedFromList;
|
57
|
+
|
58
|
+
delete editors[editor.id];
|
59
|
+
|
60
|
+
for (var i = 0; i < editors.length; i++) {
|
61
|
+
if (editors[i] == editor) {
|
62
|
+
editors.splice(i, 1);
|
63
|
+
removedFromList = true;
|
64
|
+
break;
|
65
|
+
}
|
66
|
+
}
|
67
|
+
|
68
|
+
// Select another editor since the active one was removed
|
69
|
+
if (EditorManager.activeEditor == editor) {
|
70
|
+
EditorManager.activeEditor = editors[0];
|
71
|
+
}
|
72
|
+
|
73
|
+
// Clear focusedEditor if necessary, so that we don't try to blur the destroyed editor
|
74
|
+
if (EditorManager.focusedEditor == editor) {
|
75
|
+
EditorManager.focusedEditor = null;
|
76
|
+
}
|
77
|
+
|
78
|
+
return removedFromList;
|
79
|
+
}
|
80
|
+
|
81
|
+
function purgeDestroyedEditor(editor) {
|
82
|
+
// User has manually destroyed the editor lets clean up the mess
|
83
|
+
if (editor && !(editor.getContainer() || editor.getBody()).parentNode) {
|
84
|
+
removeEditorFromList(editor);
|
85
|
+
editor.unbindAllNativeEvents();
|
86
|
+
editor.destroy(true);
|
87
|
+
editor = null;
|
88
|
+
}
|
89
|
+
|
90
|
+
return editor;
|
91
|
+
}
|
92
|
+
|
93
|
+
EditorManager = {
|
94
|
+
/**
|
95
|
+
* Dom query instance.
|
96
|
+
*
|
97
|
+
* @property $
|
98
|
+
* @type tinymce.dom.DomQuery
|
99
|
+
*/
|
100
|
+
$: $,
|
101
|
+
|
102
|
+
/**
|
103
|
+
* Major version of TinyMCE build.
|
104
|
+
*
|
105
|
+
* @property majorVersion
|
106
|
+
* @type String
|
107
|
+
*/
|
108
|
+
majorVersion: '@@majorVersion@@',
|
109
|
+
|
110
|
+
/**
|
111
|
+
* Minor version of TinyMCE build.
|
112
|
+
*
|
113
|
+
* @property minorVersion
|
114
|
+
* @type String
|
115
|
+
*/
|
116
|
+
minorVersion: '@@minorVersion@@',
|
117
|
+
|
118
|
+
/**
|
119
|
+
* Release date of TinyMCE build.
|
120
|
+
*
|
121
|
+
* @property releaseDate
|
122
|
+
* @type String
|
123
|
+
*/
|
124
|
+
releaseDate: '@@releaseDate@@',
|
125
|
+
|
126
|
+
/**
|
127
|
+
* Collection of editor instances.
|
128
|
+
*
|
129
|
+
* @property editors
|
130
|
+
* @type Object
|
131
|
+
* @example
|
132
|
+
* for (edId in tinymce.editors)
|
133
|
+
* tinymce.editors[edId].save();
|
134
|
+
*/
|
135
|
+
editors: [],
|
136
|
+
|
137
|
+
/**
|
138
|
+
* Collection of language pack data.
|
139
|
+
*
|
140
|
+
* @property i18n
|
141
|
+
* @type Object
|
142
|
+
*/
|
143
|
+
i18n: I18n,
|
144
|
+
|
145
|
+
/**
|
146
|
+
* Currently active editor instance.
|
147
|
+
*
|
148
|
+
* @property activeEditor
|
149
|
+
* @type tinymce.Editor
|
150
|
+
* @example
|
151
|
+
* tinyMCE.activeEditor.selection.getContent();
|
152
|
+
* tinymce.EditorManager.activeEditor.selection.getContent();
|
153
|
+
*/
|
154
|
+
activeEditor: null,
|
155
|
+
|
156
|
+
setup: function() {
|
157
|
+
var self = this, baseURL, documentBaseURL, suffix = "", preInit, src;
|
158
|
+
|
159
|
+
// Get base URL for the current document
|
160
|
+
documentBaseURL = document.location.href;
|
161
|
+
|
162
|
+
// Check if the URL is a document based format like: http://site/dir/file and file:///
|
163
|
+
// leave other formats like applewebdata://... intact
|
164
|
+
if (/^[^:]+:\/\/\/?[^\/]+\//.test(documentBaseURL)) {
|
165
|
+
documentBaseURL = documentBaseURL.replace(/[\?#].*$/, '').replace(/[\/\\][^\/]+$/, '');
|
166
|
+
|
167
|
+
if (!/[\/\\]$/.test(documentBaseURL)) {
|
168
|
+
documentBaseURL += '/';
|
169
|
+
}
|
170
|
+
}
|
171
|
+
|
172
|
+
// If tinymce is defined and has a base use that or use the old tinyMCEPreInit
|
173
|
+
preInit = window.tinymce || window.tinyMCEPreInit;
|
174
|
+
if (preInit) {
|
175
|
+
baseURL = preInit.base || preInit.baseURL;
|
176
|
+
suffix = preInit.suffix;
|
177
|
+
} else {
|
178
|
+
// Get base where the tinymce script is located
|
179
|
+
var scripts = document.getElementsByTagName('script');
|
180
|
+
for (var i = 0; i < scripts.length; i++) {
|
181
|
+
src = scripts[i].src;
|
182
|
+
|
183
|
+
// Script types supported:
|
184
|
+
// tinymce.js tinymce.min.js tinymce.dev.js
|
185
|
+
// tinymce.jquery.js tinymce.jquery.min.js tinymce.jquery.dev.js
|
186
|
+
// tinymce.full.js tinymce.full.min.js tinymce.full.dev.js
|
187
|
+
var srcScript = src.substring(src.lastIndexOf('/'));
|
188
|
+
if (/tinymce(\.full|\.jquery|)(\.min|\.dev|)\.js/.test(src)) {
|
189
|
+
if (srcScript.indexOf('.min') != -1) {
|
190
|
+
suffix = '.min';
|
191
|
+
}
|
192
|
+
|
193
|
+
baseURL = src.substring(0, src.lastIndexOf('/'));
|
194
|
+
break;
|
195
|
+
}
|
196
|
+
}
|
197
|
+
|
198
|
+
// We didn't find any baseURL by looking at the script elements
|
199
|
+
// Try to use the document.currentScript as a fallback
|
200
|
+
if (!baseURL && document.currentScript) {
|
201
|
+
src = document.currentScript.src;
|
202
|
+
|
203
|
+
if (src.indexOf('.min') != -1) {
|
204
|
+
suffix = '.min';
|
205
|
+
}
|
206
|
+
|
207
|
+
baseURL = src.substring(0, src.lastIndexOf('/'));
|
208
|
+
}
|
209
|
+
}
|
210
|
+
|
211
|
+
/**
|
212
|
+
* Base URL where the root directory if TinyMCE is located.
|
213
|
+
*
|
214
|
+
* @property baseURL
|
215
|
+
* @type String
|
216
|
+
*/
|
217
|
+
self.baseURL = new URI(documentBaseURL).toAbsolute(baseURL);
|
218
|
+
|
219
|
+
/**
|
220
|
+
* Document base URL where the current document is located.
|
221
|
+
*
|
222
|
+
* @property documentBaseURL
|
223
|
+
* @type String
|
224
|
+
*/
|
225
|
+
self.documentBaseURL = documentBaseURL;
|
226
|
+
|
227
|
+
/**
|
228
|
+
* Absolute baseURI for the installation path of TinyMCE.
|
229
|
+
*
|
230
|
+
* @property baseURI
|
231
|
+
* @type tinymce.util.URI
|
232
|
+
*/
|
233
|
+
self.baseURI = new URI(self.baseURL);
|
234
|
+
|
235
|
+
/**
|
236
|
+
* Current suffix to add to each plugin/theme that gets loaded for example ".min".
|
237
|
+
*
|
238
|
+
* @property suffix
|
239
|
+
* @type String
|
240
|
+
*/
|
241
|
+
self.suffix = suffix;
|
242
|
+
|
243
|
+
self.focusManager = new FocusManager(self);
|
244
|
+
},
|
245
|
+
|
246
|
+
/**
|
247
|
+
* Overrides the default settings for editor instances.
|
248
|
+
*
|
249
|
+
* @method overrideDefaults
|
250
|
+
* @param {Object} defaultSettings Defaults settings object.
|
251
|
+
*/
|
252
|
+
overrideDefaults: function(defaultSettings) {
|
253
|
+
var baseUrl, suffix;
|
254
|
+
|
255
|
+
baseUrl = defaultSettings.base_url;
|
256
|
+
if (baseUrl) {
|
257
|
+
this.baseURL = new URI(this.documentBaseURL).toAbsolute(baseUrl.replace(/\/+$/, ''));
|
258
|
+
this.baseURI = new URI(this.baseURL);
|
259
|
+
}
|
260
|
+
|
261
|
+
suffix = defaultSettings.suffix;
|
262
|
+
if (defaultSettings.suffix) {
|
263
|
+
this.suffix = suffix;
|
264
|
+
}
|
265
|
+
|
266
|
+
this.defaultSettings = defaultSettings;
|
267
|
+
},
|
268
|
+
|
269
|
+
/**
|
270
|
+
* Initializes a set of editors. This method will create editors based on various settings.
|
271
|
+
*
|
272
|
+
* @method init
|
273
|
+
* @param {Object} settings Settings object to be passed to each editor instance.
|
274
|
+
* @return {tinymce.util.Promise} Promise that gets resolved with an array of editors when all editor instances are initialized.
|
275
|
+
* @example
|
276
|
+
* // Initializes a editor using the longer method
|
277
|
+
* tinymce.EditorManager.init({
|
278
|
+
* some_settings : 'some value'
|
279
|
+
* });
|
280
|
+
*
|
281
|
+
* // Initializes a editor instance using the shorter version and with a promise
|
282
|
+
* tinymce.init({
|
283
|
+
* some_settings : 'some value'
|
284
|
+
* }).then(function(editors) {
|
285
|
+
* ...
|
286
|
+
* });
|
287
|
+
*/
|
288
|
+
init: function(settings) {
|
289
|
+
var self = this, result;
|
290
|
+
|
291
|
+
function createId(elm) {
|
292
|
+
var id = elm.id;
|
293
|
+
|
294
|
+
// Use element id, or unique name or generate a unique id
|
295
|
+
if (!id) {
|
296
|
+
id = elm.name;
|
297
|
+
|
298
|
+
if (id && !DOM.get(id)) {
|
299
|
+
id = elm.name;
|
300
|
+
} else {
|
301
|
+
// Generate unique name
|
302
|
+
id = DOM.uniqueId();
|
303
|
+
}
|
304
|
+
|
305
|
+
elm.setAttribute('id', id);
|
306
|
+
}
|
307
|
+
|
308
|
+
return id;
|
309
|
+
}
|
310
|
+
|
311
|
+
function execCallback(name) {
|
312
|
+
var callback = settings[name];
|
313
|
+
|
314
|
+
if (!callback) {
|
315
|
+
return;
|
316
|
+
}
|
317
|
+
|
318
|
+
return callback.apply(self, Array.prototype.slice.call(arguments, 2));
|
319
|
+
}
|
320
|
+
|
321
|
+
function hasClass(elm, className) {
|
322
|
+
return className.constructor === RegExp ? className.test(elm.className) : DOM.hasClass(elm, className);
|
323
|
+
}
|
324
|
+
|
325
|
+
function findTargets(settings) {
|
326
|
+
var l, targets = [];
|
327
|
+
|
328
|
+
if (settings.types) {
|
329
|
+
each(settings.types, function(type) {
|
330
|
+
targets = targets.concat(DOM.select(type.selector));
|
331
|
+
});
|
332
|
+
|
333
|
+
return targets;
|
334
|
+
} else if (settings.selector) {
|
335
|
+
return DOM.select(settings.selector);
|
336
|
+
} else if (settings.target) {
|
337
|
+
return [settings.target];
|
338
|
+
}
|
339
|
+
|
340
|
+
// Fallback to old setting
|
341
|
+
switch (settings.mode) {
|
342
|
+
case "exact":
|
343
|
+
l = settings.elements || '';
|
344
|
+
|
345
|
+
if (l.length > 0) {
|
346
|
+
each(explode(l), function(id) {
|
347
|
+
var elm;
|
348
|
+
|
349
|
+
if ((elm = DOM.get(id))) {
|
350
|
+
targets.push(elm);
|
351
|
+
} else {
|
352
|
+
each(document.forms, function(f) {
|
353
|
+
each(f.elements, function(e) {
|
354
|
+
if (e.name === id) {
|
355
|
+
id = 'mce_editor_' + instanceCounter++;
|
356
|
+
DOM.setAttrib(e, 'id', id);
|
357
|
+
targets.push(e);
|
358
|
+
}
|
359
|
+
});
|
360
|
+
});
|
361
|
+
}
|
362
|
+
});
|
363
|
+
}
|
364
|
+
break;
|
365
|
+
|
366
|
+
case "textareas":
|
367
|
+
case "specific_textareas":
|
368
|
+
each(DOM.select('textarea'), function(elm) {
|
369
|
+
if (settings.editor_deselector && hasClass(elm, settings.editor_deselector)) {
|
370
|
+
return;
|
371
|
+
}
|
372
|
+
|
373
|
+
if (!settings.editor_selector || hasClass(elm, settings.editor_selector)) {
|
374
|
+
targets.push(elm);
|
375
|
+
}
|
376
|
+
});
|
377
|
+
break;
|
378
|
+
}
|
379
|
+
|
380
|
+
return targets;
|
381
|
+
}
|
382
|
+
|
383
|
+
var provideResults = function(editors) {
|
384
|
+
result = editors;
|
385
|
+
};
|
386
|
+
|
387
|
+
function initEditors() {
|
388
|
+
var initCount = 0, editors = [], targets;
|
389
|
+
|
390
|
+
function createEditor(id, settings, targetElm) {
|
391
|
+
if (!purgeDestroyedEditor(self.get(id))) {
|
392
|
+
var editor = new Editor(id, settings, self);
|
393
|
+
|
394
|
+
editors.push(editor);
|
395
|
+
|
396
|
+
editor.on('init', function() {
|
397
|
+
if (++initCount === targets.length) {
|
398
|
+
provideResults(editors);
|
399
|
+
}
|
400
|
+
});
|
401
|
+
|
402
|
+
editor.targetElm = editor.targetElm || targetElm;
|
403
|
+
editor.render();
|
404
|
+
}
|
405
|
+
}
|
406
|
+
|
407
|
+
DOM.unbind(window, 'ready', initEditors);
|
408
|
+
execCallback('onpageload');
|
409
|
+
|
410
|
+
targets = $.unique(findTargets(settings));
|
411
|
+
|
412
|
+
// TODO: Deprecate this one
|
413
|
+
if (settings.types) {
|
414
|
+
each(settings.types, function(type) {
|
415
|
+
Tools.each(targets, function(elm) {
|
416
|
+
if (DOM.is(elm, type.selector)) {
|
417
|
+
createEditor(createId(elm), extend({}, settings, type), elm);
|
418
|
+
return false;
|
419
|
+
}
|
420
|
+
|
421
|
+
return true;
|
422
|
+
});
|
423
|
+
});
|
424
|
+
|
425
|
+
return;
|
426
|
+
}
|
427
|
+
|
428
|
+
each(targets, function(elm) {
|
429
|
+
createEditor(createId(elm), settings, elm);
|
430
|
+
});
|
431
|
+
}
|
432
|
+
|
433
|
+
self.settings = settings;
|
434
|
+
DOM.bind(window, 'ready', initEditors);
|
435
|
+
|
436
|
+
return new Promise(function(resolve) {
|
437
|
+
if (result) {
|
438
|
+
resolve(result);
|
439
|
+
} else {
|
440
|
+
provideResults = function(editors) {
|
441
|
+
resolve(editors);
|
442
|
+
};
|
443
|
+
}
|
444
|
+
});
|
445
|
+
},
|
446
|
+
|
447
|
+
/**
|
448
|
+
* Returns a editor instance by id.
|
449
|
+
*
|
450
|
+
* @method get
|
451
|
+
* @param {String/Number} id Editor instance id or index to return.
|
452
|
+
* @return {tinymce.Editor} Editor instance to return.
|
453
|
+
* @example
|
454
|
+
* // Adds an onclick event to an editor by id (shorter version)
|
455
|
+
* tinymce.get('mytextbox').on('click', function(e) {
|
456
|
+
* ed.windowManager.alert('Hello world!');
|
457
|
+
* });
|
458
|
+
*
|
459
|
+
* // Adds an onclick event to an editor by id (longer version)
|
460
|
+
* tinymce.EditorManager.get('mytextbox').on('click', function(e) {
|
461
|
+
* ed.windowManager.alert('Hello world!');
|
462
|
+
* });
|
463
|
+
*/
|
464
|
+
get: function(id) {
|
465
|
+
if (!arguments.length) {
|
466
|
+
return this.editors;
|
467
|
+
}
|
468
|
+
|
469
|
+
return id in this.editors ? this.editors[id] : null;
|
470
|
+
},
|
471
|
+
|
472
|
+
/**
|
473
|
+
* Adds an editor instance to the editor collection. This will also set it as the active editor.
|
474
|
+
*
|
475
|
+
* @method add
|
476
|
+
* @param {tinymce.Editor} editor Editor instance to add to the collection.
|
477
|
+
* @return {tinymce.Editor} The same instance that got passed in.
|
478
|
+
*/
|
479
|
+
add: function(editor) {
|
480
|
+
var self = this, editors = self.editors;
|
481
|
+
|
482
|
+
// Add named and index editor instance
|
483
|
+
editors[editor.id] = editor;
|
484
|
+
editors.push(editor);
|
485
|
+
|
486
|
+
toggleGlobalEvents(editors, true);
|
487
|
+
|
488
|
+
// Doesn't call setActive method since we don't want
|
489
|
+
// to fire a bunch of activate/deactivate calls while initializing
|
490
|
+
self.activeEditor = editor;
|
491
|
+
|
492
|
+
/**
|
493
|
+
* Fires when an editor is added to the EditorManager collection.
|
494
|
+
*
|
495
|
+
* @event AddEditor
|
496
|
+
* @param {Object} e Event arguments.
|
497
|
+
*/
|
498
|
+
self.fire('AddEditor', {editor: editor});
|
499
|
+
|
500
|
+
if (!beforeUnloadDelegate) {
|
501
|
+
beforeUnloadDelegate = function() {
|
502
|
+
self.fire('BeforeUnload');
|
503
|
+
};
|
504
|
+
|
505
|
+
DOM.bind(window, 'beforeunload', beforeUnloadDelegate);
|
506
|
+
}
|
507
|
+
|
508
|
+
return editor;
|
509
|
+
},
|
510
|
+
|
511
|
+
/**
|
512
|
+
* Creates an editor instance and adds it to the EditorManager collection.
|
513
|
+
*
|
514
|
+
* @method createEditor
|
515
|
+
* @param {String} id Instance id to use for editor.
|
516
|
+
* @param {Object} settings Editor instance settings.
|
517
|
+
* @return {tinymce.Editor} Editor instance that got created.
|
518
|
+
*/
|
519
|
+
createEditor: function(id, settings) {
|
520
|
+
return this.add(new Editor(id, settings, this));
|
521
|
+
},
|
522
|
+
|
523
|
+
/**
|
524
|
+
* Removes a editor or editors form page.
|
525
|
+
*
|
526
|
+
* @example
|
527
|
+
* // Remove all editors bound to divs
|
528
|
+
* tinymce.remove('div');
|
529
|
+
*
|
530
|
+
* // Remove all editors bound to textareas
|
531
|
+
* tinymce.remove('textarea');
|
532
|
+
*
|
533
|
+
* // Remove all editors
|
534
|
+
* tinymce.remove();
|
535
|
+
*
|
536
|
+
* // Remove specific instance by id
|
537
|
+
* tinymce.remove('#id');
|
538
|
+
*
|
539
|
+
* @method remove
|
540
|
+
* @param {tinymce.Editor/String/Object} [selector] CSS selector or editor instance to remove.
|
541
|
+
* @return {tinymce.Editor} The editor that got passed in will be return if it was found otherwise null.
|
542
|
+
*/
|
543
|
+
remove: function(selector) {
|
544
|
+
var self = this, i, editors = self.editors, editor;
|
545
|
+
|
546
|
+
// Remove all editors
|
547
|
+
if (!selector) {
|
548
|
+
for (i = editors.length - 1; i >= 0; i--) {
|
549
|
+
self.remove(editors[i]);
|
550
|
+
}
|
551
|
+
|
552
|
+
return;
|
553
|
+
}
|
554
|
+
|
555
|
+
// Remove editors by selector
|
556
|
+
if (typeof selector == "string") {
|
557
|
+
selector = selector.selector || selector;
|
558
|
+
|
559
|
+
each(DOM.select(selector), function(elm) {
|
560
|
+
editor = editors[elm.id];
|
561
|
+
|
562
|
+
if (editor) {
|
563
|
+
self.remove(editor);
|
564
|
+
}
|
565
|
+
});
|
566
|
+
|
567
|
+
return;
|
568
|
+
}
|
569
|
+
|
570
|
+
// Remove specific editor
|
571
|
+
editor = selector;
|
572
|
+
|
573
|
+
// Not in the collection
|
574
|
+
if (!editors[editor.id]) {
|
575
|
+
return null;
|
576
|
+
}
|
577
|
+
|
578
|
+
/**
|
579
|
+
* Fires when an editor is removed from EditorManager collection.
|
580
|
+
*
|
581
|
+
* @event RemoveEditor
|
582
|
+
* @param {Object} e Event arguments.
|
583
|
+
*/
|
584
|
+
if (removeEditorFromList(editor)) {
|
585
|
+
self.fire('RemoveEditor', {editor: editor});
|
586
|
+
}
|
587
|
+
|
588
|
+
if (!editors.length) {
|
589
|
+
DOM.unbind(window, 'beforeunload', beforeUnloadDelegate);
|
590
|
+
}
|
591
|
+
|
592
|
+
editor.remove();
|
593
|
+
|
594
|
+
toggleGlobalEvents(editors, editors.length > 0);
|
595
|
+
|
596
|
+
return editor;
|
597
|
+
},
|
598
|
+
|
599
|
+
/**
|
600
|
+
* Executes a specific command on the currently active editor.
|
601
|
+
*
|
602
|
+
* @method execCommand
|
603
|
+
* @param {String} cmd Command to perform for example Bold.
|
604
|
+
* @param {Boolean} ui Optional boolean state if a UI should be presented for the command or not.
|
605
|
+
* @param {String} value Optional value parameter like for example an URL to a link.
|
606
|
+
* @return {Boolean} true/false if the command was executed or not.
|
607
|
+
*/
|
608
|
+
execCommand: function(cmd, ui, value) {
|
609
|
+
var self = this, editor = self.get(value);
|
610
|
+
|
611
|
+
// Manager commands
|
612
|
+
switch (cmd) {
|
613
|
+
case "mceAddEditor":
|
614
|
+
if (!self.get(value)) {
|
615
|
+
new Editor(value, self.settings, self).render();
|
616
|
+
}
|
617
|
+
|
618
|
+
return true;
|
619
|
+
|
620
|
+
case "mceRemoveEditor":
|
621
|
+
if (editor) {
|
622
|
+
editor.remove();
|
623
|
+
}
|
624
|
+
|
625
|
+
return true;
|
626
|
+
|
627
|
+
case 'mceToggleEditor':
|
628
|
+
if (!editor) {
|
629
|
+
self.execCommand('mceAddEditor', 0, value);
|
630
|
+
return true;
|
631
|
+
}
|
632
|
+
|
633
|
+
if (editor.isHidden()) {
|
634
|
+
editor.show();
|
635
|
+
} else {
|
636
|
+
editor.hide();
|
637
|
+
}
|
638
|
+
|
639
|
+
return true;
|
640
|
+
}
|
641
|
+
|
642
|
+
// Run command on active editor
|
643
|
+
if (self.activeEditor) {
|
644
|
+
return self.activeEditor.execCommand(cmd, ui, value);
|
645
|
+
}
|
646
|
+
|
647
|
+
return false;
|
648
|
+
},
|
649
|
+
|
650
|
+
/**
|
651
|
+
* Calls the save method on all editor instances in the collection. This can be useful when a form is to be submitted.
|
652
|
+
*
|
653
|
+
* @method triggerSave
|
654
|
+
* @example
|
655
|
+
* // Saves all contents
|
656
|
+
* tinyMCE.triggerSave();
|
657
|
+
*/
|
658
|
+
triggerSave: function() {
|
659
|
+
each(this.editors, function(editor) {
|
660
|
+
editor.save();
|
661
|
+
});
|
662
|
+
},
|
663
|
+
|
664
|
+
/**
|
665
|
+
* Adds a language pack, this gets called by the loaded language files like en.js.
|
666
|
+
*
|
667
|
+
* @method addI18n
|
668
|
+
* @param {String} code Optional language code.
|
669
|
+
* @param {Object} items Name/value object with translations.
|
670
|
+
*/
|
671
|
+
addI18n: function(code, items) {
|
672
|
+
I18n.add(code, items);
|
673
|
+
},
|
674
|
+
|
675
|
+
/**
|
676
|
+
* Translates the specified string using the language pack items.
|
677
|
+
*
|
678
|
+
* @method translate
|
679
|
+
* @param {String/Array/Object} text String to translate
|
680
|
+
* @return {String} Translated string.
|
681
|
+
*/
|
682
|
+
translate: function(text) {
|
683
|
+
return I18n.translate(text);
|
684
|
+
},
|
685
|
+
|
686
|
+
/**
|
687
|
+
* Sets the active editor instance and fires the deactivate/activate events.
|
688
|
+
*
|
689
|
+
* @method setActive
|
690
|
+
* @param {tinymce.Editor} editor Editor instance to set as the active instance.
|
691
|
+
*/
|
692
|
+
setActive: function(editor) {
|
693
|
+
var activeEditor = this.activeEditor;
|
694
|
+
|
695
|
+
if (this.activeEditor != editor) {
|
696
|
+
if (activeEditor) {
|
697
|
+
activeEditor.fire('deactivate', {relatedTarget: editor});
|
698
|
+
}
|
699
|
+
|
700
|
+
editor.fire('activate', {relatedTarget: activeEditor});
|
701
|
+
}
|
702
|
+
|
703
|
+
this.activeEditor = editor;
|
704
|
+
}
|
705
|
+
};
|
706
|
+
|
707
|
+
extend(EditorManager, Observable);
|
708
|
+
|
709
|
+
EditorManager.setup();
|
710
|
+
|
711
|
+
// Export EditorManager as tinymce/tinymce in global namespace
|
712
|
+
window.tinymce = window.tinyMCE = EditorManager;
|
713
|
+
|
714
|
+
return EditorManager;
|
715
|
+
});
|