diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/editor/plugins/resources')
114 files changed, 975 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/AutoSave.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/AutoSave.css new file mode 100644 index 0000000..8bfada2 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/AutoSave.css @@ -0,0 +1,48 @@ +.dijitEditorIconAutoSave { + background-image: url(../icons/autoSave.png); + background-repeat: no-repeat; + width: 18px; + height: 18px; +} + +.dijitEditorIconAutoSaveDefault { + background-position: -18px 0px; +} + +.dijitDisabled .dijitEditorIconAutoSaveDefault { + background-position: -54px 0px; +} + +.dijitEditorIconAutoSaveSetting { + background-position: 0px 0px; +} + +.dijitEditorAutoSaveSettingDialog { + width: 21em; +} + +.dijitEditorAutoSaveSettingInputArea { + margin-top: 0.3em; + margin-left: 2em; +} + +.dijitEditorAutoSaveSettingInputArea .textBox { + width: 2em; +} + +.dijitEditorAutoSaveSettingInputArea .boxLabel { + margin: 0em 0em 0em 0.3em; +} + +.dijitEditorAutoSaveSettingButtonArea { + text-align: right; + margin: 0.3em 0em 0em 0em; +} + +.lucid .dijitEditorAutoSaveSettingDialog { + width: 22em; +} + +.lucid .dijitEditorAutoSaveSettingInputArea .textBox { + width: 2.5em; +} diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Blockquote.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Blockquote.css new file mode 100644 index 0000000..5913042 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Blockquote.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconBlockquote { + background-image: url(../icons/blockquote.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconBlockquote { + background-image: url(../icons/blockquoteDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Breadcrumb.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Breadcrumb.css new file mode 100644 index 0000000..7b687be --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Breadcrumb.css @@ -0,0 +1,13 @@ +.dojoxEditorBreadcrumbArrow .dijitDownArrowButton { + width: 10px; +} + +.dojoxEditorBreadcrumbArrow .dijitArrowButtonInner { + background-image: url(../icons/breadcrumbDown.gif); + background-repeat: no-repeat; + background-position: center center; + width: 8px; + height: 8px; +} + + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/CollapsibleToolbar.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/CollapsibleToolbar.css new file mode 100644 index 0000000..fa9e40c --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/CollapsibleToolbar.css @@ -0,0 +1,173 @@ +.dojoxCollapsibleToolbarContainer { + border-collapse: collapse; + padding: 0px; + margin: 0px; + border-style: none; +} + +.dojoxCollapsibleToolbarCollapse { + cursor: pointer; +} + +.dojoxCollapsibleToolbarExpand { + cursor: pointer; +} + +.claro .dojoxCollapsibleToolbarCollapse { + background-image: url(../images/claro/collapse.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.claro .dojoxCollapsibleToolbarExpand { + background-image: url(../images/claro/expand.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.claro .dojoxCollapsibleToolbarContainer { + background-color: #F1F1F1; +} + +.claro .dojoxCollapsibleToolbarControl { + vertical-align: top; + border-bottom: 1px solid #ccc; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; + margin-bottom: 1px; +} + + +.tundra .dojoxCollapsibleToolbarCollapse { + background-image: url(../images/tundra/collapse.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.tundra .dojoxCollapsibleToolbarExpand { + background-image: url(../images/tundra/expand.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.tundra .dojoxCollapsibleToolbarContainer { + background-image: url(../images/tundra/sidebar.gif); + background-repeat: repeat-x; + background-position: top left; + background-color: #CCCCCC; +} + +.tundra .dojoxCollapsibleToolbarControl { + vertical-align: top; + border-bottom: 1px solid #ccc; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; +} + +.soria .dojoxCollapsibleToolbarCollapse { + background-image: url(../images/soria/collapse.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.soria .dojoxCollapsibleToolbarExpand { + background-image: url(../images/soria/expand.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.soria .dojoxCollapsibleToolbarContainer { + background-image: url(../images/soria/sidebar.gif); + background-repeat: repeat-x; + background-position: top left; + background-color: #CCCCCC; +} + +.soria .dojoxCollapsibleToolbarControl { + vertical-align: top; + border-bottom: 1px solid #ccc; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; +} + +.nihilo .dojoxCollapsibleToolbarCollapse { + background-image: url(../images/nihilo/collapse.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.nihilo .dojoxCollapsibleToolbarExpand { + background-image: url(../images/nihilo/expand.gif); + background-repeat: no-repeat; + background-position: top left; + width: 12px; + height: 12px; +} + +.nihilo .dojoxCollapsibleToolbarContainer { + background-image: url(../images/nihilo/sidebar.gif); + background-repeat: repeat-x; + background-position: top left; + background-color: #CCCCCC; +} + +.nihilo .dojoxCollapsibleToolbarControl { + vertical-align: top; + border-bottom: 1px solid #ccc; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; +} + +.dijit_a11y .dojoxCollapsibleToolbarCollapse { + border-style: outset; + border-width: 3px; + border-color: black; + width: 1.5em; + height: 100%; + text-align: center; + vertical-align: middle; +} + +.dijit_a11y .dojoxCollapsibleToolbarExpand { + border-style: outset; + border-width: 3px; + border-color: black; + width: 1.5em; + height: 100%; + text-align: center; + vertical-align: middle; +} + +.dojoxCollapsibleToolbarCollapseText { + display: none; +} + +.dojoxCollapsibleToolbarExpandText { + display: none; +} + +.dijit_a11y .dojoxCollapsibleToolbarCollapseText { + display: inline; + padding: 3px; + font-weight: bold; +} + +.dijit_a11y .dojoxCollapsibleToolbarExpandText { + display: inline; + padding: 3px; + font-weight: bold; +} diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/FindReplace.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/FindReplace.css new file mode 100644 index 0000000..7e74456 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/FindReplace.css @@ -0,0 +1,72 @@ +.dijitEditorIconsFindReplace { + background-image: url('../icons/editorIconsFindReplaceEnabled.png'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + text-align: center; +} + +.dijitDisabled .dijitEditorIconsFindReplace { + background-image: url('../icons/editorIconsFindReplaceDisabled.png'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + text-align: center; +} + +.dijitEditorIconFindString { background-position: 0px; } + +.dijitEditorIconFind { background-position: -18px; } + +.dijitEditorIconReplace { background-position: -36px; } + +.dijitEditorIconReplaceAll { background-position: -54px; } + +.dijitEditorFindReplaceCheckBox { + padding-left: 10px; + padding-right: 10px; + text-align: center; +} + +.dijitEditorFindReplaceTextBox { + padding-top: 3px; + padding-bottom: 3px; + padding-right: 5px; +} + +.dijitEditorFindReplaceTextBox .focusTextBox { + width: 13em; +} + +.tundra .dijitEditorIconsFindReplaceClose { + background-image: url('../icons/tundra/close.gif'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + background-position: center; +} + +.soria .dijitEditorIconsFindReplaceClose { + background-image: url('../icons/soria/close.gif'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + background-position: center; +} + +.nihilo .dijitEditorIconsFindReplaceClose { + background-image: url('../icons/nihilo/close.gif'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + background-position: center; +} + +.claro .dijitEditorIconsFindReplaceClose { + background-image: url('../icons/claro/close.gif'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + background-position: center; +} + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/InsertAnchor.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/InsertAnchor.css new file mode 100644 index 0000000..3f0dda5 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/InsertAnchor.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconInsertAnchor { + background-image: url(../icons/anchor.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconInsertAnchor { + background-image: url(../icons/anchorDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/InsertEntity.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/InsertEntity.css new file mode 100644 index 0000000..403dcc5 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/InsertEntity.css @@ -0,0 +1,69 @@ +.dijitAdditionalEditorIconInsertEntity { + /* icon in toolbar for this plugin */ + background-image: url(../icons/insertEntity.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconInsertEntity { + /* icon in toolbar for this plugin, when the plugin is disabled */ + background-image: url(../icons/insertEntityDisabled.gif); +} + +.dojoxEntityPalette { + /* outer node of the dropdown */ + border: 1px solid #999; + background: #fff; + -moz-border-radius: 3pt; +} + +.dojoxEntityPaletteCell { + /* individual cell of the drop down */ + border: 1px dotted gray; + width: 20px; /* todo: don't hardcode width/height; it's neither necessary nor a11y safe */ + line-height: 18px; + overflow: hidden; + z-index: 10; + text-align: center; +} + +.dojoxEntityPaletteCell:hover, .dojoxEntityPaletteCell:active, .dojoxEntityPaletteCell:focus { + width: 18px; + line-height: 16px; + overflow: hidden; + cursor: default; + border:1px dashed #000; + outline:1px dashed #dedede; +} + + +.dojoxEntityPalettePreviewTable { + table-layout: auto; + font-size: 1em; + width: 100%; +} + +.dojoxEntityPalettePreviewHeader { + font-size: .8em; + padding: 3px 3px 3px 3px; +} + +.dojoxEntityPalettePreviewDetailEntity { + font-size: 3em; + font-weight: bold; + width: 1em; + text-align: center; +} + +.dojoxEntityPalettePreviewDetail { + font-size: 1em; + vertical-align: middle; + font-weight: bold; + padding: 3px 3px 3px 3px; +} + +.dijit_a11y .dojoxEntityPaletteCell { + background-color:transparent !important; +} diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/LocalImage.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/LocalImage.css new file mode 100644 index 0000000..3b308af --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/LocalImage.css @@ -0,0 +1,13 @@ +.dijitEditorEilDialogTitle { + font-weight: bold; + margin-bottom: 0.6em; +} + +.dijitEditorEilDialogDescription { + white-space: normal; + margin: 0em 0em 0.3em 0em; +} + +.dijitEditorEilDialogField{ + width: 20em; +} diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/PageBreak.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/PageBreak.css new file mode 100644 index 0000000..193b93b --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/PageBreak.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconPageBreak { + background-image: url(../icons/pageBreak.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconPageBreak { + background-image: url(../icons/pageBreakDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/PasteFromWord.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/PasteFromWord.css new file mode 100644 index 0000000..96622e5 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/PasteFromWord.css @@ -0,0 +1,30 @@ +.dijitAdditionalEditorIconPasteFromWord { + background-image: url(../icons/pasteFromWord.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconPasteFromWord { + background-image: url(../icons/pasteFromWordDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.tundra .dijitPasteFromWordEmbeddedRTE .dijitEditor, +.nihilo .dijitPasteFromWordEmbeddedRTE .dijitEditor { + border-color: #BFBFBF; + border-style: solid; + border-width: 1px; +} + +.soria .dijitPasteFromWordEmbeddedRTE .dijitEditor { + border-color: #CCCCCC; + border-style: solid; + border-width: 1px; +} + + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Preview.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Preview.css new file mode 100644 index 0000000..920f8d7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Preview.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconPreview { + background-image: url(../icons/preview.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconPreview { + background-image: url(../icons/previewDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/SafePaste.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/SafePaste.css new file mode 100644 index 0000000..c43d405 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/SafePaste.css @@ -0,0 +1,3 @@ +@import "PasteFromWord.css"; + + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Save.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Save.css new file mode 100644 index 0000000..e22b0f2 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Save.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconSave { + background-image: url(../icons/save.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconSave { + background-image: url(../icons/saveDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/ShowBlockNodes.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/ShowBlockNodes.css new file mode 100644 index 0000000..48d139c --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/ShowBlockNodes.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconShowBlockNodes { + background-image: url(../icons/showBlockNodes.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconShowBlockNodes { + background-image: url(../icons/showBlockNodesDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Smiley.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Smiley.css new file mode 100644 index 0000000..0aa19ab --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/Smiley.css @@ -0,0 +1,39 @@ +.dijitAdditionalEditorIconSmiley { + /* Toolbar icon for Smiley plugin */ + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; + background-image: url(../icons/smiley.gif); +} + +.dijitDisabled .dijitAdditionalEditorIconSmiley { + /* Toolbar icon for disabled Smiley plugin */ + background-image: url(../icons/smileyDisabled.gif); +} + +.dijitEditorSmileyPalette { + border: 1px solid black; + background: white; + overflow: hidden; + overflow-x: hidden; + overflow-y: hidden; +} + +.dijitEditorSmileyPalette .dijitPaletteCell { + height: 23px; + width: 27px; +} + +.dijitEditorSmileyPalette .dijitPaletteImg { + border: none; + height: 20px; + width: 20px; + padding: 2px 2px; +} + +.dijitEditorSmileyPalette .dijitPaletteCellHover .dijitPaletteImg { + border: 1px solid black; + padding: 1px 1px; +} + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/SpellCheck.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/SpellCheck.css new file mode 100644 index 0000000..434b579 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/SpellCheck.css @@ -0,0 +1,51 @@ +.dijitEditorSpellCheckIcon { + background-image: url(../icons/spellcheck.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitEditorSpellCheckBusyIcon { + background-image: url(../images/checking.gif); + background-repeat: no-repeat; + background-position: center center; + display: inline-block; + zoom: 1; + *display: inline; + width: 16px; + height: 16px; + margin: 0em 0.5em 0em 0.5em; +} + +.dijitEditorSpellCheckTable .dijitEditorSpellCheckBox { + width: 15em; +} + +.dijitEditorSpellCheckTable .listHeight { + height: 5em; +} + +.dijitEditorSpellCheckTable, +.dijitEditorSpellCheckTable td { + border: none; + border-width: 0px; + vertical-align: top; +} + +.dijitEditorSpellCheckTable .alignBottom { + vertical-align: bottom; +} + +.dijitEditorSpellCheckTable .blockButton, +.dijitEditorSpellCheckTable .dijitButtonNode { + display: block; +} + +.dijitEditorSpellCheckTable .topMargin { + margin-top: 0.56em; +} + +.dijitEditorSpellCheckTable .hidden { + display: none; +} diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/StatusBar.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/StatusBar.css new file mode 100644 index 0000000..fd6414c --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/StatusBar.css @@ -0,0 +1,75 @@ +@import "../../../../layout/resources/ResizeHandle.css"; + +.dojoxEditorStatusBar { + overflow: hidden; + vertical-align: bottom; + padding: 2px; +} + +.dojoxEditorStatusBar table { + width: 100%; +} + +.dojoxEditorStatusBar .dojoxResizeHandle { + position: static; + padding: 0px; + vertical-align: bottom; +} + +.dojoxEditorStatusBar .dojoxEditorStatusBarText{ + height: 1.5em; + vertical-align: middle; + width: 100%; + overflow: hidden; +} + +.claro .dojoxEditorStatusBar { + background-color: #F1F1F1; +} + +.claro .dojoxEditorStatusBar .dojoxEditorStatusBarText{ + border-style: solid; + border-width: 1px; + border-color: #B5BCC7; + +} + +.tundra .dojoxEditorStatusBar { + background-color: #EAEAEA; +} + +.tundra .dojoxEditorStatusBar .dojoxEditorStatusBarText{ + border-style: solid; + border-width: 1px; + border-color: #CCCCCC; + +} + +.nihilo .dojoxEditorStatusBar { + border-style: solid; + background-color: #FFFFFF; + border-width: 1px; + border-color: #CCCCCC; +} + +.nihilo .dojoxEditorStatusBar .dojoxEditorStatusBarText { + border-style: solid; + border-width: 1px; + border-color: #CCCCCC; + +} + +.soria .dojoxEditorStatusBar { + border-style: solid; + background-color: #BDD6F0; + border-width: 1px; + border-color: #698FB3; +} + +.soria .dojoxEditorStatusBar .dojoxEditorStatusBarText { + border-style: solid; + border-width: 1px; + border-color: #698FB3; + +} + diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/css/TextColor.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/TextColor.css new file mode 100644 index 0000000..196b1e2 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/css/TextColor.css @@ -0,0 +1,7 @@ +@import "../../../../widget/ColorPicker/ColorPicker.css"; + +.dojoxEditorColorPicker { + overflow: hidden; + overflow-x: hidden; + overflow-y: hidden; +} diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/editorPlugins.css b/js/dojo-1.7.2/dojox/editor/plugins/resources/editorPlugins.css new file mode 100644 index 0000000..db2c08a --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/editorPlugins.css @@ -0,0 +1,174 @@ +/* Editor Table Dialog */ +.EditorTableDialog{ + +} +.EditorTableDialog .etdTable{ + border:none; + table-layout:fixed; + border-collapse:collapse; +} +.EditorTableDialog .etdTable td{ + border:#CCCCCC 0px solid; + padding:5px; +} +.EditorTableDialog .etdTable td.inner{ + padding:0px; +} +.EditorTableDialog .dijitTextBox{ + width:50px; + padding-left:3px; +} +.EditorTableDialog .dijitComboBox{ + width:85px; + padding-left:5px; +} +.EditorTableDialog label{ + float:right; + margin:0; + margin-right:5px; +} +.EditorTableDialog .cellpad{ + background:url(images/cellpad.png) no-repeat 5px; +} +.EditorTableDialog .cellspace{ + background:url(images/cellspace.png) no-repeat 5px; +} +.dialogButtonContainer{ + text-align:right; + margin-top:10px; + cursor:pointer; +} + +.colorSwatchBtn{ + display:block; + border:#666666 2px solid; + background-color:#CCCCCC; + width:16px; + height:16px; + cursor:pointer; +} +.colorSwatchBtn:hover{ + border:#0099FF 2px solid; +} +.colorSwatchBtn div{ + background-color:#CCCCCC; + width:16px; + height:16px; + cursor:pointer; +} + +/* Editor Buttons */ +.editorIcon{ + background-image:url(images/tableIcons.png); + background-repeat: no-repeat; + width: 18px; + height: 18px; + text-align: center; +} +.editorIconUploadImage{ + background:url(images/uploadImageIcon.gif) no-repeat 0px 4px; +} + +.editorIconInsertTable{ + background-position:0px 0px; } +.dijitDisabled .editorIconInsertTable{ + background-position:-162px 0px; } +.editorIconInsertTableRowBefore{ + background-position:-36px 0px; } +.dijitDisabled .editorIconInsertTableRowBefore{ + background-position:-198px 0px; } + +.editorIconInsertTableRowAfter{ + background-position:-54px 0px; } +.dijitDisabled .editorIconInsertTableRowAfter{ + background-position:-216px 0px; } + +.editorIconInsertTableColumnBefore{ + background-position:-72px 0px; } +.dijitDisabled .editorIconInsertTableColumnBefore{ + background-position:-234px 0px; } + +.editorIconInsertTableColumnAfter{ + background-position:-90px 0px; } +.dijitDisabled .editorIconInsertTableColumnAfter{ + background-position:-252px 0px; } + +.editorIconDeleteTableRow{ + background-position:-108px 0px; } +.dijitDisabled .editorIconDeleteTableRow{ + background-position:-270px 0px; } + +.editorIconDeleteTableColumn{ + background-position:-126px 0px; } +.dijitDisabled .editorIconDeleteTableColumn{ + background-position:-288px 0px; } + +.editorIconColorTableCell{ + background-position:-144px 0px; } +.dijitDisabled .editorIconColorTableCell{ + background-position:-306px 0px; } + +.editorIconModifyTable{ + background-position:-18px 0px; } +.dijitDisabled .editorIconModifyTable{ + background-position:-180px 0px; } + + + + +.RichTextEditable .dijitTextBox, +.RichTextEditable .dijitComboBox, +.RichTextEditable .dijitSpinner { + width: 5em; +} + +.dojoxDropDownSelect { + background:#FFFFFF url(images/dropBk.png) repeat-x scroll left top; + border: 1px solid; + border-top-color:#cccccc; + border-right-color:#cccccc; + border-left-color:#999999; + border-bottom-color:#ffffff; +} +.dojoxDropDownSelect.dojoxDropDownSelectHover{ + background-image:url(images/dropBkOver.png); +} +.dojoxDropDownSelect button{ + line-height:16px; + height:16px; + width:100px; + text-align:left; + color:#8397b9; +} + +.dijitButtonNode .dijitArrowButtonInner{ + /* fixing the dijit drop arrows - can't figure why this broke */ + background:url(../../../../dijit/themes/tundra/images/spriteArrows.png) no-repeat left top; + width:7px; +} + +.dojoxEditorUploadNorm{ + font-family:Arial; + font-size:12px; + + + vertical-align: middle; + + margin:0; + line-height:normal; + text-align:center; + white-space: nowrap; + + cursor: pointer; + background: #ccc url("images/uploadImageIcon.gif") no-repeat 2px 2px; +} + +.dojoxEditorUploadHover{ + background: #ccc url("images/uploadImageIcon.gif") no-repeat 2px 0px; +} +.dojoxEditorUploadActive{ + background: #ccc url("images/uploadImageIcon.gif") no-repeat 2px 4px; +} +.dojoxEditorUploadDisabled{ + background: #ccc url("images/uploadImageIcon.gif") no-repeat 2px 2px; +} diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonAngel.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonAngel.gif Binary files differnew file mode 100644 index 0000000..8841b9b --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonAngel.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonAngry.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonAngry.gif Binary files differnew file mode 100644 index 0000000..8290ee0 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonAngry.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonCool.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonCool.gif Binary files differnew file mode 100644 index 0000000..3583c92 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonCool.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonCrying.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonCrying.gif Binary files differnew file mode 100644 index 0000000..9e9c6ac --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonCrying.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonEyebrow.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonEyebrow.gif Binary files differnew file mode 100644 index 0000000..bb150ef --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonEyebrow.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonFrown.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonFrown.gif Binary files differnew file mode 100644 index 0000000..a47c099 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonFrown.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonGoofy.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonGoofy.gif Binary files differnew file mode 100644 index 0000000..8b4d860 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonGoofy.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonGrin.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonGrin.gif Binary files differnew file mode 100644 index 0000000..692a201 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonGrin.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonHalf.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonHalf.gif Binary files differnew file mode 100644 index 0000000..2d7e10a --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonHalf.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonHappy.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonHappy.gif Binary files differnew file mode 100644 index 0000000..dc8f87f --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonHappy.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonIdea.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonIdea.gif Binary files differnew file mode 100644 index 0000000..11af180 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonIdea.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonLaughing.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonLaughing.gif Binary files differnew file mode 100644 index 0000000..23192d4 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonLaughing.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonNo.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonNo.gif Binary files differnew file mode 100644 index 0000000..03170df --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonNo.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonOops.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonOops.gif Binary files differnew file mode 100644 index 0000000..38bd4a0 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonOops.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonShy.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonShy.gif Binary files differnew file mode 100644 index 0000000..de0ccf6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonShy.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonSmile.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonSmile.gif Binary files differnew file mode 100644 index 0000000..d5b73a6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonSmile.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonTongue.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonTongue.gif Binary files differnew file mode 100644 index 0000000..e578c6a --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonTongue.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonWink.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonWink.gif Binary files differnew file mode 100644 index 0000000..8e262ae --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonWink.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonYes.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonYes.gif Binary files differnew file mode 100644 index 0000000..9473c7f --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/emoticons/emoticonYes.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/anchor.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/anchor.gif Binary files differnew file mode 100644 index 0000000..f58992d --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/anchor.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/anchorDisabled.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/anchorDisabled.gif Binary files differnew file mode 100644 index 0000000..54e17b9 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/anchorDisabled.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/autoSave.png b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/autoSave.png Binary files differnew file mode 100644 index 0000000..c23796f --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/autoSave.png diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/blockquote.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/blockquote.gif Binary files differnew file mode 100644 index 0000000..ec472c7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/blockquote.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/blockquoteDisabled.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/blockquoteDisabled.gif Binary files differnew file mode 100644 index 0000000..0c5886d --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/blockquoteDisabled.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/breadcrumbDown.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/breadcrumbDown.gif Binary files differnew file mode 100644 index 0000000..782efe7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/breadcrumbDown.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/claro/close.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/claro/close.gif Binary files differnew file mode 100644 index 0000000..7e792db --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/claro/close.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/editorIconsFindReplaceDisabled.png b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/editorIconsFindReplaceDisabled.png Binary files differnew file mode 100644 index 0000000..c92ec86 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/editorIconsFindReplaceDisabled.png diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/editorIconsFindReplaceEnabled.png b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/editorIconsFindReplaceEnabled.png Binary files differnew file mode 100644 index 0000000..e28c71b --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/editorIconsFindReplaceEnabled.png diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/insertEntity.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/insertEntity.gif Binary files differnew file mode 100644 index 0000000..5eb8584 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/insertEntity.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/insertEntityDisabled.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/insertEntityDisabled.gif Binary files differnew file mode 100644 index 0000000..f019818 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/insertEntityDisabled.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/nihilo/close.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/nihilo/close.gif Binary files differnew file mode 100644 index 0000000..285952a --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/nihilo/close.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pageBreak.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pageBreak.gif Binary files differnew file mode 100644 index 0000000..1cc4317 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pageBreak.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pageBreakDisabled.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pageBreakDisabled.gif Binary files differnew file mode 100644 index 0000000..511fa06 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pageBreakDisabled.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pasteFromWord.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pasteFromWord.gif Binary files differnew file mode 100644 index 0000000..f9df2a5 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pasteFromWord.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pasteFromWordDisabled.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pasteFromWordDisabled.gif Binary files differnew file mode 100644 index 0000000..bbe7de6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/pasteFromWordDisabled.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/preview.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/preview.gif Binary files differnew file mode 100644 index 0000000..ef30288 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/preview.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/previewDisabled.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/previewDisabled.gif Binary files differnew file mode 100644 index 0000000..b7f223b --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/previewDisabled.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/save.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/save.gif Binary files differnew file mode 100644 index 0000000..499dd0c --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/save.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/saveDisabled.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/saveDisabled.gif Binary files differnew file mode 100644 index 0000000..ad505a9 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/saveDisabled.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/showBlockNodes.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/showBlockNodes.gif Binary files differnew file mode 100644 index 0000000..4c58ae2 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/showBlockNodes.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/showBlockNodesDisabled.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/showBlockNodesDisabled.gif Binary files differnew file mode 100644 index 0000000..f8bc7c6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/showBlockNodesDisabled.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/smiley.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/smiley.gif Binary files differnew file mode 100644 index 0000000..d5b73a6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/smiley.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/smileyDisabled.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/smileyDisabled.gif Binary files differnew file mode 100644 index 0000000..e56ff0f --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/smileyDisabled.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/soria/close.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/soria/close.gif Binary files differnew file mode 100644 index 0000000..f019ae0 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/soria/close.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/spellcheck.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/spellcheck.gif Binary files differnew file mode 100644 index 0000000..b0bba18 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/spellcheck.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/tundra/close.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/tundra/close.gif Binary files differnew file mode 100644 index 0000000..2cb0ee1 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/icons/tundra/close.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/anchor.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/anchor.gif Binary files differnew file mode 100644 index 0000000..f58992d --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/anchor.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/address.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/address.gif Binary files differnew file mode 100644 index 0000000..5f94757 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/address.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/blockquote.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/blockquote.gif Binary files differnew file mode 100644 index 0000000..8eff804 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/blockquote.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/button.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/button.gif Binary files differnew file mode 100644 index 0000000..a95518d --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/button.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/center.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/center.gif Binary files differnew file mode 100644 index 0000000..de55735 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/center.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/dd.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/dd.gif Binary files differnew file mode 100644 index 0000000..5a87895 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/dd.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/del.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/del.gif Binary files differnew file mode 100644 index 0000000..f2b647d --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/del.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/div.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/div.gif Binary files differnew file mode 100644 index 0000000..3ad71ca --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/div.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/dt.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/dt.gif Binary files differnew file mode 100644 index 0000000..61145c1 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/dt.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/fieldset.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/fieldset.gif Binary files differnew file mode 100644 index 0000000..350d1f5 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/fieldset.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/form.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/form.gif Binary files differnew file mode 100644 index 0000000..b7a26ce --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/form.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h1.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h1.gif Binary files differnew file mode 100644 index 0000000..3accd14 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h1.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h2.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h2.gif Binary files differnew file mode 100644 index 0000000..fed7623 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h2.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h3.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h3.gif Binary files differnew file mode 100644 index 0000000..d2e8437 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h3.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h4.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h4.gif Binary files differnew file mode 100644 index 0000000..cf806b9 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h4.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h5.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h5.gif Binary files differnew file mode 100644 index 0000000..00c7c66 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h5.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h6.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h6.gif Binary files differnew file mode 100644 index 0000000..91c7e12 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/h6.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/hr.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/hr.gif Binary files differnew file mode 100644 index 0000000..1475618 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/hr.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/iframe.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/iframe.gif Binary files differnew file mode 100644 index 0000000..a1e9502 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/iframe.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/ins.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/ins.gif Binary files differnew file mode 100644 index 0000000..a55290e --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/ins.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/li.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/li.gif Binary files differnew file mode 100644 index 0000000..9d4a964 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/li.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/map.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/map.gif Binary files differnew file mode 100644 index 0000000..d704664 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/map.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/noscript.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/noscript.gif Binary files differnew file mode 100644 index 0000000..2096c70 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/noscript.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/object.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/object.gif Binary files differnew file mode 100644 index 0000000..2376db0 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/object.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/ol.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/ol.gif Binary files differnew file mode 100644 index 0000000..923b227 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/ol.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/p.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/p.gif Binary files differnew file mode 100644 index 0000000..7e1cf81 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/p.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/pre.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/pre.gif Binary files differnew file mode 100644 index 0000000..caeaa51 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/pre.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/script.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/script.gif Binary files differnew file mode 100644 index 0000000..1a4e71d --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/script.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/table.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/table.gif Binary files differnew file mode 100644 index 0000000..33fc14d --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/table.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/ul.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/ul.gif Binary files differnew file mode 100644 index 0000000..88a3917 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/blockelems/ul.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/busy.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/busy.gif Binary files differnew file mode 100644 index 0000000..7519974 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/busy.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/cellpad.png b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/cellpad.png Binary files differnew file mode 100644 index 0000000..e8d1b9b --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/cellpad.png diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/cellspace.png b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/cellspace.png Binary files differnew file mode 100644 index 0000000..d080221 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/cellspace.png diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/claro/collapse.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/claro/collapse.gif Binary files differnew file mode 100644 index 0000000..c18c53b --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/claro/collapse.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/claro/expand.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/claro/expand.gif Binary files differnew file mode 100644 index 0000000..56c5698 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/claro/expand.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/nihilo/collapse.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/nihilo/collapse.gif Binary files differnew file mode 100644 index 0000000..c18c53b --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/nihilo/collapse.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/nihilo/expand.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/nihilo/expand.gif Binary files differnew file mode 100644 index 0000000..56c5698 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/nihilo/expand.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/nihilo/sidebar.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/nihilo/sidebar.gif Binary files differnew file mode 100644 index 0000000..68a5986 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/nihilo/sidebar.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/soria/collapse.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/soria/collapse.gif Binary files differnew file mode 100644 index 0000000..c18c53b --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/soria/collapse.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/soria/expand.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/soria/expand.gif Binary files differnew file mode 100644 index 0000000..56c5698 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/soria/expand.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/soria/sidebar.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/soria/sidebar.gif Binary files differnew file mode 100644 index 0000000..f4dd076 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/soria/sidebar.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tableIcons.png b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tableIcons.png Binary files differnew file mode 100644 index 0000000..fb00763 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tableIcons.png diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tableIcons_rtl.png b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tableIcons_rtl.png Binary files differnew file mode 100644 index 0000000..d78152f --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tableIcons_rtl.png diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tundra/collapse.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tundra/collapse.gif Binary files differnew file mode 100644 index 0000000..c18c53b --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tundra/collapse.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tundra/expand.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tundra/expand.gif Binary files differnew file mode 100644 index 0000000..56c5698 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tundra/expand.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tundra/sidebar.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tundra/sidebar.gif Binary files differnew file mode 100644 index 0000000..11fb540 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/tundra/sidebar.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/images/uploadImageIcon.gif b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/uploadImageIcon.gif Binary files differnew file mode 100644 index 0000000..83ed316 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/images/uploadImageIcon.gif diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/insertTable.html b/js/dojo-1.7.2/dojox/editor/plugins/resources/insertTable.html new file mode 100644 index 0000000..da5e9a8 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/insertTable.html @@ -0,0 +1,48 @@ +<div class="dijitDialog" tabindex="-1" role="dialog" aria-labelledby="${id}_title"> + <div dojoAttachPoint="titleBar" class="dijitDialogTitleBar"> + <span dojoAttachPoint="titleNode" class="dijitDialogTitle" id="${id}_title">${insertTableTitle}</span> + <span dojoAttachPoint="closeButtonNode" class="dijitDialogCloseIcon" dojoAttachEvent="onclick: onCancel" title="${buttonCancel}"> + <span dojoAttachPoint="closeText" class="closeText" title="${buttonCancel}">x</span> + </span> + </div> + <div dojoAttachPoint="containerNode" class="dijitDialogPaneContent"> + <table class="etdTable"><tr> + <td> + <label>${rows}</label> + </td><td> + <span dojoAttachPoint="selectRow" dojoType="dijit.form.TextBox" value="2"></span> + </td><td><table><tr><td class="inner"> + <label>${columns}</label> + </td><td class="inner"> + <span dojoAttachPoint="selectCol" dojoType="dijit.form.TextBox" value="2"></span> + </td></tr></table></td></tr> + <tr><td> + <label>${tableWidth}</label> + </td><td> + <span dojoAttachPoint="selectWidth" dojoType="dijit.form.TextBox" value="100"></span> + </td><td> + <select dojoAttachPoint="selectWidthType" hasDownArrow="true" dojoType="dijit.form.FilteringSelect"> + <option value="percent">${percent}</option> + <option value="pixels">${pixels}</option> + </select></td></tr> + <tr><td> + <label>${borderThickness}</label></td> + </td><td> + <span dojoAttachPoint="selectBorder" dojoType="dijit.form.TextBox" value="1"></span> + </td><td> + ${pixels} + </td></tr><tr><td> + <label>${cellPadding}</label></td> + </td><td> + <span dojoAttachPoint="selectPad" dojoType="dijit.form.TextBox" value="0"></span> + </td><td class="cellpad"></td></tr><tr><td> + <label>${cellSpacing}</label> + </td><td> + <span dojoAttachPoint="selectSpace" dojoType="dijit.form.TextBox" value="0"></span> + </td><td class="cellspace"></td></tr></table> + <div class="dialogButtonContainer"> + <div dojoType="dijit.form.Button" dojoAttachEvent="onClick: onInsert">${buttonInsert}</div> + <div dojoType="dijit.form.Button" dojoAttachEvent="onClick: onCancel">${buttonCancel}</div> + </div> + </div> +</div> diff --git a/js/dojo-1.7.2/dojox/editor/plugins/resources/modifyTable.html b/js/dojo-1.7.2/dojox/editor/plugins/resources/modifyTable.html new file mode 100644 index 0000000..35232a7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/editor/plugins/resources/modifyTable.html @@ -0,0 +1,58 @@ +<div class="dijitDialog" tabindex="-1" role="dialog" aria-labelledby="${id}_title"> + <div dojoAttachPoint="titleBar" class="dijitDialogTitleBar"> + <span dojoAttachPoint="titleNode" class="dijitDialogTitle" id="${id}_title">${modifyTableTitle}</span> + <span dojoAttachPoint="closeButtonNode" class="dijitDialogCloseIcon" dojoAttachEvent="onclick: onCancel" title="${buttonCancel}"> + <span dojoAttachPoint="closeText" class="closeText" title="${buttonCancel}">x</span> + </span> + </div> + <div dojoAttachPoint="containerNode" class="dijitDialogPaneContent"> + <table class="etdTable"> + <tr><td> + <label>${backgroundColor}</label> + </td><td colspan="2"> + <span class="colorSwatchBtn" dojoAttachPoint="backgroundCol"></span> + </td></tr><tr><td> + <label>${borderColor}</label> + </td><td colspan="2"> + <span class="colorSwatchBtn" dojoAttachPoint="borderCol"></span> + </td></tr><tr><td> + <label>${align}</label> + </td><td colspan="2"> + <select dojoAttachPoint="selectAlign" dojoType="dijit.form.FilteringSelect"> + <option value="default">${default}</option> + <option value="left">${left}</option> + <option value="center">${center}</option> + <option value="right">${right}</option> + </select> + </td></tr> + <tr><td> + <label>${tableWidth}</label> + </td><td> + <span dojoAttachPoint="selectWidth" dojoType="dijit.form.TextBox" value="100"></span> + </td><td> + <select dojoAttachPoint="selectWidthType" hasDownArrow="true" dojoType="dijit.form.FilteringSelect"> + <option value="percent">${percent}</option> + <option value="pixels">${pixels}</option> + </select></td></tr> + <tr><td> + <label>${borderThickness}</label></td> + </td><td> + <span dojoAttachPoint="selectBorder" dojoType="dijit.form.TextBox" value="1"></span> + </td><td> + ${pixels} + </td></tr><tr><td> + <label>${cellPadding}</label></td> + </td><td> + <span dojoAttachPoint="selectPad" dojoType="dijit.form.TextBox" value="0"></span> + </td><td class="cellpad"></td></tr><tr><td> + <label>${cellSpacing}</label> + </td><td> + <span dojoAttachPoint="selectSpace" dojoType="dijit.form.TextBox" value="0"></span> + </td><td class="cellspace"></td></tr> + </table> + <div class="dialogButtonContainer"> + <div dojoType="dijit.form.Button" dojoAttachEvent="onClick: onSet">${buttonSet}</div> + <div dojoType="dijit.form.Button" dojoAttachEvent="onClick: onCancel">${buttonCancel}</div> + </div> + </div> +</div> |
