From 9ab15364c46c9ec1445cb901b04bc85045ead3d8 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Thu, 29 Jan 2004 21:27:14 +0000 Subject: [PATCH] update the rest of the htmlarea-tree --- phpgwapi/js/htmlarea/dialog.js | 46 +- phpgwapi/js/htmlarea/htmlarea.css | 6 +- phpgwapi/js/htmlarea/htmlarea.js | 1139 ++++++++--------- phpgwapi/js/htmlarea/index.html | 66 +- phpgwapi/js/htmlarea/lang/cz.js | 63 + phpgwapi/js/htmlarea/lang/de.js | 37 +- phpgwapi/js/htmlarea/lang/ee.js | 63 + phpgwapi/js/htmlarea/lang/el.js | 84 ++ phpgwapi/js/htmlarea/lang/en.js | 33 +- phpgwapi/js/htmlarea/lang/es.js | 35 +- phpgwapi/js/htmlarea/lang/fr.js | 31 +- phpgwapi/js/htmlarea/lang/he.js | 63 + phpgwapi/js/htmlarea/lang/hu.js | 63 + phpgwapi/js/htmlarea/lang/it.js | 58 +- phpgwapi/js/htmlarea/lang/lt.js | 55 + phpgwapi/js/htmlarea/lang/lv.js | 55 + phpgwapi/js/htmlarea/lang/makefile.xml | 3 + phpgwapi/js/htmlarea/lang/nl.js | 107 +- phpgwapi/js/htmlarea/lang/no.js | 48 + phpgwapi/js/htmlarea/lang/ro.js | 29 +- phpgwapi/js/htmlarea/lang/ru.js | 79 +- phpgwapi/js/htmlarea/lang/si.js | 63 + phpgwapi/js/htmlarea/lang/vn.js | 55 +- phpgwapi/js/htmlarea/license.txt | 29 +- .../htmlarea/plugins/SpellChecker/lang/cz.js | 37 + .../htmlarea/plugins/SpellChecker/lang/da.js | 37 + .../htmlarea/plugins/SpellChecker/lang/de.js | 28 + .../htmlarea/plugins/SpellChecker/lang/en.js | 2 +- .../htmlarea/plugins/SpellChecker/lang/hu.js | 37 + .../htmlarea/plugins/SpellChecker/lang/it.js | 28 + .../htmlarea/plugins/SpellChecker/lang/ro.js | 2 +- .../plugins/SpellChecker/readme-tech.html | 6 +- .../SpellChecker/spell-check-logic.cgi | 2 +- .../plugins/SpellChecker/spell-check-ui.html | 2 +- .../plugins/SpellChecker/spell-check-ui.js | 18 +- .../plugins/SpellChecker/spell-checker.js | 17 +- phpgwapi/js/htmlarea/popups/about.html | 392 +++++- phpgwapi/js/htmlarea/popups/blank.html | 2 + phpgwapi/js/htmlarea/popups/fullscreen.html | 225 ++-- phpgwapi/js/htmlarea/popups/insert_image.html | 83 +- phpgwapi/js/htmlarea/popups/insert_table.html | 7 +- phpgwapi/js/htmlarea/popups/link.html | 142 ++ phpgwapi/js/htmlarea/popups/popup.js | 113 +- phpgwapi/js/htmlarea/popups/select_color.html | 3 +- phpgwapi/js/htmlarea/popupwin.js | 16 +- phpgwapi/js/htmlarea/reference.html | 71 +- phpgwapi/js/htmlarea/release-notes.html | 88 +- 47 files changed, 2604 insertions(+), 1064 deletions(-) create mode 100644 phpgwapi/js/htmlarea/lang/cz.js create mode 100644 phpgwapi/js/htmlarea/lang/ee.js create mode 100644 phpgwapi/js/htmlarea/lang/el.js create mode 100644 phpgwapi/js/htmlarea/lang/he.js create mode 100644 phpgwapi/js/htmlarea/lang/hu.js create mode 100644 phpgwapi/js/htmlarea/lang/lt.js create mode 100644 phpgwapi/js/htmlarea/lang/lv.js create mode 100644 phpgwapi/js/htmlarea/lang/makefile.xml create mode 100644 phpgwapi/js/htmlarea/lang/no.js create mode 100644 phpgwapi/js/htmlarea/lang/si.js create mode 100644 phpgwapi/js/htmlarea/plugins/SpellChecker/lang/cz.js create mode 100644 phpgwapi/js/htmlarea/plugins/SpellChecker/lang/da.js create mode 100644 phpgwapi/js/htmlarea/plugins/SpellChecker/lang/de.js create mode 100644 phpgwapi/js/htmlarea/plugins/SpellChecker/lang/hu.js create mode 100644 phpgwapi/js/htmlarea/plugins/SpellChecker/lang/it.js create mode 100644 phpgwapi/js/htmlarea/popups/link.html diff --git a/phpgwapi/js/htmlarea/dialog.js b/phpgwapi/js/htmlarea/dialog.js index 87134e7393..b66ec8a2fd 100644 --- a/phpgwapi/js/htmlarea/dialog.js +++ b/phpgwapi/js/htmlarea/dialog.js @@ -1,3 +1,16 @@ +// htmlArea v3.0 - Copyright (c) 2003-2004 interactivetools.com, inc. +// This copyright notice MUST stay intact for use (see license.txt). +// +// Portions (c) dynarch.com, 2003-2004 +// +// A free WYSIWYG editor replacement for - - - + + + + +
+ +
+ + diff --git a/phpgwapi/js/htmlarea/popups/insert_image.html b/phpgwapi/js/htmlarea/popups/insert_image.html index 55e56a0c0e..1a0e9604a0 100644 --- a/phpgwapi/js/htmlarea/popups/insert_image.html +++ b/phpgwapi/js/htmlarea/popups/insert_image.html @@ -1,4 +1,4 @@ - + Insert Image @@ -6,17 +6,27 @@ @@ -131,7 +101,7 @@ form { padding: 0px; margin: 0px; }
Insert Image
- +
@@ -203,14 +173,19 @@ title="Vertical padding" />
- -
-
- - -
- +
+
+ + + + +
+ Image Preview:
+ +
+
+ +
- diff --git a/phpgwapi/js/htmlarea/popups/insert_table.html b/phpgwapi/js/htmlarea/popups/insert_table.html index efdf3f0442..508dbf8e15 100644 --- a/phpgwapi/js/htmlarea/popups/insert_table.html +++ b/phpgwapi/js/htmlarea/popups/insert_table.html @@ -1,4 +1,4 @@ - + Insert Table @@ -7,6 +7,8 @@ + + + + + + + +
Insert/Modify Link
+ + + + + + + + + + + + + + +
URL:
Title (tooltip):
Target: + +
+ +
+ + +
+ + + diff --git a/phpgwapi/js/htmlarea/popups/popup.js b/phpgwapi/js/htmlarea/popups/popup.js index 68cbeb2615..15f5268652 100644 --- a/phpgwapi/js/htmlarea/popups/popup.js +++ b/phpgwapi/js/htmlarea/popups/popup.js @@ -1,42 +1,109 @@ -function __dlg_onclose() { - if (!document.all) { - opener.Dialog._return(null); +// htmlArea v3.0 - Copyright (c) 2002, 2003 interactivetools.com, inc. +// This copyright notice MUST stay intact for use (see license.txt). +// +// Portions (c) dynarch.com, 2003 +// +// A free WYSIWYG editor replacement for