lolita 3.3.5 → 3.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/lolita/PIE-custom.htc +87 -87
  3. data/app/assets/stylesheets/lolita/PIE.htc +81 -81
  4. data/app/assets/stylesheets/lolita/application.css +6 -6
  5. data/app/assets/stylesheets/lolita/default.css.erb +169 -169
  6. data/app/assets/stylesheets/lolita/jquery-ui-1.8.16.lolita.css.erb +567 -567
  7. data/app/controllers/lolita/info_controller.rb +4 -5
  8. data/app/helpers/components/lolita/configuration/list_component.rb +10 -10
  9. data/app/views/components/lolita/configuration/column/_first.html.haml +1 -1
  10. data/app/views/components/lolita/configuration/column/header/_first.html.haml +1 -1
  11. data/app/views/components/lolita/configuration/column/header/_sort.html.haml +6 -6
  12. data/app/views/components/lolita/configuration/columns/header/_display.html.haml +5 -5
  13. data/app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml +7 -7
  14. data/app/views/components/lolita/configuration/search/_display.html.haml +2 -2
  15. data/app/views/kaminari/lolita/_first_page.html.erb +11 -11
  16. data/app/views/kaminari/lolita/_gap.html.erb +8 -8
  17. data/app/views/kaminari/lolita/_last_page.html.erb +11 -11
  18. data/app/views/kaminari/lolita/_next_page.html.erb +11 -11
  19. data/app/views/kaminari/lolita/_page.html.erb +12 -12
  20. data/app/views/kaminari/lolita/_paginator.html.erb +23 -23
  21. data/app/views/kaminari/lolita/_prev_page.html.erb +11 -11
  22. data/app/views/lolita/info/index.html.erb +232 -232
  23. data/lib/lolita/adapter/field_helper.rb +18 -18
  24. data/lib/lolita/configuration/field/big_decimal.rb +12 -12
  25. data/lib/lolita/configuration/field/boolean.rb +12 -12
  26. data/lib/lolita/configuration/field/date.rb +12 -12
  27. data/lib/lolita/configuration/field/hidden.rb +12 -12
  28. data/lib/lolita/configuration/field/integer.rb +11 -11
  29. data/lib/lolita/configuration/field/string.rb +16 -16
  30. data/lib/lolita/configuration/field/time.rb +13 -13
  31. data/lib/lolita/configuration/field_set.rb +25 -25
  32. data/lib/lolita/configuration/nested_form.rb +104 -104
  33. data/lib/lolita/configuration/search.rb +104 -104
  34. data/lib/lolita/dbi/base.rb +56 -56
  35. data/lib/lolita/hooks/named_hook.rb +125 -125
  36. data/lib/lolita/lazy_loader.rb +54 -54
  37. data/lib/lolita/navigation/tree.rb +132 -132
  38. data/lib/lolita/ruby_ext/accessors.rb +26 -26
  39. data/lib/lolita/search/simple.rb +75 -75
  40. data/lib/lolita/support/formatter/rails.rb +56 -56
  41. data/lib/lolita/support/formatter.rb +62 -62
  42. data/lib/lolita/test/matchers.rb +77 -77
  43. data/lib/lolita/version.rb +1 -1
  44. data/lib/lolita.rb +2 -2
  45. data/spec/builder_spec.rb +120 -120
  46. data/spec/rails_app/app/controllers/application_controller.rb +3 -3
  47. data/spec/rails_app/app/helpers/application_helper.rb +3 -3
  48. data/spec/rails_app/app/mongoid/address.rb +7 -7
  49. data/spec/rails_app/app/mongoid/comment.rb +5 -5
  50. data/spec/rails_app/app/mongoid/preference.rb +5 -5
  51. data/spec/rails_app/app/mongoid/profile.rb +13 -13
  52. data/spec/rails_app/app/mongoid/tag.rb +3 -3
  53. data/spec/rails_app/app/views/components/lolita/configuration/list/_body_cell.html.erb +1 -1
  54. data/spec/rails_app/config/environment.rb +5 -5
  55. data/spec/rails_app/config/environments/production.rb +37 -37
  56. data/spec/rails_app/config/environments/test.rb +37 -37
  57. data/spec/rails_app/config/initializers/backtrace_silencers.rb +7 -7
  58. data/spec/rails_app/config/initializers/inflections.rb +2 -2
  59. data/spec/rails_app/config/initializers/secret_token.rb +1 -1
  60. data/spec/rails_app/lib/lolita/configuration/field/my_custom_collection.rb +13 -13
  61. data/spec/rails_app/log/development.log +14313 -753
  62. data/spec/rails_app/public/javascripts/jquery-1.5.1.min.js +15 -15
  63. data/spec/rails_app/public/javascripts/lolita/main.js +6 -6
  64. data/spec/rails_app/public/javascripts/modernizr-1.7.min.js +1 -1
  65. data/spec/rails_app/public/javascripts/rails.js +137 -137
  66. data/spec/rails_app/public/javascripts/tinymce/langs/en.js +221 -221
  67. data/spec/rails_app/public/javascripts/tinymce/license.txt +504 -504
  68. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/about.htm +52 -52
  69. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/anchor.htm +26 -26
  70. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/charmap.htm +51 -51
  71. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/color_picker.htm +74 -74
  72. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/editor_template_src.js +1328 -1328
  73. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/image.htm +80 -80
  74. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/about.js +73 -73
  75. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/anchor.js +42 -42
  76. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/charmap.js +354 -354
  77. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/color_picker.js +329 -329
  78. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/image.js +247 -247
  79. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/link.js +153 -153
  80. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/js/source_editor.js +56 -56
  81. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/langs/en.js +68 -68
  82. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/langs/en_dlg.js +53 -53
  83. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/link.htm +57 -57
  84. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/shortcuts.htm +47 -47
  85. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/skins/cirkuit/content.css +66 -66
  86. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/skins/cirkuit/dialog.css +117 -117
  87. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/skins/cirkuit/ui.css +988 -988
  88. data/spec/rails_app/public/javascripts/tinymce/themes/advanced/source_editor.htm +25 -25
  89. data/spec/rails_app/public/javascripts/tinymce/tiny_mce_popup.js +4 -4
  90. data/spec/rails_app/public/stylesheets/lolita/default.css +169 -169
  91. data/spec/rails_app/public/stylesheets/lolita/style.css +214 -214
  92. data/vendor/assets/javascripts/jquery-numeric.js +279 -279
  93. data/vendor/assets/javascripts/modernizr_1_7_min.js +1 -1
  94. data/vendor/assets/javascripts/tinymce/themes/advanced/skins/cirkuit/content.css +66 -66
  95. data/vendor/assets/javascripts/tinymce/themes/advanced/skins/cirkuit/dialog.css +117 -117
  96. data/vendor/assets/javascripts/tinymce/themes/advanced/skins/cirkuit/ui.css +988 -988
  97. data/vendor/assets/stylesheets/jquery-ui-1.8.16.custom.css +567 -567
  98. metadata +342 -349
  99. data/app/controllers/lolita/field_data_controller.rb~ +0 -45
  100. data/app/views/components/lolita/configuration/field/array/autocomplete/_display.html.haml~ +0 -16
  101. data/app/views/components/lolita/configuration/filter/_display.html.haml~ +0 -9
  102. data/lib/lolita/configuration/filter.rb~ +0 -122
  103. data/lib/lolita/version.rb~ +0 -30
  104. data/spec/configuration/filter_spec.rb~ +0 -167
@@ -1,354 +1,354 @@
1
- /**
2
- * charmap.js
3
- *
4
- * Copyright 2009, Moxiecode Systems AB
5
- * Released under LGPL License.
6
- *
7
- * License: http://tinymce.moxiecode.com/license
8
- * Contributing: http://tinymce.moxiecode.com/contributing
9
- */
10
-
11
- tinyMCEPopup.requireLangPack();
12
-
13
- var charmap = [
14
- [' ', ' ', true, 'no-break space'],
15
- ['&', '&', true, 'ampersand'],
16
- ['"', '"', true, 'quotation mark'],
17
- // finance
18
- ['¢', '¢', true, 'cent sign'],
19
- ['€', '€', true, 'euro sign'],
20
- ['£', '£', true, 'pound sign'],
21
- ['¥', '¥', true, 'yen sign'],
22
- // signs
23
- ['©', '©', true, 'copyright sign'],
24
- ['®', '®', true, 'registered sign'],
25
- ['™', '™', true, 'trade mark sign'],
26
- ['‰', '‰', true, 'per mille sign'],
27
- ['µ', 'µ', true, 'micro sign'],
28
- ['·', '·', true, 'middle dot'],
29
- ['•', '•', true, 'bullet'],
30
- ['…', '…', true, 'three dot leader'],
31
- ['′', '′', true, 'minutes / feet'],
32
- ['″', '″', true, 'seconds / inches'],
33
- ['§', '§', true, 'section sign'],
34
- ['¶', '¶', true, 'paragraph sign'],
35
- ['ß', 'ß', true, 'sharp s / ess-zed'],
36
- // quotations
37
- ['‹', '‹', true, 'single left-pointing angle quotation mark'],
38
- ['›', '›', true, 'single right-pointing angle quotation mark'],
39
- ['«', '«', true, 'left pointing guillemet'],
40
- ['»', '»', true, 'right pointing guillemet'],
41
- ['‘', '‘', true, 'left single quotation mark'],
42
- ['’', '’', true, 'right single quotation mark'],
43
- ['“', '“', true, 'left double quotation mark'],
44
- ['”', '”', true, 'right double quotation mark'],
45
- ['‚', '‚', true, 'single low-9 quotation mark'],
46
- ['„', '„', true, 'double low-9 quotation mark'],
47
- ['<', '<', true, 'less-than sign'],
48
- ['>', '>', true, 'greater-than sign'],
49
- ['≤', '≤', true, 'less-than or equal to'],
50
- ['≥', '≥', true, 'greater-than or equal to'],
51
- ['–', '–', true, 'en dash'],
52
- ['—', '—', true, 'em dash'],
53
- ['¯', '¯', true, 'macron'],
54
- ['‾', '‾', true, 'overline'],
55
- ['¤', '¤', true, 'currency sign'],
56
- ['¦', '¦', true, 'broken bar'],
57
- ['¨', '¨', true, 'diaeresis'],
58
- ['¡', '¡', true, 'inverted exclamation mark'],
59
- ['¿', '¿', true, 'turned question mark'],
60
- ['ˆ', 'ˆ', true, 'circumflex accent'],
61
- ['˜', '˜', true, 'small tilde'],
62
- ['°', '°', true, 'degree sign'],
63
- ['−', '−', true, 'minus sign'],
64
- ['±', '±', true, 'plus-minus sign'],
65
- ['÷', '÷', true, 'division sign'],
66
- ['⁄', '⁄', true, 'fraction slash'],
67
- ['×', '×', true, 'multiplication sign'],
68
- ['¹', '¹', true, 'superscript one'],
69
- ['²', '²', true, 'superscript two'],
70
- ['³', '³', true, 'superscript three'],
71
- ['¼', '¼', true, 'fraction one quarter'],
72
- ['½', '½', true, 'fraction one half'],
73
- ['¾', '¾', true, 'fraction three quarters'],
74
- // math / logical
75
- ['ƒ', 'ƒ', true, 'function / florin'],
76
- ['∫', '∫', true, 'integral'],
77
- ['∑', '∑', true, 'n-ary sumation'],
78
- ['∞', '∞', true, 'infinity'],
79
- ['√', '√', true, 'square root'],
80
- ['∼', '∼', false,'similar to'],
81
- ['≅', '≅', false,'approximately equal to'],
82
- ['≈', '≈', true, 'almost equal to'],
83
- ['≠', '≠', true, 'not equal to'],
84
- ['≡', '≡', true, 'identical to'],
85
- ['∈', '∈', false,'element of'],
86
- ['∉', '∉', false,'not an element of'],
87
- ['∋', '∋', false,'contains as member'],
88
- ['∏', '∏', true, 'n-ary product'],
89
- ['∧', '∧', false,'logical and'],
90
- ['∨', '∨', false,'logical or'],
91
- ['¬', '¬', true, 'not sign'],
92
- ['∩', '∩', true, 'intersection'],
93
- ['∪', '∪', false,'union'],
94
- ['∂', '∂', true, 'partial differential'],
95
- ['∀', '∀', false,'for all'],
96
- ['∃', '∃', false,'there exists'],
97
- ['∅', '∅', false,'diameter'],
98
- ['∇', '∇', false,'backward difference'],
99
- ['∗', '∗', false,'asterisk operator'],
100
- ['∝', '∝', false,'proportional to'],
101
- ['∠', '∠', false,'angle'],
102
- // undefined
103
- ['´', '´', true, 'acute accent'],
104
- ['¸', '¸', true, 'cedilla'],
105
- ['ª', 'ª', true, 'feminine ordinal indicator'],
106
- ['º', 'º', true, 'masculine ordinal indicator'],
107
- ['†', '†', true, 'dagger'],
108
- ['‡', '‡', true, 'double dagger'],
109
- // alphabetical special chars
110
- ['À', 'À', true, 'A - grave'],
111
- ['Á', 'Á', true, 'A - acute'],
112
- ['Â', 'Â', true, 'A - circumflex'],
113
- ['Ã', 'Ã', true, 'A - tilde'],
114
- ['Ä', 'Ä', true, 'A - diaeresis'],
115
- ['Å', 'Å', true, 'A - ring above'],
116
- ['Æ', 'Æ', true, 'ligature AE'],
117
- ['Ç', 'Ç', true, 'C - cedilla'],
118
- ['È', 'È', true, 'E - grave'],
119
- ['É', 'É', true, 'E - acute'],
120
- ['Ê', 'Ê', true, 'E - circumflex'],
121
- ['Ë', 'Ë', true, 'E - diaeresis'],
122
- ['Ì', 'Ì', true, 'I - grave'],
123
- ['Í', 'Í', true, 'I - acute'],
124
- ['Î', 'Î', true, 'I - circumflex'],
125
- ['Ï', 'Ï', true, 'I - diaeresis'],
126
- ['Ð', 'Ð', true, 'ETH'],
127
- ['Ñ', 'Ñ', true, 'N - tilde'],
128
- ['Ò', 'Ò', true, 'O - grave'],
129
- ['Ó', 'Ó', true, 'O - acute'],
130
- ['Ô', 'Ô', true, 'O - circumflex'],
131
- ['Õ', 'Õ', true, 'O - tilde'],
132
- ['Ö', 'Ö', true, 'O - diaeresis'],
133
- ['Ø', 'Ø', true, 'O - slash'],
134
- ['Œ', 'Œ', true, 'ligature OE'],
135
- ['Š', 'Š', true, 'S - caron'],
136
- ['Ù', 'Ù', true, 'U - grave'],
137
- ['Ú', 'Ú', true, 'U - acute'],
138
- ['Û', 'Û', true, 'U - circumflex'],
139
- ['Ü', 'Ü', true, 'U - diaeresis'],
140
- ['Ý', 'Ý', true, 'Y - acute'],
141
- ['Ÿ', 'Ÿ', true, 'Y - diaeresis'],
142
- ['Þ', 'Þ', true, 'THORN'],
143
- ['à', 'à', true, 'a - grave'],
144
- ['á', 'á', true, 'a - acute'],
145
- ['â', 'â', true, 'a - circumflex'],
146
- ['ã', 'ã', true, 'a - tilde'],
147
- ['ä', 'ä', true, 'a - diaeresis'],
148
- ['å', 'å', true, 'a - ring above'],
149
- ['æ', 'æ', true, 'ligature ae'],
150
- ['ç', 'ç', true, 'c - cedilla'],
151
- ['è', 'è', true, 'e - grave'],
152
- ['é', 'é', true, 'e - acute'],
153
- ['ê', 'ê', true, 'e - circumflex'],
154
- ['ë', 'ë', true, 'e - diaeresis'],
155
- ['ì', 'ì', true, 'i - grave'],
156
- ['í', 'í', true, 'i - acute'],
157
- ['î', 'î', true, 'i - circumflex'],
158
- ['ï', 'ï', true, 'i - diaeresis'],
159
- ['ð', 'ð', true, 'eth'],
160
- ['ñ', 'ñ', true, 'n - tilde'],
161
- ['ò', 'ò', true, 'o - grave'],
162
- ['ó', 'ó', true, 'o - acute'],
163
- ['ô', 'ô', true, 'o - circumflex'],
164
- ['õ', 'õ', true, 'o - tilde'],
165
- ['ö', 'ö', true, 'o - diaeresis'],
166
- ['ø', 'ø', true, 'o slash'],
167
- ['œ', 'œ', true, 'ligature oe'],
168
- ['š', 'š', true, 's - caron'],
169
- ['ù', 'ù', true, 'u - grave'],
170
- ['ú', 'ú', true, 'u - acute'],
171
- ['û', 'û', true, 'u - circumflex'],
172
- ['ü', 'ü', true, 'u - diaeresis'],
173
- ['ý', 'ý', true, 'y - acute'],
174
- ['þ', 'þ', true, 'thorn'],
175
- ['ÿ', 'ÿ', true, 'y - diaeresis'],
176
- ['Α', 'Α', true, 'Alpha'],
177
- ['Β', 'Β', true, 'Beta'],
178
- ['Γ', 'Γ', true, 'Gamma'],
179
- ['Δ', 'Δ', true, 'Delta'],
180
- ['Ε', 'Ε', true, 'Epsilon'],
181
- ['Ζ', 'Ζ', true, 'Zeta'],
182
- ['Η', 'Η', true, 'Eta'],
183
- ['Θ', 'Θ', true, 'Theta'],
184
- ['Ι', 'Ι', true, 'Iota'],
185
- ['Κ', 'Κ', true, 'Kappa'],
186
- ['Λ', 'Λ', true, 'Lambda'],
187
- ['Μ', 'Μ', true, 'Mu'],
188
- ['Ν', 'Ν', true, 'Nu'],
189
- ['Ξ', 'Ξ', true, 'Xi'],
190
- ['Ο', 'Ο', true, 'Omicron'],
191
- ['Π', 'Π', true, 'Pi'],
192
- ['Ρ', 'Ρ', true, 'Rho'],
193
- ['Σ', 'Σ', true, 'Sigma'],
194
- ['Τ', 'Τ', true, 'Tau'],
195
- ['Υ', 'Υ', true, 'Upsilon'],
196
- ['Φ', 'Φ', true, 'Phi'],
197
- ['Χ', 'Χ', true, 'Chi'],
198
- ['Ψ', 'Ψ', true, 'Psi'],
199
- ['Ω', 'Ω', true, 'Omega'],
200
- ['α', 'α', true, 'alpha'],
201
- ['β', 'β', true, 'beta'],
202
- ['γ', 'γ', true, 'gamma'],
203
- ['δ', 'δ', true, 'delta'],
204
- ['ε', 'ε', true, 'epsilon'],
205
- ['ζ', 'ζ', true, 'zeta'],
206
- ['η', 'η', true, 'eta'],
207
- ['θ', 'θ', true, 'theta'],
208
- ['ι', 'ι', true, 'iota'],
209
- ['κ', 'κ', true, 'kappa'],
210
- ['λ', 'λ', true, 'lambda'],
211
- ['μ', 'μ', true, 'mu'],
212
- ['ν', 'ν', true, 'nu'],
213
- ['ξ', 'ξ', true, 'xi'],
214
- ['ο', 'ο', true, 'omicron'],
215
- ['π', 'π', true, 'pi'],
216
- ['ρ', 'ρ', true, 'rho'],
217
- ['ς', 'ς', true, 'final sigma'],
218
- ['σ', 'σ', true, 'sigma'],
219
- ['τ', 'τ', true, 'tau'],
220
- ['υ', 'υ', true, 'upsilon'],
221
- ['φ', 'φ', true, 'phi'],
222
- ['χ', 'χ', true, 'chi'],
223
- ['ψ', 'ψ', true, 'psi'],
224
- ['ω', 'ω', true, 'omega'],
225
- // symbols
226
- ['ℵ', 'ℵ', false,'alef symbol'],
227
- ['ϖ', 'ϖ', false,'pi symbol'],
228
- ['ℜ', 'ℜ', false,'real part symbol'],
229
- ['ϑ','ϑ', false,'theta symbol'],
230
- ['ϒ', 'ϒ', false,'upsilon - hook symbol'],
231
- ['℘', '℘', false,'Weierstrass p'],
232
- ['ℑ', 'ℑ', false,'imaginary part'],
233
- // arrows
234
- ['←', '←', true, 'leftwards arrow'],
235
- ['↑', '↑', true, 'upwards arrow'],
236
- ['→', '→', true, 'rightwards arrow'],
237
- ['↓', '↓', true, 'downwards arrow'],
238
- ['↔', '↔', true, 'left right arrow'],
239
- ['↵', '↵', false,'carriage return'],
240
- ['⇐', '⇐', false,'leftwards double arrow'],
241
- ['⇑', '⇑', false,'upwards double arrow'],
242
- ['⇒', '⇒', false,'rightwards double arrow'],
243
- ['⇓', '⇓', false,'downwards double arrow'],
244
- ['⇔', '⇔', false,'left right double arrow'],
245
- ['∴', '∴', false,'therefore'],
246
- ['⊂', '⊂', false,'subset of'],
247
- ['⊃', '⊃', false,'superset of'],
248
- ['⊄', '⊄', false,'not a subset of'],
249
- ['⊆', '⊆', false,'subset of or equal to'],
250
- ['⊇', '⊇', false,'superset of or equal to'],
251
- ['⊕', '⊕', false,'circled plus'],
252
- ['⊗', '⊗', false,'circled times'],
253
- ['⊥', '⊥', false,'perpendicular'],
254
- ['⋅', '⋅', false,'dot operator'],
255
- ['⌈', '⌈', false,'left ceiling'],
256
- ['⌉', '⌉', false,'right ceiling'],
257
- ['⌊', '⌊', false,'left floor'],
258
- ['⌋', '⌋', false,'right floor'],
259
- ['⟨', '〈', false,'left-pointing angle bracket'],
260
- ['⟩', '〉', false,'right-pointing angle bracket'],
261
- ['◊', '◊', true,'lozenge'],
262
- ['♠', '♠', false,'black spade suit'],
263
- ['♣', '♣', true, 'black club suit'],
264
- ['♥', '♥', true, 'black heart suit'],
265
- ['♦', '♦', true, 'black diamond suit'],
266
- [' ', ' ', false,'en space'],
267
- [' ', ' ', false,'em space'],
268
- [' ', ' ', false,'thin space'],
269
- ['‌', '‌', false,'zero width non-joiner'],
270
- ['‍', '‍', false,'zero width joiner'],
271
- ['‎', '‎', false,'left-to-right mark'],
272
- ['‏', '‏', false,'right-to-left mark'],
273
- ['­', '­', false,'soft hyphen']
274
- ];
275
-
276
- tinyMCEPopup.onInit.add(function() {
277
- tinyMCEPopup.dom.setHTML('charmapView', renderCharMapHTML());
278
- addKeyboardNavigation();
279
- });
280
-
281
- function addKeyboardNavigation(){
282
- var tableElm, cells, settings;
283
-
284
- cells = tinyMCEPopup.dom.select(".charmaplink", "charmapgroup");
285
-
286
- settings ={
287
- root: "charmapgroup",
288
- items: cells
289
- };
290
-
291
- tinyMCEPopup.editor.windowManager.createInstance('tinymce.ui.KeyboardNavigation', settings, tinyMCEPopup.dom);
292
- }
293
-
294
- function renderCharMapHTML() {
295
- var charsPerRow = 20, tdWidth=20, tdHeight=20, i;
296
- var html = '<div id="charmapgroup" aria-labelledby="charmap_label" tabindex="0" role="listbox">'+
297
- '<table role="presentation" border="0" cellspacing="1" cellpadding="0" width="' + (tdWidth*charsPerRow) +
298
- '"><tr height="' + tdHeight + '">';
299
- var cols=-1;
300
-
301
- for (i=0; i<charmap.length; i++) {
302
- var previewCharFn;
303
-
304
- if (charmap[i][2]==true) {
305
- cols++;
306
- previewCharFn = 'previewChar(\'' + charmap[i][1].substring(1,charmap[i][1].length) + '\',\'' + charmap[i][0].substring(1,charmap[i][0].length) + '\',\'' + charmap[i][3] + '\');';
307
- html += ''
308
- + '<td class="charmap">'
309
- + '<a class="charmaplink" role="button" onmouseover="'+previewCharFn+'" onfocus="'+previewCharFn+'" href="javascript:void(0)" onclick="insertChar(\'' + charmap[i][1].substring(2,charmap[i][1].length-1) + '\');" onclick="return false;" onmousedown="return false;" title="' + charmap[i][3] + '">'
310
- + charmap[i][1]
311
- + '</a></td>';
312
- if ((cols+1) % charsPerRow == 0)
313
- html += '</tr><tr height="' + tdHeight + '">';
314
- }
315
- }
316
-
317
- if (cols % charsPerRow > 0) {
318
- var padd = charsPerRow - (cols % charsPerRow);
319
- for (var i=0; i<padd-1; i++)
320
- html += '<td width="' + tdWidth + '" height="' + tdHeight + '" class="charmap">&nbsp;</td>';
321
- }
322
-
323
- html += '</tr></table></div>';
324
-
325
- return html;
326
- }
327
-
328
- function insertChar(chr) {
329
- tinyMCEPopup.execCommand('mceInsertContent', false, '&#' + chr + ';');
330
-
331
- // Refocus in window
332
- if (tinyMCEPopup.isWindow)
333
- window.focus();
334
-
335
- tinyMCEPopup.editor.focus();
336
- tinyMCEPopup.close();
337
- }
338
-
339
- function previewChar(codeA, codeB, codeN) {
340
- var elmA = document.getElementById('codeA');
341
- var elmB = document.getElementById('codeB');
342
- var elmV = document.getElementById('codeV');
343
- var elmN = document.getElementById('codeN');
344
-
345
- if (codeA=='#160;') {
346
- elmV.innerHTML = '__';
347
- } else {
348
- elmV.innerHTML = '&' + codeA;
349
- }
350
-
351
- elmB.innerHTML = '&amp;' + codeA;
352
- elmA.innerHTML = '&amp;' + codeB;
353
- elmN.innerHTML = codeN;
354
- }
1
+ /**
2
+ * charmap.js
3
+ *
4
+ * Copyright 2009, Moxiecode Systems AB
5
+ * Released under LGPL License.
6
+ *
7
+ * License: http://tinymce.moxiecode.com/license
8
+ * Contributing: http://tinymce.moxiecode.com/contributing
9
+ */
10
+
11
+ tinyMCEPopup.requireLangPack();
12
+
13
+ var charmap = [
14
+ ['&nbsp;', '&#160;', true, 'no-break space'],
15
+ ['&amp;', '&#38;', true, 'ampersand'],
16
+ ['&quot;', '&#34;', true, 'quotation mark'],
17
+ // finance
18
+ ['&cent;', '&#162;', true, 'cent sign'],
19
+ ['&euro;', '&#8364;', true, 'euro sign'],
20
+ ['&pound;', '&#163;', true, 'pound sign'],
21
+ ['&yen;', '&#165;', true, 'yen sign'],
22
+ // signs
23
+ ['&copy;', '&#169;', true, 'copyright sign'],
24
+ ['&reg;', '&#174;', true, 'registered sign'],
25
+ ['&trade;', '&#8482;', true, 'trade mark sign'],
26
+ ['&permil;', '&#8240;', true, 'per mille sign'],
27
+ ['&micro;', '&#181;', true, 'micro sign'],
28
+ ['&middot;', '&#183;', true, 'middle dot'],
29
+ ['&bull;', '&#8226;', true, 'bullet'],
30
+ ['&hellip;', '&#8230;', true, 'three dot leader'],
31
+ ['&prime;', '&#8242;', true, 'minutes / feet'],
32
+ ['&Prime;', '&#8243;', true, 'seconds / inches'],
33
+ ['&sect;', '&#167;', true, 'section sign'],
34
+ ['&para;', '&#182;', true, 'paragraph sign'],
35
+ ['&szlig;', '&#223;', true, 'sharp s / ess-zed'],
36
+ // quotations
37
+ ['&lsaquo;', '&#8249;', true, 'single left-pointing angle quotation mark'],
38
+ ['&rsaquo;', '&#8250;', true, 'single right-pointing angle quotation mark'],
39
+ ['&laquo;', '&#171;', true, 'left pointing guillemet'],
40
+ ['&raquo;', '&#187;', true, 'right pointing guillemet'],
41
+ ['&lsquo;', '&#8216;', true, 'left single quotation mark'],
42
+ ['&rsquo;', '&#8217;', true, 'right single quotation mark'],
43
+ ['&ldquo;', '&#8220;', true, 'left double quotation mark'],
44
+ ['&rdquo;', '&#8221;', true, 'right double quotation mark'],
45
+ ['&sbquo;', '&#8218;', true, 'single low-9 quotation mark'],
46
+ ['&bdquo;', '&#8222;', true, 'double low-9 quotation mark'],
47
+ ['&lt;', '&#60;', true, 'less-than sign'],
48
+ ['&gt;', '&#62;', true, 'greater-than sign'],
49
+ ['&le;', '&#8804;', true, 'less-than or equal to'],
50
+ ['&ge;', '&#8805;', true, 'greater-than or equal to'],
51
+ ['&ndash;', '&#8211;', true, 'en dash'],
52
+ ['&mdash;', '&#8212;', true, 'em dash'],
53
+ ['&macr;', '&#175;', true, 'macron'],
54
+ ['&oline;', '&#8254;', true, 'overline'],
55
+ ['&curren;', '&#164;', true, 'currency sign'],
56
+ ['&brvbar;', '&#166;', true, 'broken bar'],
57
+ ['&uml;', '&#168;', true, 'diaeresis'],
58
+ ['&iexcl;', '&#161;', true, 'inverted exclamation mark'],
59
+ ['&iquest;', '&#191;', true, 'turned question mark'],
60
+ ['&circ;', '&#710;', true, 'circumflex accent'],
61
+ ['&tilde;', '&#732;', true, 'small tilde'],
62
+ ['&deg;', '&#176;', true, 'degree sign'],
63
+ ['&minus;', '&#8722;', true, 'minus sign'],
64
+ ['&plusmn;', '&#177;', true, 'plus-minus sign'],
65
+ ['&divide;', '&#247;', true, 'division sign'],
66
+ ['&frasl;', '&#8260;', true, 'fraction slash'],
67
+ ['&times;', '&#215;', true, 'multiplication sign'],
68
+ ['&sup1;', '&#185;', true, 'superscript one'],
69
+ ['&sup2;', '&#178;', true, 'superscript two'],
70
+ ['&sup3;', '&#179;', true, 'superscript three'],
71
+ ['&frac14;', '&#188;', true, 'fraction one quarter'],
72
+ ['&frac12;', '&#189;', true, 'fraction one half'],
73
+ ['&frac34;', '&#190;', true, 'fraction three quarters'],
74
+ // math / logical
75
+ ['&fnof;', '&#402;', true, 'function / florin'],
76
+ ['&int;', '&#8747;', true, 'integral'],
77
+ ['&sum;', '&#8721;', true, 'n-ary sumation'],
78
+ ['&infin;', '&#8734;', true, 'infinity'],
79
+ ['&radic;', '&#8730;', true, 'square root'],
80
+ ['&sim;', '&#8764;', false,'similar to'],
81
+ ['&cong;', '&#8773;', false,'approximately equal to'],
82
+ ['&asymp;', '&#8776;', true, 'almost equal to'],
83
+ ['&ne;', '&#8800;', true, 'not equal to'],
84
+ ['&equiv;', '&#8801;', true, 'identical to'],
85
+ ['&isin;', '&#8712;', false,'element of'],
86
+ ['&notin;', '&#8713;', false,'not an element of'],
87
+ ['&ni;', '&#8715;', false,'contains as member'],
88
+ ['&prod;', '&#8719;', true, 'n-ary product'],
89
+ ['&and;', '&#8743;', false,'logical and'],
90
+ ['&or;', '&#8744;', false,'logical or'],
91
+ ['&not;', '&#172;', true, 'not sign'],
92
+ ['&cap;', '&#8745;', true, 'intersection'],
93
+ ['&cup;', '&#8746;', false,'union'],
94
+ ['&part;', '&#8706;', true, 'partial differential'],
95
+ ['&forall;', '&#8704;', false,'for all'],
96
+ ['&exist;', '&#8707;', false,'there exists'],
97
+ ['&empty;', '&#8709;', false,'diameter'],
98
+ ['&nabla;', '&#8711;', false,'backward difference'],
99
+ ['&lowast;', '&#8727;', false,'asterisk operator'],
100
+ ['&prop;', '&#8733;', false,'proportional to'],
101
+ ['&ang;', '&#8736;', false,'angle'],
102
+ // undefined
103
+ ['&acute;', '&#180;', true, 'acute accent'],
104
+ ['&cedil;', '&#184;', true, 'cedilla'],
105
+ ['&ordf;', '&#170;', true, 'feminine ordinal indicator'],
106
+ ['&ordm;', '&#186;', true, 'masculine ordinal indicator'],
107
+ ['&dagger;', '&#8224;', true, 'dagger'],
108
+ ['&Dagger;', '&#8225;', true, 'double dagger'],
109
+ // alphabetical special chars
110
+ ['&Agrave;', '&#192;', true, 'A - grave'],
111
+ ['&Aacute;', '&#193;', true, 'A - acute'],
112
+ ['&Acirc;', '&#194;', true, 'A - circumflex'],
113
+ ['&Atilde;', '&#195;', true, 'A - tilde'],
114
+ ['&Auml;', '&#196;', true, 'A - diaeresis'],
115
+ ['&Aring;', '&#197;', true, 'A - ring above'],
116
+ ['&AElig;', '&#198;', true, 'ligature AE'],
117
+ ['&Ccedil;', '&#199;', true, 'C - cedilla'],
118
+ ['&Egrave;', '&#200;', true, 'E - grave'],
119
+ ['&Eacute;', '&#201;', true, 'E - acute'],
120
+ ['&Ecirc;', '&#202;', true, 'E - circumflex'],
121
+ ['&Euml;', '&#203;', true, 'E - diaeresis'],
122
+ ['&Igrave;', '&#204;', true, 'I - grave'],
123
+ ['&Iacute;', '&#205;', true, 'I - acute'],
124
+ ['&Icirc;', '&#206;', true, 'I - circumflex'],
125
+ ['&Iuml;', '&#207;', true, 'I - diaeresis'],
126
+ ['&ETH;', '&#208;', true, 'ETH'],
127
+ ['&Ntilde;', '&#209;', true, 'N - tilde'],
128
+ ['&Ograve;', '&#210;', true, 'O - grave'],
129
+ ['&Oacute;', '&#211;', true, 'O - acute'],
130
+ ['&Ocirc;', '&#212;', true, 'O - circumflex'],
131
+ ['&Otilde;', '&#213;', true, 'O - tilde'],
132
+ ['&Ouml;', '&#214;', true, 'O - diaeresis'],
133
+ ['&Oslash;', '&#216;', true, 'O - slash'],
134
+ ['&OElig;', '&#338;', true, 'ligature OE'],
135
+ ['&Scaron;', '&#352;', true, 'S - caron'],
136
+ ['&Ugrave;', '&#217;', true, 'U - grave'],
137
+ ['&Uacute;', '&#218;', true, 'U - acute'],
138
+ ['&Ucirc;', '&#219;', true, 'U - circumflex'],
139
+ ['&Uuml;', '&#220;', true, 'U - diaeresis'],
140
+ ['&Yacute;', '&#221;', true, 'Y - acute'],
141
+ ['&Yuml;', '&#376;', true, 'Y - diaeresis'],
142
+ ['&THORN;', '&#222;', true, 'THORN'],
143
+ ['&agrave;', '&#224;', true, 'a - grave'],
144
+ ['&aacute;', '&#225;', true, 'a - acute'],
145
+ ['&acirc;', '&#226;', true, 'a - circumflex'],
146
+ ['&atilde;', '&#227;', true, 'a - tilde'],
147
+ ['&auml;', '&#228;', true, 'a - diaeresis'],
148
+ ['&aring;', '&#229;', true, 'a - ring above'],
149
+ ['&aelig;', '&#230;', true, 'ligature ae'],
150
+ ['&ccedil;', '&#231;', true, 'c - cedilla'],
151
+ ['&egrave;', '&#232;', true, 'e - grave'],
152
+ ['&eacute;', '&#233;', true, 'e - acute'],
153
+ ['&ecirc;', '&#234;', true, 'e - circumflex'],
154
+ ['&euml;', '&#235;', true, 'e - diaeresis'],
155
+ ['&igrave;', '&#236;', true, 'i - grave'],
156
+ ['&iacute;', '&#237;', true, 'i - acute'],
157
+ ['&icirc;', '&#238;', true, 'i - circumflex'],
158
+ ['&iuml;', '&#239;', true, 'i - diaeresis'],
159
+ ['&eth;', '&#240;', true, 'eth'],
160
+ ['&ntilde;', '&#241;', true, 'n - tilde'],
161
+ ['&ograve;', '&#242;', true, 'o - grave'],
162
+ ['&oacute;', '&#243;', true, 'o - acute'],
163
+ ['&ocirc;', '&#244;', true, 'o - circumflex'],
164
+ ['&otilde;', '&#245;', true, 'o - tilde'],
165
+ ['&ouml;', '&#246;', true, 'o - diaeresis'],
166
+ ['&oslash;', '&#248;', true, 'o slash'],
167
+ ['&oelig;', '&#339;', true, 'ligature oe'],
168
+ ['&scaron;', '&#353;', true, 's - caron'],
169
+ ['&ugrave;', '&#249;', true, 'u - grave'],
170
+ ['&uacute;', '&#250;', true, 'u - acute'],
171
+ ['&ucirc;', '&#251;', true, 'u - circumflex'],
172
+ ['&uuml;', '&#252;', true, 'u - diaeresis'],
173
+ ['&yacute;', '&#253;', true, 'y - acute'],
174
+ ['&thorn;', '&#254;', true, 'thorn'],
175
+ ['&yuml;', '&#255;', true, 'y - diaeresis'],
176
+ ['&Alpha;', '&#913;', true, 'Alpha'],
177
+ ['&Beta;', '&#914;', true, 'Beta'],
178
+ ['&Gamma;', '&#915;', true, 'Gamma'],
179
+ ['&Delta;', '&#916;', true, 'Delta'],
180
+ ['&Epsilon;', '&#917;', true, 'Epsilon'],
181
+ ['&Zeta;', '&#918;', true, 'Zeta'],
182
+ ['&Eta;', '&#919;', true, 'Eta'],
183
+ ['&Theta;', '&#920;', true, 'Theta'],
184
+ ['&Iota;', '&#921;', true, 'Iota'],
185
+ ['&Kappa;', '&#922;', true, 'Kappa'],
186
+ ['&Lambda;', '&#923;', true, 'Lambda'],
187
+ ['&Mu;', '&#924;', true, 'Mu'],
188
+ ['&Nu;', '&#925;', true, 'Nu'],
189
+ ['&Xi;', '&#926;', true, 'Xi'],
190
+ ['&Omicron;', '&#927;', true, 'Omicron'],
191
+ ['&Pi;', '&#928;', true, 'Pi'],
192
+ ['&Rho;', '&#929;', true, 'Rho'],
193
+ ['&Sigma;', '&#931;', true, 'Sigma'],
194
+ ['&Tau;', '&#932;', true, 'Tau'],
195
+ ['&Upsilon;', '&#933;', true, 'Upsilon'],
196
+ ['&Phi;', '&#934;', true, 'Phi'],
197
+ ['&Chi;', '&#935;', true, 'Chi'],
198
+ ['&Psi;', '&#936;', true, 'Psi'],
199
+ ['&Omega;', '&#937;', true, 'Omega'],
200
+ ['&alpha;', '&#945;', true, 'alpha'],
201
+ ['&beta;', '&#946;', true, 'beta'],
202
+ ['&gamma;', '&#947;', true, 'gamma'],
203
+ ['&delta;', '&#948;', true, 'delta'],
204
+ ['&epsilon;', '&#949;', true, 'epsilon'],
205
+ ['&zeta;', '&#950;', true, 'zeta'],
206
+ ['&eta;', '&#951;', true, 'eta'],
207
+ ['&theta;', '&#952;', true, 'theta'],
208
+ ['&iota;', '&#953;', true, 'iota'],
209
+ ['&kappa;', '&#954;', true, 'kappa'],
210
+ ['&lambda;', '&#955;', true, 'lambda'],
211
+ ['&mu;', '&#956;', true, 'mu'],
212
+ ['&nu;', '&#957;', true, 'nu'],
213
+ ['&xi;', '&#958;', true, 'xi'],
214
+ ['&omicron;', '&#959;', true, 'omicron'],
215
+ ['&pi;', '&#960;', true, 'pi'],
216
+ ['&rho;', '&#961;', true, 'rho'],
217
+ ['&sigmaf;', '&#962;', true, 'final sigma'],
218
+ ['&sigma;', '&#963;', true, 'sigma'],
219
+ ['&tau;', '&#964;', true, 'tau'],
220
+ ['&upsilon;', '&#965;', true, 'upsilon'],
221
+ ['&phi;', '&#966;', true, 'phi'],
222
+ ['&chi;', '&#967;', true, 'chi'],
223
+ ['&psi;', '&#968;', true, 'psi'],
224
+ ['&omega;', '&#969;', true, 'omega'],
225
+ // symbols
226
+ ['&alefsym;', '&#8501;', false,'alef symbol'],
227
+ ['&piv;', '&#982;', false,'pi symbol'],
228
+ ['&real;', '&#8476;', false,'real part symbol'],
229
+ ['&thetasym;','&#977;', false,'theta symbol'],
230
+ ['&upsih;', '&#978;', false,'upsilon - hook symbol'],
231
+ ['&weierp;', '&#8472;', false,'Weierstrass p'],
232
+ ['&image;', '&#8465;', false,'imaginary part'],
233
+ // arrows
234
+ ['&larr;', '&#8592;', true, 'leftwards arrow'],
235
+ ['&uarr;', '&#8593;', true, 'upwards arrow'],
236
+ ['&rarr;', '&#8594;', true, 'rightwards arrow'],
237
+ ['&darr;', '&#8595;', true, 'downwards arrow'],
238
+ ['&harr;', '&#8596;', true, 'left right arrow'],
239
+ ['&crarr;', '&#8629;', false,'carriage return'],
240
+ ['&lArr;', '&#8656;', false,'leftwards double arrow'],
241
+ ['&uArr;', '&#8657;', false,'upwards double arrow'],
242
+ ['&rArr;', '&#8658;', false,'rightwards double arrow'],
243
+ ['&dArr;', '&#8659;', false,'downwards double arrow'],
244
+ ['&hArr;', '&#8660;', false,'left right double arrow'],
245
+ ['&there4;', '&#8756;', false,'therefore'],
246
+ ['&sub;', '&#8834;', false,'subset of'],
247
+ ['&sup;', '&#8835;', false,'superset of'],
248
+ ['&nsub;', '&#8836;', false,'not a subset of'],
249
+ ['&sube;', '&#8838;', false,'subset of or equal to'],
250
+ ['&supe;', '&#8839;', false,'superset of or equal to'],
251
+ ['&oplus;', '&#8853;', false,'circled plus'],
252
+ ['&otimes;', '&#8855;', false,'circled times'],
253
+ ['&perp;', '&#8869;', false,'perpendicular'],
254
+ ['&sdot;', '&#8901;', false,'dot operator'],
255
+ ['&lceil;', '&#8968;', false,'left ceiling'],
256
+ ['&rceil;', '&#8969;', false,'right ceiling'],
257
+ ['&lfloor;', '&#8970;', false,'left floor'],
258
+ ['&rfloor;', '&#8971;', false,'right floor'],
259
+ ['&lang;', '&#9001;', false,'left-pointing angle bracket'],
260
+ ['&rang;', '&#9002;', false,'right-pointing angle bracket'],
261
+ ['&loz;', '&#9674;', true,'lozenge'],
262
+ ['&spades;', '&#9824;', false,'black spade suit'],
263
+ ['&clubs;', '&#9827;', true, 'black club suit'],
264
+ ['&hearts;', '&#9829;', true, 'black heart suit'],
265
+ ['&diams;', '&#9830;', true, 'black diamond suit'],
266
+ ['&ensp;', '&#8194;', false,'en space'],
267
+ ['&emsp;', '&#8195;', false,'em space'],
268
+ ['&thinsp;', '&#8201;', false,'thin space'],
269
+ ['&zwnj;', '&#8204;', false,'zero width non-joiner'],
270
+ ['&zwj;', '&#8205;', false,'zero width joiner'],
271
+ ['&lrm;', '&#8206;', false,'left-to-right mark'],
272
+ ['&rlm;', '&#8207;', false,'right-to-left mark'],
273
+ ['&shy;', '&#173;', false,'soft hyphen']
274
+ ];
275
+
276
+ tinyMCEPopup.onInit.add(function() {
277
+ tinyMCEPopup.dom.setHTML('charmapView', renderCharMapHTML());
278
+ addKeyboardNavigation();
279
+ });
280
+
281
+ function addKeyboardNavigation(){
282
+ var tableElm, cells, settings;
283
+
284
+ cells = tinyMCEPopup.dom.select(".charmaplink", "charmapgroup");
285
+
286
+ settings ={
287
+ root: "charmapgroup",
288
+ items: cells
289
+ };
290
+
291
+ tinyMCEPopup.editor.windowManager.createInstance('tinymce.ui.KeyboardNavigation', settings, tinyMCEPopup.dom);
292
+ }
293
+
294
+ function renderCharMapHTML() {
295
+ var charsPerRow = 20, tdWidth=20, tdHeight=20, i;
296
+ var html = '<div id="charmapgroup" aria-labelledby="charmap_label" tabindex="0" role="listbox">'+
297
+ '<table role="presentation" border="0" cellspacing="1" cellpadding="0" width="' + (tdWidth*charsPerRow) +
298
+ '"><tr height="' + tdHeight + '">';
299
+ var cols=-1;
300
+
301
+ for (i=0; i<charmap.length; i++) {
302
+ var previewCharFn;
303
+
304
+ if (charmap[i][2]==true) {
305
+ cols++;
306
+ previewCharFn = 'previewChar(\'' + charmap[i][1].substring(1,charmap[i][1].length) + '\',\'' + charmap[i][0].substring(1,charmap[i][0].length) + '\',\'' + charmap[i][3] + '\');';
307
+ html += ''
308
+ + '<td class="charmap">'
309
+ + '<a class="charmaplink" role="button" onmouseover="'+previewCharFn+'" onfocus="'+previewCharFn+'" href="javascript:void(0)" onclick="insertChar(\'' + charmap[i][1].substring(2,charmap[i][1].length-1) + '\');" onclick="return false;" onmousedown="return false;" title="' + charmap[i][3] + '">'
310
+ + charmap[i][1]
311
+ + '</a></td>';
312
+ if ((cols+1) % charsPerRow == 0)
313
+ html += '</tr><tr height="' + tdHeight + '">';
314
+ }
315
+ }
316
+
317
+ if (cols % charsPerRow > 0) {
318
+ var padd = charsPerRow - (cols % charsPerRow);
319
+ for (var i=0; i<padd-1; i++)
320
+ html += '<td width="' + tdWidth + '" height="' + tdHeight + '" class="charmap">&nbsp;</td>';
321
+ }
322
+
323
+ html += '</tr></table></div>';
324
+
325
+ return html;
326
+ }
327
+
328
+ function insertChar(chr) {
329
+ tinyMCEPopup.execCommand('mceInsertContent', false, '&#' + chr + ';');
330
+
331
+ // Refocus in window
332
+ if (tinyMCEPopup.isWindow)
333
+ window.focus();
334
+
335
+ tinyMCEPopup.editor.focus();
336
+ tinyMCEPopup.close();
337
+ }
338
+
339
+ function previewChar(codeA, codeB, codeN) {
340
+ var elmA = document.getElementById('codeA');
341
+ var elmB = document.getElementById('codeB');
342
+ var elmV = document.getElementById('codeV');
343
+ var elmN = document.getElementById('codeN');
344
+
345
+ if (codeA=='#160;') {
346
+ elmV.innerHTML = '__';
347
+ } else {
348
+ elmV.innerHTML = '&' + codeA;
349
+ }
350
+
351
+ elmB.innerHTML = '&amp;' + codeA;
352
+ elmA.innerHTML = '&amp;' + codeB;
353
+ elmN.innerHTML = codeN;
354
+ }