From 973c0b0f81e606cf48c776badc4929fff181f7f5 Mon Sep 17 00:00:00 2001 From: bnu Date: Sat, 8 Dec 2007 18:50:32 +0000 Subject: [PATCH] =?UTF-8?q?#287=20xquared=EC=97=90=EB=94=94=ED=84=B0=20?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=20examples=EB=94=94=EB=A0=89=ED=86=A0?= =?UTF-8?q?=EB=A6=AC=20=EC=A0=9C=EA=B1=B0=20=EB=B0=8F=20=EA=B4=80=EB=A0=A8?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3272 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../{examples => }/css/xq_contents.css | 6 +- .../xquared/{examples => }/css/xq_ui.css | 6 +- modules/editor/skins/xquared/editor.html | 2 +- .../skins/xquared/examples/default.html | 76 ----- .../xquared/examples/extensionpoint.html | 306 ------------------ .../xquared/examples/form_and_textarea.html | 29 -- .../xquared/examples/toolbar_customized1.html | 42 --- .../xquared/examples/toolbar_customized2.html | 91 ------ .../xquared/examples/toolbar_disabled.html | 27 -- .../img => images}/content/blockquote.gif | Bin .../{examples/img => images}/content/code.gif | Bin .../{examples/img => images}/content/div.gif | Bin .../toolbar/backgroundColor.gif | Bin .../img => images}/toolbar/blockquote.gif | Bin .../{examples/img => images}/toolbar/code.gif | Bin .../img => images}/toolbar/division.gif | Bin .../img => images}/toolbar/emphasis.gif | Bin .../toolbar/foregroundColor.gif | Bin .../img => images}/toolbar/heading1.gif | Bin .../{examples/img => images}/toolbar/html.gif | Bin .../img => images}/toolbar/indent.gif | Bin .../img => images}/toolbar/justifyBoth.gif | Bin .../img => images}/toolbar/justifyCenter.gif | Bin .../img => images}/toolbar/justifyLeft.gif | Bin .../img => images}/toolbar/justifyRight.gif | Bin .../{examples/img => images}/toolbar/link.gif | Bin .../img => images}/toolbar/orderedList.gif | Bin .../img => images}/toolbar/outdent.gif | Bin .../img => images}/toolbar/paragraph.gif | Bin .../{examples/img => images}/toolbar/redo.gif | Bin .../img => images}/toolbar/removeFormat.gif | Bin .../img => images}/toolbar/separator.gif | Bin .../img => images}/toolbar/strike.gif | Bin .../img => images}/toolbar/strongEmphasis.gif | Bin .../img => images}/toolbar/subscription.gif | Bin .../img => images}/toolbar/superscription.gif | Bin .../img => images}/toolbar/table.gif | Bin .../img => images}/toolbar/toolbarBg.gif | Bin .../toolbar/toolbarButtonBg.gif | Bin .../toolbar/toolbarSeparator.gif | Bin .../img => images}/toolbar/underline.gif | Bin .../{examples/img => images}/toolbar/undo.gif | Bin .../img => images}/toolbar/unorderedList.gif | Bin .../editor/skins/xquared/js/xe_interface.js | 6 +- modules/editor/skins/xquared/js/xquared.js | 4 +- 45 files changed, 12 insertions(+), 583 deletions(-) rename modules/editor/skins/xquared/{examples => }/css/xq_contents.css (90%) rename modules/editor/skins/xquared/{examples => }/css/xq_ui.css (95%) delete mode 100644 modules/editor/skins/xquared/examples/default.html delete mode 100644 modules/editor/skins/xquared/examples/extensionpoint.html delete mode 100644 modules/editor/skins/xquared/examples/form_and_textarea.html delete mode 100644 modules/editor/skins/xquared/examples/toolbar_customized1.html delete mode 100644 modules/editor/skins/xquared/examples/toolbar_customized2.html delete mode 100644 modules/editor/skins/xquared/examples/toolbar_disabled.html rename modules/editor/skins/xquared/{examples/img => images}/content/blockquote.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/content/code.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/content/div.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/backgroundColor.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/blockquote.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/code.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/division.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/emphasis.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/foregroundColor.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/heading1.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/html.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/indent.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/justifyBoth.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/justifyCenter.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/justifyLeft.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/justifyRight.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/link.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/orderedList.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/outdent.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/paragraph.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/redo.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/removeFormat.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/separator.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/strike.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/strongEmphasis.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/subscription.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/superscription.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/table.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/toolbarBg.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/toolbarButtonBg.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/toolbarSeparator.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/underline.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/undo.gif (100%) rename modules/editor/skins/xquared/{examples/img => images}/toolbar/unorderedList.gif (100%) diff --git a/modules/editor/skins/xquared/examples/css/xq_contents.css b/modules/editor/skins/xquared/css/xq_contents.css similarity index 90% rename from modules/editor/skins/xquared/examples/css/xq_contents.css rename to modules/editor/skins/xquared/css/xq_contents.css index 551b8f3f3..887f8e673 100644 --- a/modules/editor/skins/xquared/examples/css/xq_contents.css +++ b/modules/editor/skins/xquared/css/xq_contents.css @@ -69,15 +69,15 @@ font-family: monospace; list-style-type: none; border-color: #ffb781; - background: url(../img/content/code.gif) no-repeat 0 0; + background: url('../images/content/code.gif') no-repeat 0 0; } .xed div { border-color: #8ccfff; - background: url(../img/content/div.gif) no-repeat 0 0; + background: url('../images/content/div.gif') no-repeat 0 0; } .xed blockquote { border-color: #c9c9c9; - background: url(../img/content/blockquote.gif) no-repeat 0 0; + background: url('../images/content/blockquote.gif') no-repeat 0 0; } diff --git a/modules/editor/skins/xquared/examples/css/xq_ui.css b/modules/editor/skins/xquared/css/xq_ui.css similarity index 95% rename from modules/editor/skins/xquared/examples/css/xq_ui.css rename to modules/editor/skins/xquared/css/xq_ui.css index 3fe714644..4b7012974 100644 --- a/modules/editor/skins/xquared/examples/css/xq_ui.css +++ b/modules/editor/skins/xquared/css/xq_ui.css @@ -9,7 +9,7 @@ background-color: #ebebeb; background-position: 0 0; background-repeat: repeat-x; - background-image: url(../img/toolbar/toolbarBg.gif); + background-image: url('../images/toolbar/toolbarBg.gif'); } .xquared ul.buttons { @@ -26,14 +26,14 @@ padding-bottom: 3px; background-position: 0 0; background-repeat: repeat-x; - background-image: url(../img/toolbar/toolbarButtonBg.gif); + background-image: url('../images/toolbar/toolbarButtonBg.gif'); } .xquared ul.buttons li.xq_separator { padding-left: 8px; margin-left: 8px; background-position: 0 0; background-repeat: repeat-x; - background-image: url(../img/toolbar/toolbarSeparator.gif); + background-image: url('../images/toolbar/toolbarSeparator.gif'); } .xquared ul.buttons li a { display: block; diff --git a/modules/editor/skins/xquared/editor.html b/modules/editor/skins/xquared/editor.html index ad0c4f2e8..97205fdc3 100644 --- a/modules/editor/skins/xquared/editor.html +++ b/modules/editor/skins/xquared/editor.html @@ -1,5 +1,5 @@ - + - - - - -
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

This holds true both for individuals as well as whole tagging communities.

- -

This holds true both for individuals as well as whole tagging communities.

- -

This holds true both for individuals as well as whole tagging communities.

-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
-

This holds true both for individuals as well as whole tagging communities.

-
-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
-

This holds true both for individuals as well as whole tagging communities.

-
-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 1

-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 1

-

Heading 2

-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 1

-

Heading 2

-

Heading 3

-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 4

-
Heading 5
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
Heading 6
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
    -
  1. print "Hello World"
  2. -
  3. print "Hello World"
  4. -
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
- - diff --git a/modules/editor/skins/xquared/examples/extensionpoint.html b/modules/editor/skins/xquared/examples/extensionpoint.html deleted file mode 100644 index e87c9135a..000000000 --- a/modules/editor/skins/xquared/examples/extensionpoint.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - -Xquared example - Extension point - - - - - - -
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

This holds true both for individuals as well as whole tagging communities.

- -

This holds true both for individuals as well as whole tagging communities.

- -

This holds true both for individuals as well as whole tagging communities.

-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
-

This holds true both for individuals as well as whole tagging communities.

-
-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
-

This holds true both for individuals as well as whole tagging communities.

-
-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 1

-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 1

-

Heading 2

-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 1

-

Heading 2

-

Heading 3

-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 4

-
Heading 5
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
Heading 6
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
    -
  1. print "Hello World"
  2. -
  3. print "Hello World"
  4. -
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
- - diff --git a/modules/editor/skins/xquared/examples/form_and_textarea.html b/modules/editor/skins/xquared/examples/form_and_textarea.html deleted file mode 100644 index 0aff8df64..000000000 --- a/modules/editor/skins/xquared/examples/form_and_textarea.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - -Xquared example - Form and Textarea - - - - - - -
- - - -
- - diff --git a/modules/editor/skins/xquared/examples/toolbar_customized1.html b/modules/editor/skins/xquared/examples/toolbar_customized1.html deleted file mode 100644 index 5876cc1ca..000000000 --- a/modules/editor/skins/xquared/examples/toolbar_customized1.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - -Xquared example - Custom toolbar 1 - - - - - - -
- - diff --git a/modules/editor/skins/xquared/examples/toolbar_customized2.html b/modules/editor/skins/xquared/examples/toolbar_customized2.html deleted file mode 100644 index 30b848833..000000000 --- a/modules/editor/skins/xquared/examples/toolbar_customized2.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - -Xquared example - Custom toolbar 2 - - - - - - - -
- -
-
-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

This holds true both for individuals as well as whole tagging communities.

-
    -
  • Item 1
  • -
  • Item 2
  • -
-

This holds true both for individuals as well as whole tagging communities.

-
    -
  • -

    Item 1

    -
      -
    1. Item 1
    2. -
    3. Item 2
    4. -
    -
  • -
  • Item 2
  • -
  • Item 3
  • -
-

This holds true both for individuals as well as whole tagging communities.

-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
-

This holds true both for individuals as well as whole tagging communities.

-
-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
-

This holds true both for individuals as well as whole tagging communities.

-
-
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 1

-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 1

-

Heading 2

-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 1

-

Heading 2

-

Heading 3

-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-

Heading 4

-
Heading 5
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
Heading 6
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
    -
  1. print "Hello World"
  2. -
  3. print "Hello World"
  4. -
-

Most notably, it has been confirmed in many empirical studies on tagging(see e.g. [Golder:2005, Hotho:2006, Cattuto:2006]), that tag distributions tend follow a power law—a small number of tags is used very often, while a very large number of tags occurs very rarely.

-
-
- - diff --git a/modules/editor/skins/xquared/examples/toolbar_disabled.html b/modules/editor/skins/xquared/examples/toolbar_disabled.html deleted file mode 100644 index f420bd556..000000000 --- a/modules/editor/skins/xquared/examples/toolbar_disabled.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - -Xquared example - No toolbar - - - - - - -
- - diff --git a/modules/editor/skins/xquared/examples/img/content/blockquote.gif b/modules/editor/skins/xquared/images/content/blockquote.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/content/blockquote.gif rename to modules/editor/skins/xquared/images/content/blockquote.gif diff --git a/modules/editor/skins/xquared/examples/img/content/code.gif b/modules/editor/skins/xquared/images/content/code.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/content/code.gif rename to modules/editor/skins/xquared/images/content/code.gif diff --git a/modules/editor/skins/xquared/examples/img/content/div.gif b/modules/editor/skins/xquared/images/content/div.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/content/div.gif rename to modules/editor/skins/xquared/images/content/div.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/backgroundColor.gif b/modules/editor/skins/xquared/images/toolbar/backgroundColor.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/backgroundColor.gif rename to modules/editor/skins/xquared/images/toolbar/backgroundColor.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/blockquote.gif b/modules/editor/skins/xquared/images/toolbar/blockquote.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/blockquote.gif rename to modules/editor/skins/xquared/images/toolbar/blockquote.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/code.gif b/modules/editor/skins/xquared/images/toolbar/code.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/code.gif rename to modules/editor/skins/xquared/images/toolbar/code.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/division.gif b/modules/editor/skins/xquared/images/toolbar/division.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/division.gif rename to modules/editor/skins/xquared/images/toolbar/division.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/emphasis.gif b/modules/editor/skins/xquared/images/toolbar/emphasis.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/emphasis.gif rename to modules/editor/skins/xquared/images/toolbar/emphasis.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/foregroundColor.gif b/modules/editor/skins/xquared/images/toolbar/foregroundColor.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/foregroundColor.gif rename to modules/editor/skins/xquared/images/toolbar/foregroundColor.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/heading1.gif b/modules/editor/skins/xquared/images/toolbar/heading1.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/heading1.gif rename to modules/editor/skins/xquared/images/toolbar/heading1.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/html.gif b/modules/editor/skins/xquared/images/toolbar/html.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/html.gif rename to modules/editor/skins/xquared/images/toolbar/html.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/indent.gif b/modules/editor/skins/xquared/images/toolbar/indent.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/indent.gif rename to modules/editor/skins/xquared/images/toolbar/indent.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/justifyBoth.gif b/modules/editor/skins/xquared/images/toolbar/justifyBoth.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/justifyBoth.gif rename to modules/editor/skins/xquared/images/toolbar/justifyBoth.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/justifyCenter.gif b/modules/editor/skins/xquared/images/toolbar/justifyCenter.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/justifyCenter.gif rename to modules/editor/skins/xquared/images/toolbar/justifyCenter.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/justifyLeft.gif b/modules/editor/skins/xquared/images/toolbar/justifyLeft.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/justifyLeft.gif rename to modules/editor/skins/xquared/images/toolbar/justifyLeft.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/justifyRight.gif b/modules/editor/skins/xquared/images/toolbar/justifyRight.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/justifyRight.gif rename to modules/editor/skins/xquared/images/toolbar/justifyRight.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/link.gif b/modules/editor/skins/xquared/images/toolbar/link.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/link.gif rename to modules/editor/skins/xquared/images/toolbar/link.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/orderedList.gif b/modules/editor/skins/xquared/images/toolbar/orderedList.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/orderedList.gif rename to modules/editor/skins/xquared/images/toolbar/orderedList.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/outdent.gif b/modules/editor/skins/xquared/images/toolbar/outdent.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/outdent.gif rename to modules/editor/skins/xquared/images/toolbar/outdent.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/paragraph.gif b/modules/editor/skins/xquared/images/toolbar/paragraph.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/paragraph.gif rename to modules/editor/skins/xquared/images/toolbar/paragraph.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/redo.gif b/modules/editor/skins/xquared/images/toolbar/redo.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/redo.gif rename to modules/editor/skins/xquared/images/toolbar/redo.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/removeFormat.gif b/modules/editor/skins/xquared/images/toolbar/removeFormat.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/removeFormat.gif rename to modules/editor/skins/xquared/images/toolbar/removeFormat.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/separator.gif b/modules/editor/skins/xquared/images/toolbar/separator.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/separator.gif rename to modules/editor/skins/xquared/images/toolbar/separator.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/strike.gif b/modules/editor/skins/xquared/images/toolbar/strike.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/strike.gif rename to modules/editor/skins/xquared/images/toolbar/strike.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/strongEmphasis.gif b/modules/editor/skins/xquared/images/toolbar/strongEmphasis.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/strongEmphasis.gif rename to modules/editor/skins/xquared/images/toolbar/strongEmphasis.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/subscription.gif b/modules/editor/skins/xquared/images/toolbar/subscription.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/subscription.gif rename to modules/editor/skins/xquared/images/toolbar/subscription.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/superscription.gif b/modules/editor/skins/xquared/images/toolbar/superscription.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/superscription.gif rename to modules/editor/skins/xquared/images/toolbar/superscription.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/table.gif b/modules/editor/skins/xquared/images/toolbar/table.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/table.gif rename to modules/editor/skins/xquared/images/toolbar/table.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/toolbarBg.gif b/modules/editor/skins/xquared/images/toolbar/toolbarBg.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/toolbarBg.gif rename to modules/editor/skins/xquared/images/toolbar/toolbarBg.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/toolbarButtonBg.gif b/modules/editor/skins/xquared/images/toolbar/toolbarButtonBg.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/toolbarButtonBg.gif rename to modules/editor/skins/xquared/images/toolbar/toolbarButtonBg.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/toolbarSeparator.gif b/modules/editor/skins/xquared/images/toolbar/toolbarSeparator.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/toolbarSeparator.gif rename to modules/editor/skins/xquared/images/toolbar/toolbarSeparator.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/underline.gif b/modules/editor/skins/xquared/images/toolbar/underline.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/underline.gif rename to modules/editor/skins/xquared/images/toolbar/underline.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/undo.gif b/modules/editor/skins/xquared/images/toolbar/undo.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/undo.gif rename to modules/editor/skins/xquared/images/toolbar/undo.gif diff --git a/modules/editor/skins/xquared/examples/img/toolbar/unorderedList.gif b/modules/editor/skins/xquared/images/toolbar/unorderedList.gif similarity index 100% rename from modules/editor/skins/xquared/examples/img/toolbar/unorderedList.gif rename to modules/editor/skins/xquared/images/toolbar/unorderedList.gif diff --git a/modules/editor/skins/xquared/js/xe_interface.js b/modules/editor/skins/xquared/js/xe_interface.js index 764fc7ac4..0ae825b89 100644 --- a/modules/editor/skins/xquared/js/xe_interface.js +++ b/modules/editor/skins/xquared/js/xe_interface.js @@ -30,8 +30,8 @@ function editorGetContent_xq(editor_sequence) { function editorStart_xq(editor, element, editor_sequence, content_key, editor_height, primary_key) { editor = new xq.Editor(element); - editor.config.imagePathForDefaultToobar = request_uri+editor_path.substring(2)+'examples/img/toolbar/'; - editor.config.imagePathForContent = request_uri+editor_path.substring(2)+'examples/img/content/'; + editor.config.imagePathForDefaultToobar = request_uri+editor_path.substring(2)+'images/toolbar/'; + editor.config.imagePathForContent = request_uri+editor_path.substring(2)+'images/content/'; editor.config.allowedAttributes.push('editor_component', 'poll_srl','multimedia_src', 'auto_start', 'link_url', 'editor_sequence', 'use_folder', 'folder_opener', 'folder_closer', 'color', 'border_thickness', 'border_color', 'bg_color', 'border_style', 'margin', 'padding', 'bold', 'nx', 'ny', 'gx', 'gy', 'address', 'reg_sinpic', 'language','align'); editor.config.allowedTags.push('embed', 'param', 'object'); @@ -63,7 +63,7 @@ function editorStart_xq(editor, element, editor_sequence, content_key, editor_he editor.setStaticContent(fo_obj[content_key].value); editor.setEditMode('wysiwyg'); - editor.loadStylesheet(request_uri+editor_path+"/examples/css/xq_contents.css"); + editor.loadStylesheet(request_uri+editor_path+"/css/xq_contents.css"); editor.getFrame().style.width = "100%"; editor.getFrame().parentNode.style.height = editor_height; editor.getBody().setAttribute('editor_sequence', editor_sequence); diff --git a/modules/editor/skins/xquared/js/xquared.js b/modules/editor/skins/xquared/js/xquared.js index 0bcf46524..6d909ef12 100644 --- a/modules/editor/skins/xquared/js/xquared.js +++ b/modules/editor/skins/xquared/js/xquared.js @@ -495,8 +495,8 @@ xq.Editor = xq.Class({ ] ]; - this.config.imagePathForDefaultToobar = 'img/toolbar/'; - this.config.imagePathForContent = 'img/content/'; + this.config.imagePathForDefaultToobar = 'images/toolbar/'; + this.config.imagePathForContent = 'images/content/'; // relative | host_relative | absolute | browser_default this.config.urlValidationMode = 'absolute';