i18n_locale_editor 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. data/CHANGELOG +7 -0
  2. data/README.rdoc +4 -3
  3. data/VERSION +1 -1
  4. data/app/helpers/translations_helper.rb +2 -1
  5. data/lib/i18n_locale_editor.rb +1 -20
  6. data/public/{i18n-locale-editor.js → i18n_locale_editor/i18n-locale-editor.js} +15 -4
  7. data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-blockquote.png +0 -0
  8. data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h1.png +0 -0
  9. data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h2.png +0 -0
  10. data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h3.png +0 -0
  11. data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h4.png +0 -0
  12. data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h5.png +0 -0
  13. data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-h6.png +0 -0
  14. data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-p.png +0 -0
  15. data/public/i18n_locale_editor/wymeditor/iframe/default/lbl-pre.png +0 -0
  16. data/public/i18n_locale_editor/wymeditor/iframe/default/wymiframe.css +90 -0
  17. data/public/i18n_locale_editor/wymeditor/iframe/default/wymiframe.html +26 -0
  18. data/public/i18n_locale_editor/wymeditor/jquery.wymeditor.js +4688 -0
  19. data/public/i18n_locale_editor/wymeditor/jquery.wymeditor.min.js +1 -0
  20. data/public/i18n_locale_editor/wymeditor/jquery.wymeditor.pack.js +1 -0
  21. data/public/i18n_locale_editor/wymeditor/lang/bg.js +45 -0
  22. data/public/i18n_locale_editor/wymeditor/lang/ca.js +45 -0
  23. data/public/i18n_locale_editor/wymeditor/lang/cs.js +45 -0
  24. data/public/i18n_locale_editor/wymeditor/lang/cy.js +45 -0
  25. data/public/i18n_locale_editor/wymeditor/lang/de.js +45 -0
  26. data/public/i18n_locale_editor/wymeditor/lang/en.js +45 -0
  27. data/public/i18n_locale_editor/wymeditor/lang/es.js +45 -0
  28. data/public/i18n_locale_editor/wymeditor/lang/fa.js +46 -0
  29. data/public/i18n_locale_editor/wymeditor/lang/fi.js +44 -0
  30. data/public/i18n_locale_editor/wymeditor/lang/fr.js +45 -0
  31. data/public/i18n_locale_editor/wymeditor/lang/gl.js +45 -0
  32. data/public/i18n_locale_editor/wymeditor/lang/he.js +45 -0
  33. data/public/i18n_locale_editor/wymeditor/lang/hr.js +45 -0
  34. data/public/i18n_locale_editor/wymeditor/lang/hu.js +45 -0
  35. data/public/i18n_locale_editor/wymeditor/lang/it.js +45 -0
  36. data/public/i18n_locale_editor/wymeditor/lang/nb.js +45 -0
  37. data/public/i18n_locale_editor/wymeditor/lang/nl.js +45 -0
  38. data/public/i18n_locale_editor/wymeditor/lang/nn.js +45 -0
  39. data/public/i18n_locale_editor/wymeditor/lang/pl.js +45 -0
  40. data/public/i18n_locale_editor/wymeditor/lang/pt-br.js +45 -0
  41. data/public/i18n_locale_editor/wymeditor/lang/pt.js +45 -0
  42. data/public/i18n_locale_editor/wymeditor/lang/ru.js +45 -0
  43. data/public/i18n_locale_editor/wymeditor/lang/sv.js +45 -0
  44. data/public/i18n_locale_editor/wymeditor/lang/tr.js +45 -0
  45. data/public/i18n_locale_editor/wymeditor/lang/zh_cn.js +47 -0
  46. data/public/i18n_locale_editor/wymeditor/plugins/embed/jquery.wymeditor.embed.js +52 -0
  47. data/public/i18n_locale_editor/wymeditor/plugins/fullscreen/icon_fullscreen.gif +0 -0
  48. data/public/i18n_locale_editor/wymeditor/plugins/fullscreen/jquery.wymeditor.fullscreen.js +127 -0
  49. data/public/i18n_locale_editor/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js +57 -0
  50. data/public/i18n_locale_editor/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js +91 -0
  51. data/public/i18n_locale_editor/wymeditor/plugins/resizable/readme.txt +124 -0
  52. data/public/i18n_locale_editor/wymeditor/plugins/tidy/README +19 -0
  53. data/public/i18n_locale_editor/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js +82 -0
  54. data/public/i18n_locale_editor/wymeditor/plugins/tidy/tidy.php +36 -0
  55. data/public/i18n_locale_editor/wymeditor/plugins/tidy/wand.png +0 -0
  56. data/public/i18n_locale_editor/wymeditor/skins/compact/icons.png +0 -0
  57. data/public/i18n_locale_editor/wymeditor/skins/compact/skin.css +134 -0
  58. data/public/i18n_locale_editor/wymeditor/skins/compact/skin.js +35 -0
  59. data/public/i18n_locale_editor/wymeditor/skins/default/icons.png +0 -0
  60. data/public/i18n_locale_editor/wymeditor/skins/default/skin.css +133 -0
  61. data/public/i18n_locale_editor/wymeditor/skins/default/skin.js +40 -0
  62. data/public/i18n_locale_editor/wymeditor/skins/minimal/images/bg.header.gif +0 -0
  63. data/public/i18n_locale_editor/wymeditor/skins/minimal/images/bg.selector.silver.gif +0 -0
  64. data/public/i18n_locale_editor/wymeditor/skins/minimal/images/bg.wymeditor.png +0 -0
  65. data/public/i18n_locale_editor/wymeditor/skins/minimal/images/icons.silver.gif +0 -0
  66. data/public/i18n_locale_editor/wymeditor/skins/minimal/skin.css +131 -0
  67. data/public/i18n_locale_editor/wymeditor/skins/minimal/skin.js +30 -0
  68. data/public/i18n_locale_editor/wymeditor/skins/silver/COPYING +674 -0
  69. data/public/i18n_locale_editor/wymeditor/skins/silver/README +27 -0
  70. data/public/i18n_locale_editor/wymeditor/skins/silver/images/bg.header.gif +0 -0
  71. data/public/i18n_locale_editor/wymeditor/skins/silver/images/bg.selector.silver.gif +0 -0
  72. data/public/i18n_locale_editor/wymeditor/skins/silver/images/bg.wymeditor.png +0 -0
  73. data/public/i18n_locale_editor/wymeditor/skins/silver/images/icons.silver.gif +0 -0
  74. data/public/i18n_locale_editor/wymeditor/skins/silver/skin.css +297 -0
  75. data/public/i18n_locale_editor/wymeditor/skins/silver/skin.js +61 -0
  76. data/public/i18n_locale_editor/wymeditor/skins/twopanels/icons.png +0 -0
  77. data/public/i18n_locale_editor/wymeditor/skins/twopanels/skin.css +134 -0
  78. data/public/i18n_locale_editor/wymeditor/skins/twopanels/skin.js +39 -0
  79. data/public/i18n_locale_editor/wymeditor/skins/wymeditor_icon.png +0 -0
  80. data/rails/init.rb +5 -5
  81. metadata +79 -5
@@ -0,0 +1,45 @@
1
+ WYMeditor.STRINGS['pl'] = {
2
+ Strong: 'Nacisk',
3
+ Emphasis: 'Emfaza',
4
+ Superscript: 'Indeks górny',
5
+ Subscript: 'Indeks dolny',
6
+ Ordered_List: 'Lista numerowana',
7
+ Unordered_List: 'Lista wypunktowana',
8
+ Indent: 'Zwiększ wcięcie',
9
+ Outdent: 'Zmniejsz wcięcie',
10
+ Undo: 'Cofnij',
11
+ Redo: 'Ponów',
12
+ Link: 'Wstaw link',
13
+ Unlink: 'Usuń link',
14
+ Image: 'Obraz',
15
+ Table: 'Tabela',
16
+ HTML: 'Źródło HTML',
17
+ Paragraph: 'Akapit',
18
+ Heading_1: 'Nagłówek 1',
19
+ Heading_2: 'Nagłówek 2',
20
+ Heading_3: 'Nagłówek 3',
21
+ Heading_4: 'Nagłówek 4',
22
+ Heading_5: 'Nagłówek 5',
23
+ Heading_6: 'Nagłówek 6',
24
+ Preformatted: 'Preformatowany',
25
+ Blockquote: 'Cytat blokowy',
26
+ Table_Header: 'Nagłówek tabeli',
27
+ URL: 'URL',
28
+ Title: 'Tytuł',
29
+ Alternative_Text: 'Tekst alternatywny',
30
+ Caption: 'Tytuł tabeli',
31
+ Summary: 'Summary',
32
+ Number_Of_Rows: 'Liczba wierszy',
33
+ Number_Of_Cols: 'Liczba kolumn',
34
+ Submit: 'Wyślij',
35
+ Cancel: 'Anuluj',
36
+ Choose: 'Wybierz',
37
+ Preview: 'Podgląd',
38
+ Paste_From_Word: 'Wklej z Worda',
39
+ Tools: 'Narzędzia',
40
+ Containers: 'Format',
41
+ Classes: 'Styl',
42
+ Status: 'Status',
43
+ Source_Code: 'Kod źródłowy'
44
+ };
45
+
@@ -0,0 +1,45 @@
1
+ WYMeditor.STRINGS['pt-br'] = {
2
+ Strong: 'Resaltar',
3
+ Emphasis: 'Enfatizar',
4
+ Superscript: 'Sobre escrito',
5
+ Subscript: 'Sub escrito ',
6
+ Ordered_List: 'Lista ordenada',
7
+ Unordered_List: 'Lista desordenada',
8
+ Indent: 'Indentado',
9
+ Outdent: 'Desidentar',
10
+ Undo: 'Desfazer',
11
+ Redo: 'Refazer',
12
+ Link: 'Link',
13
+ Unlink: 'Remover Link',
14
+ Image: 'Imagem',
15
+ Table: 'Tabela',
16
+ HTML: 'HTML',
17
+ Paragraph: 'Parágrafo',
18
+ Heading_1: 'Título 1',
19
+ Heading_2: 'Título 2',
20
+ Heading_3: 'Título 3',
21
+ Heading_4: 'Título 4',
22
+ Heading_5: 'Título 5',
23
+ Heading_6: 'Título 6',
24
+ Preformatted: 'Preformatado',
25
+ Blockquote: 'Citação',
26
+ Table_Header: 'Título de tabela',
27
+ URL: 'URL',
28
+ Title: 'Título',
29
+ Alternative_Text: 'Texto alternativo',
30
+ Caption: 'Legenda',
31
+ Summary: 'Summary',
32
+ Number_Of_Rows: 'Número de linhas',
33
+ Number_Of_Cols: 'Número de colunas',
34
+ Submit: 'Enviar',
35
+ Cancel: 'Cancelar',
36
+ Choose: 'Selecionar',
37
+ Preview: 'Previsualizar',
38
+ Paste_From_Word: 'Copiar do Word',
39
+ Tools: 'Ferramentas',
40
+ Containers: 'Conteneiners',
41
+ Classes: 'Classes',
42
+ Status: 'Estado',
43
+ Source_Code: 'Código fonte'
44
+ };
45
+
@@ -0,0 +1,45 @@
1
+ WYMeditor.STRINGS['pt'] = {
2
+ Strong: 'Negrito',
3
+ Emphasis: 'Itálico',
4
+ Superscript: 'Sobrescrito',
5
+ Subscript: 'Subsescrito',
6
+ Ordered_List: 'Lista Numerada',
7
+ Unordered_List: 'Lista Marcada',
8
+ Indent: 'Aumentar Indentaçã',
9
+ Outdent: 'Diminuir Indentaçã',
10
+ Undo: 'Desfazer',
11
+ Redo: 'Restaurar',
12
+ Link: 'Link',
13
+ Unlink: 'Tirar link',
14
+ Image: 'Imagem',
15
+ Table: 'Tabela',
16
+ HTML: 'HTML',
17
+ Paragraph: 'Parágrafo',
18
+ Heading_1: 'Título 1',
19
+ Heading_2: 'Título 2',
20
+ Heading_3: 'Título 3',
21
+ Heading_4: 'Título 4',
22
+ Heading_5: 'Título 5',
23
+ Heading_6: 'Título 6',
24
+ Preformatted: 'Pré-formatado',
25
+ Blockquote: 'Citação',
26
+ Table_Header: 'Cabeçalho Tabela',
27
+ URL: 'URL',
28
+ Title: 'Título',
29
+ Alternative_Text: 'Texto Alterativo',
30
+ Caption: 'Título Tabela',
31
+ Summary: 'Summary',
32
+ Number_Of_Rows: 'Número de Linhas',
33
+ Number_Of_Cols: 'Número de Colunas',
34
+ Submit: 'Enviar',
35
+ Cancel: 'Cancelar',
36
+ Choose: 'Escolha',
37
+ Preview: 'Prever',
38
+ Paste_From_Word: 'Colar do Word',
39
+ Tools: 'Ferramentas',
40
+ Containers: 'Containers',
41
+ Classes: 'Classes',
42
+ Status: 'Status',
43
+ Source_Code: 'Código Fonte'
44
+ };
45
+
@@ -0,0 +1,45 @@
1
+ WYMeditor.STRINGS['ru'] = {
2
+ Strong: 'Жирный',
3
+ Emphasis: 'Наклонный',
4
+ Superscript: 'Надстрочный',
5
+ Subscript: 'Подстрочный',
6
+ Ordered_List: 'Нумерованый список',
7
+ Unordered_List: 'Ненумерованый список',
8
+ Indent: 'Увеличить отступ',
9
+ Outdent: 'Уменьшить отступ',
10
+ Undo: 'Отменить',
11
+ Redo: 'Повторить',
12
+ Link: 'Ссылка',
13
+ Unlink: 'Удалить ссылку',
14
+ Image: 'Изображение',
15
+ Table: 'Таблица',
16
+ HTML: 'Править HTML',
17
+ Paragraph: 'Параграф',
18
+ Heading_1: 'Заголовок 1',
19
+ Heading_2: 'Заголовок 2',
20
+ Heading_3: 'Заголовок 3',
21
+ Heading_4: 'Заголовок 4',
22
+ Heading_5: 'Заголовок 5',
23
+ Heading_6: 'Заголовок 6',
24
+ Preformatted: 'Preformatted',
25
+ Blockquote: 'Цитата',
26
+ Table_Header: 'Заголовок таблицы',
27
+ URL: 'URL',
28
+ Title: 'Заголовок',
29
+ Alternative_Text: 'Альтернативный текст',
30
+ Caption: 'Надпись',
31
+ Summary: 'Summary',
32
+ Number_Of_Rows: 'Кол-во строк',
33
+ Number_Of_Cols: 'Кол-во столбцов',
34
+ Submit: 'Отправить',
35
+ Cancel: 'Отмена',
36
+ Choose: 'Выбор',
37
+ Preview: 'Просмотр',
38
+ Paste_From_Word: 'Вставить из Word',
39
+ Tools: 'Инструменты',
40
+ Containers: 'Контейнеры',
41
+ Classes: 'Классы',
42
+ Status: 'Статус',
43
+ Source_Code: 'Исходный код'
44
+ };
45
+
@@ -0,0 +1,45 @@
1
+ WYMeditor.STRINGS['sv'] = {
2
+ Strong: 'Viktigt',
3
+ Emphasis: 'Betoning',
4
+ Superscript: 'Upphöjt',
5
+ Subscript: 'Nedsänkt',
6
+ Ordered_List: 'Nummerlista',
7
+ Unordered_List: 'Punktlista',
8
+ Indent: 'Indrag',
9
+ Outdent: 'Utdrag',
10
+ Undo: 'Ångra',
11
+ Redo: 'Gör om',
12
+ Link: 'Länk',
13
+ Unlink: 'Ta bort länk',
14
+ Image: 'Bild',
15
+ Table: 'Tabell',
16
+ HTML: 'HTML',
17
+ Paragraph: 'Paragraf',
18
+ Heading_1: 'Rubrik 1',
19
+ Heading_2: 'Rubrik 2',
20
+ Heading_3: 'Rubrik 3',
21
+ Heading_4: 'Rubrik 4',
22
+ Heading_5: 'Rubrik 5',
23
+ Heading_6: 'Rubrik 6',
24
+ Preformatted: 'Förformaterad',
25
+ Blockquote: 'Blockcitat',
26
+ Table_Header: 'Tabellrubrik',
27
+ URL: 'URL',
28
+ Title: 'Titel',
29
+ Alternative_Text: 'Alternativ text',
30
+ Caption: 'Överskrift',
31
+ Summary: 'Summary',
32
+ Number_Of_Rows: 'Antal rader',
33
+ Number_Of_Cols: 'Antal kolumner',
34
+ Submit: 'Skicka',
35
+ Cancel: 'Avbryt',
36
+ Choose: 'Välj',
37
+ Preview: 'Förhandsgranska',
38
+ Paste_From_Word: 'Klistra in från Word',
39
+ Tools: 'Verktyg',
40
+ Containers: 'Formatering',
41
+ Classes: 'Klasser',
42
+ Status: 'Status',
43
+ Source_Code: 'Källkod'
44
+ };
45
+
@@ -0,0 +1,45 @@
1
+ WYMeditor.STRINGS['tr'] = {
2
+ Strong: 'Kalın',
3
+ Emphasis: 'Vurgu',
4
+ Superscript: 'Superscript',
5
+ Subscript: 'Subscript',
6
+ Ordered_List: 'Sıralı List',
7
+ Unordered_List: 'Sırasız List',
8
+ Indent: 'İçerlek',
9
+ Outdent: 'Çıkıntılı',
10
+ Undo: 'Geri Al',
11
+ Redo: 'Yinele',
12
+ Link: 'Bağlantı',
13
+ Unlink: 'Bağlantıyı Kaldır',
14
+ Image: 'İmaj',
15
+ Table: 'Tablo',
16
+ HTML: 'HTML',
17
+ Paragraph: 'Parağraf',
18
+ Heading_1: 'Başlık 1',
19
+ Heading_2: 'Başlık 2',
20
+ Heading_3: 'Başlık 3',
21
+ Heading_4: 'Başlık 4',
22
+ Heading_5: 'Başlık 5',
23
+ Heading_6: 'Başlık 6',
24
+ Preformatted: 'Önceden Formatlı',
25
+ Blockquote: 'Alıntı',
26
+ Table_Header: 'Tablo Başlığı',
27
+ URL: 'URL',
28
+ Title: 'Başlık',
29
+ Alternative_Text: 'Alternatif Metin',
30
+ Caption: 'Etiket',
31
+ Summary: 'Summary',
32
+ Number_Of_Rows: 'Satır sayısı',
33
+ Number_Of_Cols: 'Sütun sayısı',
34
+ Submit: 'Gönder',
35
+ Cancel: 'İptal',
36
+ Choose: 'Seç',
37
+ Preview: 'Önizleme',
38
+ Paste_From_Word: 'Wordden yapıştır',
39
+ Tools: 'Araçlar',
40
+ Containers: 'Kapsayıcılar',
41
+ Classes: 'Sınıflar',
42
+ Status: 'Durum',
43
+ Source_Code: 'Kaynak Kodu'
44
+ };
45
+
@@ -0,0 +1,47 @@
1
+ WYMeditor.STRINGS['zh_cn'] = {
2
+ Strong: '加粗',
3
+ Emphasis: '斜体',
4
+ Superscript: '上标',
5
+ Subscript: '下标',
6
+ Ordered_List: '有序列表',
7
+ Unordered_List: '无序列表',
8
+ Indent: '增加缩进',
9
+ Outdent: '减少缩进',
10
+ Undo: '撤消',
11
+ Redo: '重做',
12
+ Link: '链接',
13
+ Unlink: '取消链接',
14
+ Image: '图片',
15
+ Table: '表格',
16
+ HTML: 'HTML源代码',
17
+ Paragraph: '段落',
18
+ Heading_1: '标题 1',
19
+ Heading_2: '标题 2',
20
+ Heading_3: '标题 3',
21
+ Heading_4: '标题 4',
22
+ Heading_5: '标题 5',
23
+ Heading_6: '标题 6',
24
+ Preformatted: '原始文本',
25
+ Blockquote: '引语',
26
+ Table_Header: '表头',
27
+ URL: '地址',
28
+ Title: '提示文字',
29
+ Alternative_Text: '失效文字',
30
+ Caption: '标题',
31
+ Summary: 'Summary',
32
+ Number_Of_Rows: '行数',
33
+ Number_Of_Cols: '列数',
34
+ Submit: '提交',
35
+ Cancel: '放弃',
36
+ Choose: '选择',
37
+ Preview: '预览',
38
+ Paste_From_Word: '从Word粘贴纯文本',
39
+ Tools: '工具',
40
+ Containers: '容器',
41
+ Classes: '预定义样式',
42
+ Status: '状态',
43
+ Source_Code: '源代码',
44
+ Attachment: '附件',
45
+ NewParagraph: '新段落'
46
+ };
47
+
@@ -0,0 +1,52 @@
1
+ /*
2
+ * WYMeditor : what you see is What You Mean web-based editor
3
+ * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
4
+ * Dual licensed under the MIT (MIT-license.txt)
5
+ * and GPL (GPL-license.txt) licenses.
6
+ *
7
+ * For further information visit:
8
+ * http://www.wymeditor.org/
9
+ *
10
+ * File Name:
11
+ * jquery.wymeditor.embed.js
12
+ * Experimental embed plugin
13
+ *
14
+ * File Authors:
15
+ * Jonatan Lundin (jonatan.lundin a-t gmail dotcom)
16
+ */
17
+
18
+ /*
19
+ * ISSUES:
20
+ * - The closing object tag seems to be stripped out...
21
+ */
22
+ (function() {
23
+ if (WYMeditor && WYMeditor.XhtmlValidator['_tags']['param']['attributes']) {
24
+
25
+ WYMeditor.XhtmlValidator['_tags']["embed"] = {
26
+ "attributes":[
27
+ "allowscriptaccess",
28
+ "allowfullscreen",
29
+ "height",
30
+ "src",
31
+ "type",
32
+ "width"
33
+ ]
34
+ };
35
+
36
+ WYMeditor.XhtmlValidator['_tags']['param']['attributes'] = {
37
+ '0':'name',
38
+ '1':'type',
39
+ 'valuetype':/^(data|ref|object)$/,
40
+ '2':'valuetype',
41
+ '3':'value'
42
+ };
43
+
44
+ var XhtmlSaxListener = WYMeditor.XhtmlSaxListener;
45
+ WYMeditor.XhtmlSaxListener = function () {
46
+ var listener = XhtmlSaxListener.call(this);
47
+ listener.block_tags.push('embed');
48
+ return listener;
49
+ };
50
+ WYMeditor.XhtmlSaxListener.prototype = XhtmlSaxListener.prototype;
51
+ }
52
+ })();
@@ -0,0 +1,127 @@
1
+ /*
2
+ * WYMeditor : what you see is What You Mean web-based editor
3
+ * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
4
+ * Dual licensed under the MIT (MIT-license.txt)
5
+ * and GPL (GPL-license.txt) licenses.
6
+ *
7
+ * For further information visit:
8
+ * http://www.wymeditor.org/
9
+ *
10
+ * File Name:
11
+ * jquery.wymeditor.fullscreen.js
12
+ * Fullscreen plugin for WYMeditor
13
+ *
14
+ * File Authors:
15
+ * Luis Santos (luis.santos a-t openquest dotpt)
16
+ * Jonatan Lundin (jonatan.lundin a-t gmail dotcom)
17
+ * Gerd Riesselmann (gerd a-t gyro-php dot org) : Fixed issue with new skin layout
18
+ */
19
+
20
+ //Extend WYMeditor
21
+ WYMeditor.editor.prototype.fullscreen = function() {
22
+ var wym = this,
23
+ $box = jQuery(this._box),
24
+ $iframe = jQuery(this._iframe),
25
+ $overlay = null,
26
+ $window = jQuery(window),
27
+
28
+ editorMargin = 15; // Margin from window (without padding)
29
+
30
+
31
+ //construct the button's html
32
+ var html = "<li class='wym_tools_fullscreen'>"
33
+ + "<a name='Fullscreen' href='#'"
34
+ + " style='background-image:"
35
+ + " url(" + wym._options.basePath +"plugins/fullscreen/icon_fullscreen.gif)'>"
36
+ + "Fullscreen"
37
+ + "</a></li>";
38
+
39
+ //add the button to the tools box
40
+ $box.find(wym._options.toolsSelector + wym._options.toolsListSelector)
41
+ .append(html);
42
+
43
+ function resize () {
44
+ // Calculate margins
45
+ var uiHeight = $box.outerHeight(true)
46
+ - $iframe.outerHeight(true),
47
+ editorPadding = $box.outerWidth() - $box.width(),
48
+
49
+ // Calculate heights
50
+ screenHeight = $window.height(),
51
+ iframeHeight = (screenHeight
52
+ - uiHeight
53
+ - (editorMargin * 2)) + 'px',
54
+
55
+ // Calculate witdths
56
+ screenWidth = $window.width(),
57
+ boxWidth = (screenWidth
58
+ - editorPadding
59
+ - (editorMargin * 2)) + 'px';
60
+
61
+ $box.css('width', boxWidth);
62
+ $iframe.css('height', iframeHeight);
63
+ $overlay.css({
64
+ 'height': screenHeight + 'px',
65
+ 'width': screenWidth + 'px'
66
+ });
67
+ };
68
+
69
+ //handle click event
70
+ $box.find('li.wym_tools_fullscreen a').click(function() {
71
+ if ($box.css('position') != 'fixed') {
72
+ // Store previous inline styles
73
+ $box.data('wym-inline-css', $box.attr('style'));
74
+ $iframe.data('wym-inline-css', $iframe.attr('style'));
75
+
76
+ // Create overlay
77
+ $overlay = jQuery('<div id="wym-fullscreen-overlay"></div>')
78
+ .appendTo('body').css({
79
+ 'position': 'fixed',
80
+ 'background-color': 'rgb(0, 0, 0)',
81
+ 'opacity': '0.75',
82
+ 'z-index': '98',
83
+ 'top': '0px',
84
+ 'left': '0px'
85
+ });
86
+
87
+ // Possition the editor
88
+ $box.css({
89
+ 'position': 'fixed',
90
+ 'z-index': '99',
91
+ 'top': editorMargin + 'px',
92
+ 'left': editorMargin + 'px'
93
+ });
94
+
95
+ // Bind event listeners
96
+ $window.bind('resize', resize);
97
+ $box.find('li.wym_tools_html a').bind('click', resize);
98
+
99
+ // Force resize
100
+ resize();
101
+ } else {
102
+ // Unbind event listeners
103
+ $window.unbind('resize', resize);
104
+ $box.find('li.wym_tools_html a').unbind('click', resize);
105
+
106
+ // Remove inline styles
107
+ $box.css({
108
+ 'position': 'static',
109
+ 'z-index': '',
110
+ 'width': '',
111
+ 'top': '',
112
+ 'left': ''
113
+ });
114
+ $iframe.css('height', '');
115
+
116
+ // Remove overlay
117
+ $overlay.remove();
118
+ $overlay = null;
119
+
120
+ // Retore previous inline styles
121
+ $box.attr('style', $box.data('wym-inline-css'));
122
+ $iframe.attr('style', $iframe.data('wym-inline-css'));
123
+ }
124
+
125
+ return false;
126
+ });
127
+ };
@@ -0,0 +1,57 @@
1
+ /*
2
+ * WYMeditor : what you see is What You Mean web-based editor
3
+ * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
4
+ * Dual licensed under the MIT (MIT-license.txt)
5
+ * and GPL (GPL-license.txt) licenses.
6
+ *
7
+ * For further information visit:
8
+ * http://www.wymeditor.org/
9
+ *
10
+ * File Name:
11
+ * jquery.wymeditor.hovertools.js
12
+ * hovertools plugin for WYMeditor
13
+ *
14
+ * File Authors:
15
+ * Jean-Francois Hovinne (jf.hovinne a-t wymeditor dotorg)
16
+ */
17
+
18
+ //Extend WYMeditor
19
+ WYMeditor.editor.prototype.hovertools = function() {
20
+
21
+ var wym = this;
22
+
23
+ //bind events on buttons
24
+ jQuery(this._box).find(this._options.toolSelector).hover(
25
+ function() {
26
+ wym.status(jQuery(this).html());
27
+ },
28
+ function() {
29
+ wym.status('&nbsp;');
30
+ }
31
+ );
32
+
33
+ //classes: add/remove a style attr to matching elems
34
+ //while mouseover/mouseout
35
+ jQuery(this._box).find(this._options.classSelector).hover(
36
+ function() {
37
+ var aClasses = eval(wym._options.classesItems);
38
+ var sName = jQuery(this).attr(WYMeditor.NAME);
39
+ var oClass = WYMeditor.Helper.findByName(aClasses, sName);
40
+
41
+ if(oClass){
42
+ jqexpr = oClass.expr;
43
+ //don't use jQuery.find() on the iframe body
44
+ //because of MSIE + jQuery + expando issue (#JQ1143)
45
+ if(!jQuery.browser.msie)
46
+ jQuery(wym._doc).find(jqexpr).css('background-color','#cfc');
47
+ }
48
+ },
49
+ function() {
50
+ //don't use jQuery.find() on the iframe body
51
+ //because of MSIE + jQuery + expando issue (#JQ1143)
52
+ if(!jQuery.browser.msie)
53
+ jQuery(wym._doc).find('*').removeAttr('style');
54
+ }
55
+ );
56
+
57
+ };
@@ -0,0 +1,91 @@
1
+ /*
2
+ * WYMeditor : what you see is What You Mean web-based editor
3
+ * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/
4
+ * Dual licensed under the MIT (MIT-license.txt)
5
+ * and GPL (GPL-license.txt) licenses.
6
+ *
7
+ * For further information visit:
8
+ * http://www.wymeditor.org/
9
+ *
10
+ * File Name:
11
+ * jquery.wymeditor.resizable.js
12
+ * resize plugin for WYMeditor
13
+ *
14
+ * File Authors:
15
+ * Peter Eschler (peschler _at_ gmail.com)
16
+ * Jean-Francois Hovinne - http://www.hovinne.com/
17
+ *
18
+ * Version:
19
+ * 0.4
20
+ *
21
+ * Changelog:
22
+ *
23
+ * 0.4
24
+ * - Removed UI and UI.resizable scripts loading - see #167 (jfh).
25
+ *
26
+ * 0.3
27
+ * - Added 'iframeOriginalSize' and removed 'ui.instance' calls (jfh).
28
+ *
29
+ * 0.2
30
+ * - Added full support for all jQueryUI resizable plugin options.
31
+ * - Refactored and documented code.
32
+ * 0.1
33
+ * - Initial release.
34
+ */
35
+
36
+ /**
37
+ * The resizable plugin makes the wymeditor box vertically resizable.
38
+ * It it based on the ui.resizable.js plugin of the jQuery UI library.
39
+ *
40
+ * The WYMeditor resizable plugin supports all parameters of the jQueryUI
41
+ * resizable plugin. The parameters are passed like this:
42
+ *
43
+ * wym.resizable({ handles: "s,e",
44
+ * maxHeight: 600 });
45
+ *
46
+ * DEPENDENCIES: jQuery UI, jQuery UI resizable
47
+ *
48
+ * @param options options for the plugin
49
+ */
50
+ WYMeditor.editor.prototype.resizable = function(options) {
51
+
52
+ var wym = this;
53
+ var iframe = jQuery(wym._box).find('iframe');
54
+ var iframeOriginalSize = {};
55
+
56
+ // Define some default options
57
+ var default_options = {
58
+ start: function(e, ui) {
59
+ iframeOriginalSize = {
60
+ width: jQuery(iframe).width(),
61
+ height: jQuery(iframe).height()
62
+ }
63
+ },
64
+
65
+ // resize is called by the jQuery resizable plugin whenever the
66
+ // client area was resized.
67
+ resize: function(e, ui) {
68
+ var diff = ui.size.height - ui.originalSize.height;
69
+ jQuery(iframe).height( iframeOriginalSize.height + diff );
70
+
71
+ // If the plugin has horizontal resizing disabled we need to
72
+ // adjust the "width" attribute of the area css, because the
73
+ // resizing will set a fixed width (which breaks liquid layout
74
+ // of the wymeditor area).
75
+ if( !ui.options.handles['w'] && !ui.options.handles['e'] ) {
76
+ ui.size.width = "inherit";
77
+ }
78
+ },
79
+ handles: "s,e,se",
80
+ minHeight: 250,
81
+ maxHeight: 600
82
+ };
83
+
84
+ // Merge given options with default options. Given options override
85
+ // default ones.
86
+ var final_options = jQuery.extend(default_options, options);
87
+
88
+ if(jQuery.isFunction( jQuery.fn.resizable )) jQuery(wym._box).resizable(final_options);
89
+ else WYMeditor.console.error('Oops, jQuery UI.resizable unavailable.');
90
+
91
+ };