wymeditor-simple_form 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +4 -0
- data/Gemfile +4 -0
- data/MIT-LICENSE +20 -0
- data/README.md +48 -0
- data/Rakefile +1 -0
- data/app/assets/javascripts/wymeditor.js.coffee +5 -0
- data/app/inputs/wymeditor_input.rb +2 -0
- data/lib/wymeditor-simple_form.rb +7 -0
- data/lib/wymeditor-simple_form/engine.rb +8 -0
- data/lib/wymeditor-simple_form/version.rb +5 -0
- data/vendor/assets/wymeditor/iframe/default/lbl-blockquote.png +0 -0
- data/vendor/assets/wymeditor/iframe/default/lbl-h1.png +0 -0
- data/vendor/assets/wymeditor/iframe/default/lbl-h2.png +0 -0
- data/vendor/assets/wymeditor/iframe/default/lbl-h3.png +0 -0
- data/vendor/assets/wymeditor/iframe/default/lbl-h4.png +0 -0
- data/vendor/assets/wymeditor/iframe/default/lbl-h5.png +0 -0
- data/vendor/assets/wymeditor/iframe/default/lbl-h6.png +0 -0
- data/vendor/assets/wymeditor/iframe/default/lbl-p.png +0 -0
- data/vendor/assets/wymeditor/iframe/default/lbl-pre.png +0 -0
- data/vendor/assets/wymeditor/iframe/default/wymiframe.css +90 -0
- data/vendor/assets/wymeditor/iframe/default/wymiframe.html +26 -0
- data/vendor/assets/wymeditor/jquery.wymeditor.js +4688 -0
- data/vendor/assets/wymeditor/jquery.wymeditor.min.js +1 -0
- data/vendor/assets/wymeditor/jquery.wymeditor.pack.js +1 -0
- data/vendor/assets/wymeditor/lang/bg.js +45 -0
- data/vendor/assets/wymeditor/lang/ca.js +45 -0
- data/vendor/assets/wymeditor/lang/cs.js +45 -0
- data/vendor/assets/wymeditor/lang/cy.js +45 -0
- data/vendor/assets/wymeditor/lang/de.js +45 -0
- data/vendor/assets/wymeditor/lang/en.js +45 -0
- data/vendor/assets/wymeditor/lang/es.js +45 -0
- data/vendor/assets/wymeditor/lang/fa.js +46 -0
- data/vendor/assets/wymeditor/lang/fi.js +44 -0
- data/vendor/assets/wymeditor/lang/fr.js +45 -0
- data/vendor/assets/wymeditor/lang/gl.js +45 -0
- data/vendor/assets/wymeditor/lang/he.js +45 -0
- data/vendor/assets/wymeditor/lang/hr.js +45 -0
- data/vendor/assets/wymeditor/lang/hu.js +45 -0
- data/vendor/assets/wymeditor/lang/it.js +45 -0
- data/vendor/assets/wymeditor/lang/nb.js +45 -0
- data/vendor/assets/wymeditor/lang/nl.js +45 -0
- data/vendor/assets/wymeditor/lang/nn.js +45 -0
- data/vendor/assets/wymeditor/lang/pl.js +45 -0
- data/vendor/assets/wymeditor/lang/pt-br.js +45 -0
- data/vendor/assets/wymeditor/lang/pt.js +45 -0
- data/vendor/assets/wymeditor/lang/ru.js +45 -0
- data/vendor/assets/wymeditor/lang/sv.js +45 -0
- data/vendor/assets/wymeditor/lang/tr.js +45 -0
- data/vendor/assets/wymeditor/lang/zh_cn.js +47 -0
- data/vendor/assets/wymeditor/plugins/embed/jquery.wymeditor.embed.js +52 -0
- data/vendor/assets/wymeditor/plugins/fullscreen/icon_fullscreen.gif +0 -0
- data/vendor/assets/wymeditor/plugins/fullscreen/jquery.wymeditor.fullscreen.js +127 -0
- data/vendor/assets/wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js +57 -0
- data/vendor/assets/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js +91 -0
- data/vendor/assets/wymeditor/plugins/resizable/readme.txt +124 -0
- data/vendor/assets/wymeditor/plugins/tidy/README +19 -0
- data/vendor/assets/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js +82 -0
- data/vendor/assets/wymeditor/plugins/tidy/tidy.php +36 -0
- data/vendor/assets/wymeditor/plugins/tidy/wand.png +0 -0
- data/vendor/assets/wymeditor/skins/compact/icons.png +0 -0
- data/vendor/assets/wymeditor/skins/compact/skin.css +134 -0
- data/vendor/assets/wymeditor/skins/compact/skin.js +35 -0
- data/vendor/assets/wymeditor/skins/default/icons.png +0 -0
- data/vendor/assets/wymeditor/skins/default/skin.css +133 -0
- data/vendor/assets/wymeditor/skins/default/skin.js +40 -0
- data/vendor/assets/wymeditor/skins/minimal/images/bg.header.gif +0 -0
- data/vendor/assets/wymeditor/skins/minimal/images/bg.selector.silver.gif +0 -0
- data/vendor/assets/wymeditor/skins/minimal/images/bg.wymeditor.png +0 -0
- data/vendor/assets/wymeditor/skins/minimal/images/icons.silver.gif +0 -0
- data/vendor/assets/wymeditor/skins/minimal/skin.css +131 -0
- data/vendor/assets/wymeditor/skins/minimal/skin.js +30 -0
- data/vendor/assets/wymeditor/skins/silver/COPYING +674 -0
- data/vendor/assets/wymeditor/skins/silver/README +27 -0
- data/vendor/assets/wymeditor/skins/silver/images/bg.header.gif +0 -0
- data/vendor/assets/wymeditor/skins/silver/images/bg.selector.silver.gif +0 -0
- data/vendor/assets/wymeditor/skins/silver/images/bg.wymeditor.png +0 -0
- data/vendor/assets/wymeditor/skins/silver/images/icons.silver.gif +0 -0
- data/vendor/assets/wymeditor/skins/silver/skin.css +297 -0
- data/vendor/assets/wymeditor/skins/silver/skin.js +61 -0
- data/vendor/assets/wymeditor/skins/twopanels/icons.png +0 -0
- data/vendor/assets/wymeditor/skins/twopanels/skin.css +134 -0
- data/vendor/assets/wymeditor/skins/twopanels/skin.js +39 -0
- data/vendor/assets/wymeditor/skins/wymeditor_icon.png +0 -0
- data/wymeditor-simple_form.gemspec +24 -0
- metadata +163 -0
@@ -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
|
+
})();
|
Binary file
|
@@ -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(' ');
|
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
|
+
};
|