Changeset 1067
- Timestamp:
- 10/06/08 19:46:46 (5 years ago)
- Location:
- trunk/plugins
- Files:
-
- 2 added
- 2 removed
- 47 moved
-
Abbreviation/Abbreviation.js (moved) (moved from trunk/plugins/Abbreviation/abbreviation.js)
-
BackgroundImage/BackgroundImage.js (moved) (moved from trunk/plugins/BackgroundImage/background-image.js)
-
CSS/CSS.js (moved) (moved from trunk/plugins/CSS/css.js)
-
CharCounter/CharCounter.js (moved) (moved from trunk/plugins/CharCounter/char-counter.js)
-
CharacterMap/CharacterMap.js (moved) (moved from trunk/plugins/CharacterMap/character-map.js)
-
ClientsideSpellcheck/ClientsideSpellcheck.js (moved) (moved from trunk/plugins/ClientsideSpellcheck/clientside-spellcheck.js)
-
ContextMenu/ContextMenu.js (moved) (moved from trunk/plugins/ContextMenu/context-menu.js)
-
DefinitionList/DefinitionList.js (moved) (moved from trunk/plugins/DefinitionList/definition-list.js)
-
DoubleClick/DoubleClick.js (moved) (moved from trunk/plugins/DoubleClick/double-click.js)
-
DynamicCSS/DynamicCSS.js (moved) (moved from trunk/plugins/DynamicCSS/dynamiccss.js)
-
EditTag/EditTag.js (added)
-
EditTag/edit-tag.js (deleted)
-
Equation/Equation.js (moved) (moved from trunk/plugins/Equation/equation.js)
-
ExtendedFileManager/ExtendedFileManager.js (moved) (moved from trunk/plugins/ExtendedFileManager/extended-file-manager.js)
-
Filter/Filter.js (moved) (moved from trunk/plugins/Filter/filter.js)
-
FindReplace/FindReplace.js (moved) (moved from trunk/plugins/FindReplace/find-replace.js)
-
FormOperations/FormOperations.js (moved) (moved from trunk/plugins/FormOperations/form-operations.js) (1 diff)
-
Forms/Forms.js (moved) (moved from trunk/plugins/Forms/forms.js)
-
FullPage/FullPage.js (moved) (moved from trunk/plugins/FullPage/full-page.js)
-
GenericPlugin/GenericPlugin.js (moved) (moved from trunk/plugins/GenericPlugin/generic-plugin.js)
-
GetHtml/GetHtml.js (moved) (moved from trunk/plugins/GetHtml/get-html.js)
-
HorizontalRule/HorizontalRule.js (moved) (moved from trunk/plugins/HorizontalRule/horizontal-rule.js)
-
HtmlEntities/HtmlEntities.js (moved) (moved from trunk/plugins/HtmlEntities/html-entities.js)
-
HtmlTidy/HtmlTidy.js (moved) (moved from trunk/plugins/HtmlTidy/html-tidy.js)
-
ImageManager/ImageManager.js (moved) (moved from trunk/plugins/ImageManager/image-manager.js)
-
InsertAnchor/InsertAnchor.js (moved) (moved from trunk/plugins/InsertAnchor/insert-anchor.js)
-
InsertMarquee/InsertMarquee.js (moved) (moved from trunk/plugins/InsertMarquee/insert-marquee.js)
-
InsertNote/InsertNote.js (moved) (moved from trunk/plugins/InsertNote/insert-note.js)
-
InsertPagebreak/InsertPagebreak.js (moved) (moved from trunk/plugins/InsertPagebreak/insert-pagebreak.js)
-
InsertPicture/InsertPicture.js (moved) (moved from trunk/plugins/InsertPicture/insert-picture.js)
-
InsertSmiley/InsertSmiley.js (moved) (moved from trunk/plugins/InsertSmiley/insert-smiley.js)
-
InsertSnippet/InsertSnippet.js (moved) (moved from trunk/plugins/InsertSnippet/insert-snippet.js)
-
InsertSnippet2/InsertSnippet2.js (moved) (moved from trunk/plugins/InsertSnippet2/insert-snippet2.js)
-
InsertWords/InsertWords.js (moved) (moved from trunk/plugins/InsertWords/insert-words.js)
-
LangMarks/LangMarks.js (moved) (moved from trunk/plugins/LangMarks/lang-marks.js)
-
Linker/Linker.js (moved) (moved from trunk/plugins/Linker/linker.js)
-
ListType/ListType.js (moved) (moved from trunk/plugins/ListType/list-type.js)
-
NoteServer/NoteServer.js (moved) (moved from trunk/plugins/NoteServer/note-server.js)
-
PasteText/PasteText.js (moved) (moved from trunk/plugins/PasteText/paste-text.js)
-
PreserveScripts/PreserveScripts.js (moved) (moved from trunk/plugins/PreserveScripts/preserve-scripts.js)
-
QuickTag/QuickTag.js (moved) (moved from trunk/plugins/QuickTag/quick-tag.js)
-
SaveSubmit/SaveSubmit.js (moved) (moved from trunk/plugins/SaveSubmit/save-submit.js)
-
SetId/SetId.js (moved) (moved from trunk/plugins/SetId/set-id.js)
-
SmartReplace/SmartReplace.js (moved) (moved from trunk/plugins/SmartReplace/smart-replace.js)
-
Stylist/Stylist.js (moved) (moved from trunk/plugins/Stylist/stylist.js)
-
SuperClean/SuperClean.js (added)
-
SuperClean/super-clean.js (deleted)
-
TableOperations/TableOperations.js (moved) (moved from trunk/plugins/TableOperations/table-operations.js)
-
Template/Template.js (moved) (moved from trunk/plugins/Template/template.js)
-
UnFormat/UnFormat.js (moved) (moved from trunk/plugins/UnFormat/un-format.js)
-
UnsavedChanges/UnsavedChanges.js (moved) (moved from trunk/plugins/UnsavedChanges/unsaved-changes.js)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/FormOperations/FormOperations.js
r999 r1067 201 201 { 202 202 Xinha._loadback 203 (_editor_url + 'modules/Dialogs/ inline-dialog.js', function() { fo._preparePanel(); } );203 (_editor_url + 'modules/Dialogs/XinhaDialog.js', function() { fo._preparePanel(); } ); 204 204 return false; 205 205 }
